rk30:add tsadc support
[firefly-linux-kernel-4.4.55.git] / drivers / adc / plat / Kconfig
1 #
2 # Adc hardware configuration
3 #
4
5 choice
6         prompt "ADC hardware drivers"
7
8 config ADC_NULL
9         bool "NULL"
10         default y
11         help
12                 null
13         
14 config ADC_RK28
15         bool "RK28 adc interface"
16         help
17                 This supports the use of the ADC interface on rk28 processors.
18
19 config ADC_RK29
20         bool "RK29 adc interface"
21         help
22                 This supports the use of the ADC interface on rk29 processors.
23 endchoice
24
25 config TSADC_RK30
26         bool "RK30 tsadc interface"
27         help
28                 This supports the use of the TSADC interface on rk30 processors.