diff options
author | Guenter Roeck <linux@roeck-us.net> | 2015-11-07 15:54:33 -0800 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2015-12-18 08:20:59 -0800 |
commit | 2ff44072e34d5b6567d3d59b507e54c73b084db7 (patch) | |
tree | d692e98fea86b882352ce8ba8b75e160beb0e139 /drivers/hwmon/Kconfig | |
parent | a3a316cfc41ab3e7b9e0079338f8ea9dff911d88 (diff) | |
download | linux-2ff44072e34d5b6567d3d59b507e54c73b084db7.tar.bz2 |
hwmon: (htu21) Remove driver
HTU21 is now supported by IIO, and can be instantiated as hwmon driver
using the iio-hwmon bridge. An explicit hwmon driver is no longer needed.
Cc: William Markezana <william.markezana@meas-spec.com>
Cc: Ludovic Tancerel <ludovic.tancerel@maplehightech.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 80a73bfc1a65..60fb80bd353d 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -859,16 +859,6 @@ config SENSORS_MAX31790 This driver can also be built as a module. If so, the module will be called max31790. -config SENSORS_HTU21 - tristate "Measurement Specialties HTU21D humidity/temperature sensors" - depends on I2C - help - If you say yes here you get support for the Measurement Specialties - HTU21D humidity and temperature sensors. - - This driver can also be built as a module. If so, the module - will be called htu21. - config SENSORS_MCP3021 tristate "Microchip MCP3021 and compatibles" depends on I2C |