summaryrefslogtreecommitdiff
path: root/drivers/mxc/adc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/adc/Kconfig')
-rw-r--r--drivers/mxc/adc/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mxc/adc/Kconfig b/drivers/mxc/adc/Kconfig
new file mode 100644
index 000000000000..91ad23bc7cbe
--- /dev/null
+++ b/drivers/mxc/adc/Kconfig
@@ -0,0 +1,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