Skip to content

Commit

Permalink
hwmon: (twl4030-madc) drop driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Guenter Roeck <[email protected]>
Signed-off-by: Guenter Roeck <[email protected]>
  • Loading branch information
sre authored and groeck committed Apr 30, 2017
1 parent 39c382a commit 09d9d82
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 129 deletions.
10 changes: 0 additions & 10 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion drivers/hwmon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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
Expand Down
118 changes: 0 additions & 118 deletions drivers/hwmon/twl4030-madc-hwmon.c

This file was deleted.

0 comments on commit 09d9d82

Please sign in to comment.