Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_HSI controllers configuration
#
comment "HSI controllers"

config CONFIG_OMAP_SSI
	tristate "OMAP SSI hardware driver"
	depends on CONFIG_HSI && CONFIG_OF && CONFIG_ARM && CONFIG_COMMON_CLK
	depends on CONFIG_ARCH_OMAP3 || CONFIG_COMPILE_TEST
	---help---
	  SSI is a legacy version of CONFIG_HSI. It is usually used to connect
	  an application engine with a cellular modem.
	  If you say Y here, you will enable the OMAP SSI hardware driver.

	  If unsure, say N.