1#
2# ADDAC drivers
3#
4menu "Analog digital bi-direction converters"
5
6config ADT7316
7	tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
8	depends on GENERIC_GPIO
9	help
10	  Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
11	  and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
12
13config ADT7316_SPI
14	tristate "support SPI bus connection"
15	depends on SPI && ADT7316
16	default y
17	help
18	  Say yes here to build SPI bus support for Analog Devices ADT7316/7/8
19	  and ADT7516/7/9.
20
21config ADT7316_I2C
22	tristate "support I2C bus connection"
23	depends on I2C && ADT7316
24	help
25	  Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
26	  and ADT7516/7/9.
27
28endmenu
29