]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/hsi/controllers/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / drivers / hsi / controllers / Kconfig
1 #
2 # HSI controllers configuration
3 #
4 comment "HSI controllers"
5
6 config OMAP_SSI
7         tristate "OMAP SSI hardware driver"
8         depends on HSI && OF && ARM && COMMON_CLK
9         depends on ARCH_OMAP3 || COMPILE_TEST
10         ---help---
11           SSI is a legacy version of HSI. It is usually used to connect
12           an application engine with a cellular modem.
13           If you say Y here, you will enable the OMAP SSI hardware driver.
14
15           If unsure, say N.