Merge tag 'lsk-v3.10-android-15.01'
[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         default ADC_RK29 if ARCH_RK29
8         default ADC_RK30 if ARCH_RK30 || ARCH_RK2928 || ARCH_RK3188 || ARCH_RK3026 || ARCH_RK319X
9
10 config ADC_NULL
11         bool "NULL"
12
13 config ADC_RK28
14         bool "RK28 adc interface"
15         depends on ARCH_RK2818 || ARCH_RK2808 || ARCH_RK2816
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         depends on ARCH_RK29
22         help
23                 This supports the use of the ADC interface on rk29 processors.
24
25 config ADC_RK30
26         bool "RK30 adc interface"
27         depends on ARCH_RK30 || ARCH_RK2928 || ARCH_RK3188 || ARCH_RK3026 || ARCH_RK319X
28         help
29                 This supports the use of the ADC interface on rk30 processors.
30 endchoice