[linux-yocto] [PATCH 37/38] drivers/hwmon: Remove adt75 redundant driver
Cristian Bercaru
cristian.bercaru at windriver.com
Wed May 20 12:24:20 PDT 2015
From: Charlie Paul <cpaul.windriver at gmail.com>
The adt75 driver is redundant as this chip is already supported by the (upstream) lm75 driver.
Signed-off-by: Charlie Paul <cpaul.windriver at gmail.com>
---
drivers/hwmon/Kconfig | 10 ----------
drivers/hwmon/Makefile | 1 -
2 files changed, 11 deletions(-)
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index de4773c..a7de26d 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -248,16 +248,6 @@ config SENSORS_ADT7475
This driver can also be build as a module. If so, the module
will be called adt7475.
-config SENSORS_ADT75
- tristate "Analog Devices ADT75"
- depends on I2C
- help
- If you say yes here you get support for the Analog Devices
- ADT75 temperature monitoring chips.
-
- This driver can also be built as a module. If so, the module
- will be called adt75.
-
config SENSORS_ASC7621
tristate "Andigilog aSC7621"
depends on I2C
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index d75e5a6..6c94147 100644
--- a/drivers/hwmon/Makefile
+++ b/drivers/hwmon/Makefile
@@ -43,7 +43,6 @@ obj-$(CONFIG_SENSORS_ADT7411) += adt7411.o
obj-$(CONFIG_SENSORS_ADT7462) += adt7462.o
obj-$(CONFIG_SENSORS_ADT7470) += adt7470.o
obj-$(CONFIG_SENSORS_ADT7475) += adt7475.o
-obj-$(CONFIG_SENSORS_ADT75) += adt75.o
obj-$(CONFIG_SENSORS_APPLESMC) += applesmc.o
obj-$(CONFIG_SENSORS_ASC7621) += asc7621.o
obj-$(CONFIG_SENSORS_ATXP1) += atxp1.o
--
1.7.9.5
More information about the linux-yocto
mailing list