mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-23 15:15:32 +00:00
This is i.MX BSP 5.0.0 release ported to 2.6.31 Signed-off-by: Rob Herring <r.herring@freescale.com> Signed-off-by: Alan Tull <r80115@freescale.com> Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
15 lines
188 B
Plaintext
15 lines
188 B
Plaintext
#
|
|
# 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
|