]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - drivers/hsi/controllers/Kconfig
HSI: Introduce OMAP SSI driver
[mirror_ubuntu-artful-kernel.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 && (ARCH_OMAP3 || (ARM && COMPILE_TEST))
9 ---help---
10 SSI is a legacy version of HSI. It is usually used to connect
11 an application engine with a cellular modem.
12 If you say Y here, you will enable the OMAP SSI hardware driver.
13
14 If unsure, say N.
15
16 config OMAP_SSI_PORT
17 tristate
18 default m if OMAP_SSI=m
19 default y if OMAP_SSI=y