diff options
author | Sebastian Reichel <sre@kernel.org> | 2013-11-15 11:50:32 +0100 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2014-05-16 00:55:30 +0200 |
commit | dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb (patch) | |
tree | 24aec89222a89850c98c187b826360c69df128ac /drivers/hsi/clients/Kconfig | |
parent | Documentation: DT: omap-ssi binding documentation (diff) | |
download | linux-dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb.tar.xz linux-dc7bf5d7186849aa36b9f0e42e250a813a7b0bdb.zip |
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/Kconfig | 8 |
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 |