diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-04-27 17:30:06 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-04-30 11:45:31 -0700 |
commit | 09d9d82745801ca69c00f91f89c8f047b586e8cc (patch) | |
tree | 705e52ab6ff4b3bb46f0f168f3178e7b58516746 /drivers/hwmon/Kconfig | |
parent | 39c382a3109400f5abb5adc2040510e75f93b4cb (diff) | |
download | linux-09d9d82745801ca69c00f91f89c8f047b586e8cc.tar.bz2 |
hwmon: (twl4030-madc) drop driver
This driver is no longer needed:
* It has no mainline users
* It has no DT support and OMAP is DT only
* iio-hwmon can be used for madc, which also works with DT
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 337e9078df0a..22d5eafd6815 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1652,16 +1652,6 @@ config SENSORS_TMP421 This driver can also be built as a module. If so, the module will be called tmp421. -config SENSORS_TWL4030_MADC - tristate "Texas Instruments TWL4030 MADC Hwmon" - depends on TWL4030_MADC - help - If you say yes here you get hwmon support for triton - TWL4030-MADC. - - This driver can also be built as a module. If so it will be called - twl4030-madc-hwmon. - config SENSORS_VEXPRESS tristate "Versatile Express" depends on VEXPRESS_CONFIG |