xref: /openbmc/linux/drivers/hsi/controllers/Kconfig (revision b209e047)
1b209e047SSebastian Reichel#
2b209e047SSebastian Reichel# HSI controllers configuration
3b209e047SSebastian Reichel#
4b209e047SSebastian Reichelcomment "HSI controllers"
5b209e047SSebastian Reichel
6b209e047SSebastian Reichelconfig OMAP_SSI
7b209e047SSebastian Reichel	tristate "OMAP SSI hardware driver"
8b209e047SSebastian Reichel	depends on HSI && OF && (ARCH_OMAP3 || (ARM && COMPILE_TEST))
9b209e047SSebastian Reichel	---help---
10b209e047SSebastian Reichel	  SSI is a legacy version of HSI. It is usually used to connect
11b209e047SSebastian Reichel	  an application engine with a cellular modem.
12b209e047SSebastian Reichel	  If you say Y here, you will enable the OMAP SSI hardware driver.
13b209e047SSebastian Reichel
14b209e047SSebastian Reichel	  If unsure, say N.
15b209e047SSebastian Reichel
16b209e047SSebastian Reichelconfig OMAP_SSI_PORT
17b209e047SSebastian Reichel	tristate
18b209e047SSebastian Reichel	default m if OMAP_SSI=m
19b209e047SSebastian Reichel	default y if OMAP_SSI=y
20