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