blob: 80944205481eda28702f3b586b19c42f7f9e7eab [file] [log] [blame]
Przemyslaw Marczak5decbf52015-10-27 13:08:00 +01001config ADC
2 bool "Enable ADC drivers using Driver Model"
3 help
4 This enables ADC API for drivers, which allows driving ADC features
5 by single and multi-channel methods for:
6 - start/stop/get data for conversion of a single-channel selected by
7 a number or multi-channels selected by a bitmask
8 - get data mask (ADC resolution)
9 ADC reference Voltage supply options:
10 - methods for get Vdd/Vss reference Voltage values with polarity
11 - support supply's phandle with auto-enable
12 - supply polarity setting in fdt
Przemyslaw Marczak3b3ad902015-10-27 13:08:01 +010013
14config ADC_EXYNOS
15 bool "Enable Exynos 54xx ADC driver"
16 help
17 This enables basic driver for Exynos ADC compatible with Exynos54xx.
18 It provides:
19 - 10 analog input channels
20 - 12-bit resolution
21 - 600 KSPS of sample rate
Przemyslaw Marczak08d63002015-10-27 13:08:06 +010022
23config ADC_SANDBOX
24 bool "Enable Sandbox ADC test driver"
25 help
26 This enables driver for Sandbox ADC device emulation.
27 It provides:
28 - 4 analog input channels
29 - 16-bit resolution
30 - single and multi-channel conversion mode
David Wuae3ed042017-09-20 14:28:16 +080031
32config SARADC_ROCKCHIP
33 bool "Enable Rockchip SARADC driver"
34 help
35 This enables driver for Rockchip SARADC.
36 It provides:
37 - 2~6 analog input channels
38 - 1O or 12 bits resolution
39 - Up to 1MSPS of sample rate