summaryrefslogtreecommitdiffstats
path: root/drivers/hsi/clients/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2014-03-28 20:19:44 +0100
committerSebastian Reichel <sre@kernel.org>2014-05-04 09:34:19 +0200
commit0c33fa884c3a1c777d1e7f5c8d78879a1034218a (patch)
tree065dffa81f46cf0e3346388c9b103752723526a5 /drivers/hsi/clients/Kconfig
parent28fe5c9f5fb965af0dba9f46148647230b5ae30e (diff)
downloadlinux-0c33fa884c3a1c777d1e7f5c8d78879a1034218a.tar.bz2
HSI: Introduce Nokia N900 modem driver
The Nokia N900's modem is connected via Synchronous Serial Interface (SSI), which is a legacy version of MIPI's High-speed Synchronous Serial Interface (HSI). The handles the GPIOs for enabling and resetting the modem and instanciates ssi-protocol for data exchange. It does not yet support exchanging voice data with the modem. Signed-off-by: Sebastian Reichel <sre@kernel.org> Reviewed-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'drivers/hsi/clients/Kconfig')
-rw-r--r--drivers/hsi/clients/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hsi/clients/Kconfig b/drivers/hsi/clients/Kconfig
index 0c7086122cde..6ce1ea25d1dd 100644
--- a/drivers/hsi/clients/Kconfig
+++ b/drivers/hsi/clients/Kconfig
@@ -4,6 +4,15 @@
comment "HSI clients"
+config NOKIA_MODEM
+ tristate "Nokia Modem"
+ depends on SSI_PROTOCOL
+ help
+ Say Y here if you want to add support for the modem on Nokia
+ N900 (Nokia RX-51) hardware.
+
+ If unsure, say N.
+
config SSI_PROTOCOL
tristate "SSI protocol"
depends on HSI && OMAP_SSI && PHONET