diff options
author | Sebastian Reichel <sre@kernel.org> | 2015-03-03 01:14:41 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-03-31 22:19:43 +0200 |
commit | f9c0d76eb47e115f64006a8406f6494387fc428c (patch) | |
tree | f16f6389441a901ee4f627d877c5518ddf60f21b /drivers/hsi/clients/Kconfig | |
parent | 7f62fe8a5851db94e10d8d956c123d4011aaeed9 (diff) | |
download | linux-f9c0d76eb47e115f64006a8406f6494387fc428c.tar.gz linux-f9c0d76eb47e115f64006a8406f6494387fc428c.tar.bz2 linux-f9c0d76eb47e115f64006a8406f6494387fc428c.zip |
HSI: nokia-modem: Add cmt-speech support
Register cmt-speech driver in nokia-modem driver and forward
hsi channel information.
Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Tested-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/hsi/clients/Kconfig')
-rw-r--r-- | drivers/hsi/clients/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hsi/clients/Kconfig b/drivers/hsi/clients/Kconfig index 86c849506f34..d6126200361f 100644 --- a/drivers/hsi/clients/Kconfig +++ b/drivers/hsi/clients/Kconfig @@ -6,7 +6,7 @@ comment "HSI clients" config NOKIA_MODEM tristate "Nokia Modem" - depends on HSI && SSI_PROTOCOL + depends on HSI && SSI_PROTOCOL && CMT_SPEECH help Say Y here if you want to add support for the modem on Nokia N900 (Nokia RX-51) hardware. |