0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # HSI controllers configuration
0004 #
0005 comment "HSI controllers"
0006
0007 config OMAP_SSI
0008 tristate "OMAP SSI hardware driver"
0009 depends on HSI && OF && ARM && COMMON_CLK
0010 depends on ARCH_OMAP3 || COMPILE_TEST
0011 help
0012 SSI is a legacy version of HSI. It is usually used to connect
0013 an application engine with a cellular modem.
0014 If you say Y here, you will enable the OMAP SSI hardware driver.
0015
0016 If unsure, say N.