summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2016-08-12 04:17:42 +0200
committerSebastian Reichel <sre@kernel.org>2017-02-11 19:12:27 +0100
commit19f6a2b205545561986d3543d1783dc346449e52 (patch)
tree2a52872bb20d67de2e448f8dd8fdc399e0cc86fb /drivers/hwmon/Makefile
parentd5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c (diff)
downloadlinux-19f6a2b205545561986d3543d1783dc346449e52.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 basically DT only * iio-hwmon can be used for madc, which also works with DT Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index d2cb7e804a0f..1ab111b4a1a8 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -156,7 +156,6 @@ obj-$(CONFIG_SENSORS_TMP103) += tmp103.o
obj-$(CONFIG_SENSORS_TMP108) += tmp108.o
obj-$(CONFIG_SENSORS_TMP401) += tmp401.o
obj-$(CONFIG_SENSORS_TMP421) += tmp421.o
-obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o
obj-$(CONFIG_SENSORS_VEXPRESS) += vexpress-hwmon.o
obj-$(CONFIG_SENSORS_VIA_CPUTEMP)+= via-cputemp.o
obj-$(CONFIG_SENSORS_VIA686A) += via686a.o