]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/iio/adc/Kconfig
Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next
[karo-tx-linux.git] / drivers / staging / iio / adc / Kconfig
1 #
2 # ADC drivers
3 #
4 menu "Analog to digital converters"
5
6 config AD7606
7         tristate "Analog Devices AD7606 ADC driver"
8         depends on GPIOLIB
9         select IIO_BUFFER
10         select IIO_TRIGGERED_BUFFER
11         help
12           Say yes here to build support for Analog Devices:
13           ad7606, ad7606-6, ad7606-4 analog to digital converters (ADC).
14
15           To compile this driver as a module, choose M here: the
16           module will be called ad7606.
17
18 config AD7606_IFACE_PARALLEL
19         tristate "parallel interface support"
20         depends on AD7606
21         help
22           Say yes here to include parallel interface support on the AD7606
23           ADC driver.
24
25 config AD7606_IFACE_SPI
26         tristate "spi interface support"
27         depends on AD7606
28         depends on SPI
29         help
30           Say yes here to include parallel interface support on the AD7606
31           ADC driver.
32
33 config AD7780
34         tristate "Analog Devices AD7780 and similar ADCs driver"
35         depends on SPI
36         depends on GPIOLIB
37         select AD_SIGMA_DELTA
38         help
39           Say yes here to build support for Analog Devices AD7170, AD7171,
40           AD7780 and AD7781 SPI analog to digital converters (ADC).
41           If unsure, say N (but it's safe to say "Y").
42
43           To compile this driver as a module, choose M here: the
44           module will be called ad7780.
45
46 config AD7816
47         tristate "Analog Devices AD7816/7/8 temperature sensor and ADC driver"
48         depends on SPI
49         depends on GPIOLIB
50         help
51           Say yes here to build support for Analog Devices AD7816/7/8
52           temperature sensors and ADC.
53
54 config AD7192
55         tristate "Analog Devices AD7190 AD7192 AD7195 ADC driver"
56         depends on SPI
57         select AD_SIGMA_DELTA
58         help
59           Say yes here to build support for Analog Devices AD7190,
60           AD7192 or AD7195 SPI analog to digital converters (ADC).
61           If unsure, say N (but it's safe to say "Y").
62
63           To compile this driver as a module, choose M here: the
64           module will be called ad7192.
65
66 config AD7280
67         tristate "Analog Devices AD7280A Lithium Ion Battery Monitoring System"
68         depends on SPI
69         help
70           Say yes here to build support for Analog Devices AD7280A
71           Lithium Ion Battery Monitoring System.
72
73           To compile this driver as a module, choose M here: the
74           module will be called ad7280a
75
76 config LPC32XX_ADC
77         tristate "NXP LPC32XX ADC"
78         depends on ARCH_LPC32XX || COMPILE_TEST
79         depends on HAS_IOMEM
80         help
81           Say yes here to build support for the integrated ADC inside the
82           LPC32XX SoC. Note that this feature uses the same hardware as the
83           touchscreen driver, so you should either select only one of the two
84           drivers (lpc32xx_adc or lpc32xx_ts) or, in the OpenFirmware case,
85           activate only one via device tree selection.  Provides direct access
86           via sysfs.
87
88 config MXS_LRADC
89         tristate "Freescale i.MX23/i.MX28 LRADC"
90         depends on (ARCH_MXS || COMPILE_TEST) && HAS_IOMEM
91         depends on INPUT
92         select STMP_DEVICE
93         select IIO_BUFFER
94         select IIO_TRIGGERED_BUFFER
95         help
96           Say yes here to build support for i.MX23/i.MX28 LRADC convertor
97           built into these chips.
98
99           To compile this driver as a module, choose M here: the
100           module will be called mxs-lradc.
101
102 config SPEAR_ADC
103         tristate "ST SPEAr ADC"
104         depends on PLAT_SPEAR || COMPILE_TEST
105         depends on HAS_IOMEM
106         help
107           Say yes here to build support for the integrated ADC inside the
108           ST SPEAr SoC. Provides direct access via sysfs.
109
110 endmenu