diff options
author | Haibo Chen <haibo.chen@freescale.com> | 2015-12-08 18:26:20 +0800 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-12-12 16:25:41 +0000 |
commit | 16846ebeffe4e74a16f25237003eab6d0535d8dd (patch) | |
tree | c36c7f5dab8913462272b666a9bd5b4fd624947e /drivers/iio/adc/Kconfig | |
parent | 46294cd948d530d4feccfd3afd6635e16a55dcb1 (diff) | |
download | talos-obmc-linux-16846ebeffe4e74a16f25237003eab6d0535d8dd.tar.gz talos-obmc-linux-16846ebeffe4e74a16f25237003eab6d0535d8dd.zip |
iio: adc: add IMX7D ADC driver support
Freescale i.MX7D soc contains a new ADC IP. This patch add this ADC
driver support, and the driver only support ADC software trigger.
Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index cb68bd9d2052..605ff42c4631 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -204,6 +204,15 @@ config INA2XX_ADC Say yes here to build support for TI INA2xx family of Power Monitors. This driver is mutually exclusive with the HWMON version. +config IMX7D_ADC + tristate "IMX7D ADC driver" + depends on ARCH_MXC || COMPILE_TEST + help + Say yes here to build support for IMX7D ADC. + + This driver can also be built as a module. If so, the module will be + called imx7d_adc. + config LP8788_ADC tristate "LP8788 ADC driver" depends on MFD_LP8788 |