diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index b8bc353fa6aa..8ffd002f0649 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -490,6 +490,16 @@ config PCH_PHUB To compile this driver as a module, choose M here: the module will be called pch_phub. +config MVF_ADC + tristate "Vybrid board adc Driver" + depends on ARCH_MVF + help + If you say yes here you get support for the Vybrid board + analog-to-digital converter. + This driver is for Vybrid board. + To compile this driver as a module, choose M here: the module will + be called mvf_adc. + config MXS_PERFMON tristate "i.MX Performance Monitor" depends on ARCH_MX50 || ARCH_MX6 |