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

#
# ADDAC drivers
#
menu "Analog digital bi-direction converters"

config CONFIG_ADT7316
	tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
	depends on CONFIG_GPIOLIB || CONFIG_COMPILE_TEST
	help
	  Say yes here to build support for Analog Devices CONFIG_ADT7316, ADT7317, ADT7318
	  and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.

	  To compile this driver as a module, choose CONFIG_M here: the module will
	  be called adt7316.

config CONFIG_ADT7316_SPI
	tristate "support SPI bus connection"
	depends on CONFIG_SPI && CONFIG_ADT7316
	default y
	help
	  Say yes here to build CONFIG_SPI bus support for Analog Devices CONFIG_ADT7316/7/8
	  and ADT7516/7/9.

	  To compile this driver as a module, choose CONFIG_M here: the module will
	  be called adt7316_spi.

config CONFIG_ADT7316_I2C
	tristate "support I2C bus connection"
	depends on CONFIG_I2C && CONFIG_ADT7316
	help
	  Say yes here to build CONFIG_I2C bus support for Analog Devices CONFIG_ADT7316/7/8
	  and ADT7516/7/9.

	  To compile this driver as a module, choose CONFIG_M here: the module will
	  be called adt7316_i2c.

endmenu