blob: 91ad23bc7cbe914f952d5d144e73181a3a6a8d0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# i.MX ADC devices
#
menu "i.MX ADC support"
config IMX_ADC
tristate "i.MX ADC"
depends on ARCH_MXC
default n
help
This selects the Freescale i.MX on-chip ADC driver.
endmenu
|