diff options
author | Ksenija Stanojevic <ksenija.stanojevic@gmail.com> | 2017-03-16 13:27:12 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-03-23 12:29:01 +0000 |
commit | 0d690cc41b164d420fc8696b86f4f259e105f65a (patch) | |
tree | 5d3f460e426e4ad6f13a274aa6b72a6b78de060e /drivers/iio/adc/Kconfig | |
parent | d81ca730e3e40f4fd59ab3dfcad29aed6257944d (diff) | |
download | linux-0d690cc41b164d420fc8696b86f4f259e105f65a.tar.bz2 |
iio: adc: mxs-lradc: Remove driver
Since the driver has been split into MFD there is no reason for it to
stay, so remove it.
Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 97a3803f0b34..5d134053a1bc 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -424,20 +424,6 @@ config MESON_SARADC To compile this driver as a module, choose M here: the module will be called meson_saradc. -config MXS_LRADC - tristate "Freescale i.MX23/i.MX28 LRADC" - depends on (ARCH_MXS || COMPILE_TEST) && HAS_IOMEM - depends on INPUT - select STMP_DEVICE - select IIO_BUFFER - select IIO_TRIGGERED_BUFFER - help - Say yes here to build support for i.MX23/i.MX28 LRADC convertor - built into these chips. - - To compile this driver as a module, choose M here: the - module will be called mxs-lradc. - config NAU7802 tristate "Nuvoton NAU7802 ADC driver" depends on I2C |