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

# SPDX-License-Identifier: GPL-2.0-only
#
# STMicroelectronics sensors common library
#

config CONFIG_IIO_ST_SENSORS_I2C
	tristate
	select CONFIG_REGMAP_I2C

config CONFIG_IIO_ST_SENSORS_SPI
	tristate
	select CONFIG_REGMAP_SPI

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