From: Charlie Paul <cpaul.windri...@gmail.com>

The adt75 driver is redundant as this chip is already supported by the 
(upstream) lm75 driver.

Signed-off-by: Charlie Paul <cpaul.windri...@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

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to