diff options
author | Paul Cercueil <paul@crapouillou.net> | 2019-07-25 18:02:13 -0400 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-30 10:41:54 -0700 |
commit | d202742058b2ee5666d9820d539b67dc14f64712 (patch) | |
tree | 91744e1d99b89df0f8aac9a54a909433d6fc112d /drivers/hwmon/Makefile | |
parent | aea12071d6fcf143b8140bcdde80cdc419101299 (diff) | |
download | linux-d202742058b2ee5666d9820d539b67dc14f64712.tar.gz linux-d202742058b2ee5666d9820d539b67dc14f64712.tar.bz2 linux-d202742058b2ee5666d9820d539b67dc14f64712.zip |
hwmon: Drop obsolete JZ4740 driver
The JZ4740 boards now use the iio-hwmon driver.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Tested-by: Artur Rojek <contact@artur-rojek.eu>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r-- | drivers/hwmon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 8db472ea04f0..1e82e912a5c4 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -85,7 +85,6 @@ obj-$(CONFIG_SENSORS_INA2XX) += ina2xx.o obj-$(CONFIG_SENSORS_INA3221) += ina3221.o obj-$(CONFIG_SENSORS_IT87) += it87.o obj-$(CONFIG_SENSORS_JC42) += jc42.o -obj-$(CONFIG_SENSORS_JZ4740) += jz4740-hwmon.o obj-$(CONFIG_SENSORS_K8TEMP) += k8temp.o obj-$(CONFIG_SENSORS_K10TEMP) += k10temp.o obj-$(CONFIG_SENSORS_LINEAGE) += lineage-pem.o |