summaryrefslogtreecommitdiff
path: root/drivers/hsi/clients/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2013-11-15 10:50:32 +0000
committerSebastian Reichel <sre@kernel.org>2014-05-16 00:55:30 +0200
commitdc7bf5d7186849aa36b9f0e42e250a813a7b0bdb (patch)
tree24aec89222a89850c98c187b826360c69df128ac /drivers/hsi/clients/Kconfig
parentdc9df3154c082873591acf95036632e97215212e (diff)
HSI: Introduce driver for SSI Protocol
This adds a driver for the SSI McSAAB protocol as used in the Nokia N900. Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com> Signed-off-by: Sebastian Reichel <sre@kernel.org> Tested-By: Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>
Diffstat (limited to 'drivers/hsi/clients/Kconfig')
-rw-r--r--drivers/hsi/clients/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hsi/clients/Kconfig b/drivers/hsi/clients/Kconfig
index 3bacd275f479..1457cfb5b453 100644
--- a/drivers/hsi/clients/Kconfig
+++ b/drivers/hsi/clients/Kconfig
@@ -4,6 +4,14 @@
comment "HSI clients"
+config SSI_PROTOCOL
+ tristate "SSI protocol"
+ depends on HSI && PHONET && (OMAP_SSI=y || OMAP_SSI=m)
+ help
+ If you say Y here, you will enable the SSI protocol aka McSAAB.
+
+ If unsure, say N.
+
config HSI_CHAR
tristate "HSI/SSI character driver"
depends on HSI