diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-06-19 19:15:05 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-09-08 21:34:17 -0700 |
commit | 08b024338166abebcc2216f97693336f7ac0bf42 (patch) | |
tree | 9517c56cdf8f35abf90ae6094b945312ee3b5bea /drivers/hwmon/Kconfig | |
parent | 2ca492e22cb70a001749377506bd22eb06f60ecc (diff) | |
download | linux-08b024338166abebcc2216f97693336f7ac0bf42.tar.bz2 |
hwmon: (lm75) Convert to use new hwmon registration API
Simplify code and reduce code size by using the new hwmon
registration API.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 655a462f3622..fcdaf6773238 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -969,7 +969,6 @@ config SENSORS_LM73 config SENSORS_LM75 tristate "National Semiconductor LM75 and compatibles" depends on I2C - depends on THERMAL || !THERMAL_OF select REGMAP_I2C help If you say yes here you get support for one common type of |