blob: 48e4eda186ccbcdcded58b89105a5a525eed1d88 [file] [log] [blame]
Sebastian Reichelb209e042013-12-15 23:38:58 +01001#
2# HSI controllers configuration
3#
4comment "HSI controllers"
5
6config OMAP_SSI
7 tristate "OMAP SSI hardware driver"
Arnd Bergmann53c70352016-05-03 17:16:20 +02008 depends on HSI && OF && ARM && COMMON_CLK
9 depends on ARCH_OMAP3 || COMPILE_TEST
Sebastian Reichelb209e042013-12-15 23:38:58 +010010 ---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.