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

#
# STMicroelectronics sensors common library
#

config CONFIG_IIO_ST_SENSORS_I2C
	tristate

config CONFIG_IIO_ST_SENSORS_SPI
	tristate

config CONFIG_IIO_ST_SENSORS_CORE
	tristate
	select CONFIG_IIO_ST_SENSORS_I2C if CONFIG_I2C
	select CONFIG_IIO_ST_SENSORS_SPI if CONFIG_SPI_MASTER