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-03-28 23:00:02 +0100
commitb04057eea94770adaa5db610841b7e4b86573602 (patch)
tree41c94081b85f8b90deac7239755a6e6f1d26d133 /drivers/hsi/clients/Kconfig
parent7b17fc396bf2961a7267c4ca1732670ccfad6084 (diff)
downloadlinux-b04057eea94770adaa5db610841b7e4b86573602.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>
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