xref: /linux/drivers/staging/iio/addac/Kconfig (revision 2da68a77)
1# SPDX-License-Identifier: GPL-2.0
2#
3# ADDAC drivers
4#
5menu "Analog digital bi-direction converters"
6
7config ADT7316
8	tristate "Analog Devices ADT7316/7/8 ADT7516/7/9 temperature sensor, ADC and DAC driver"
9	depends on GPIOLIB || COMPILE_TEST
10	help
11	  Say yes here to build support for Analog Devices ADT7316, ADT7317, ADT7318
12	  and ADT7516, ADT7517, ADT7519 temperature sensors, ADC and DAC.
13
14	  To compile this driver as a module, choose M here: the module will
15	  be called adt7316.
16
17config ADT7316_SPI
18	tristate "support SPI bus connection"
19	depends on SPI && ADT7316
20	default y
21	help
22	  Say yes here to build SPI bus support for Analog Devices ADT7316/7/8
23	  and ADT7516/7/9.
24
25	  To compile this driver as a module, choose M here: the module will
26	  be called adt7316_spi.
27
28config ADT7316_I2C
29	tristate "support I2C bus connection"
30	depends on I2C && ADT7316
31	help
32	  Say yes here to build I2C bus support for Analog Devices ADT7316/7/8
33	  and ADT7516/7/9.
34
35	  To compile this driver as a module, choose M here: the module will
36	  be called adt7316_i2c.
37
38endmenu
39