xref: /openbmc/linux/drivers/hsi/controllers/Kconfig (revision a7f7f624)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b209e047SSebastian Reichel#
3b209e047SSebastian Reichel# HSI controllers configuration
4b209e047SSebastian Reichel#
5b209e047SSebastian Reichelcomment "HSI controllers"
6b209e047SSebastian Reichel
7b209e047SSebastian Reichelconfig OMAP_SSI
8b209e047SSebastian Reichel	tristate "OMAP SSI hardware driver"
953c70350SArnd Bergmann	depends on HSI && OF && ARM && COMMON_CLK
1053c70350SArnd Bergmann	depends on ARCH_OMAP3 || COMPILE_TEST
11a7f7f624SMasahiro Yamada	help
12b209e047SSebastian Reichel	  SSI is a legacy version of HSI. It is usually used to connect
13b209e047SSebastian Reichel	  an application engine with a cellular modem.
14b209e047SSebastian Reichel	  If you say Y here, you will enable the OMAP SSI hardware driver.
15b209e047SSebastian Reichel
16b209e047SSebastian Reichel	  If unsure, say N.
17