Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4b660a7f5c8099d88d1a43d8ae138965112592c7 authored by Linus Torvalds on 21 May 2014, 21:42:02 UTC
Linux 3.15-rc6
Tip revision: 4b660a7
Kconfig
#
# ADDAC drivers
#
menu "Analog digital bi-direction converters"

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

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

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

endmenu
back to top