brintos

brintos / linux-shallow public Read only

0
0
Text · 447 B · 03ca5b5 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# HSI controllers configuration4#5comment "HSI controllers"6 7config OMAP_SSI8	tristate "OMAP SSI hardware driver"9	depends on HSI && OF && ARM && COMMON_CLK10	depends on ARCH_OMAP3 || COMPILE_TEST11	help12	  SSI is a legacy version of HSI. It is usually used to connect13	  an application engine with a cellular modem.14	  If you say Y here, you will enable the OMAP SSI hardware driver.15 16	  If unsure, say N.17