diff options
author | Guenter Roeck <linux@roeck-us.net> | 2016-06-20 10:50:27 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-09-08 21:34:17 -0700 |
commit | 0208531d9090af3ca9d985dfdf66d1a71da0e58f (patch) | |
tree | 831bb83553ecb43f47348c09c2b2867a7562758a /drivers/hwmon/Kconfig | |
parent | eb1c8f4325d59e913d561d1fac8c9bc8154eb274 (diff) | |
download | op-kernel-dev-0208531d9090af3ca9d985dfdf66d1a71da0e58f.zip op-kernel-dev-0208531d9090af3ca9d985dfdf66d1a71da0e58f.tar.gz |
hwmon: (tmp102) 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 fcdaf67..6c82ee2 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1571,7 +1571,6 @@ config SENSORS_THMC50 config SENSORS_TMP102 tristate "Texas Instruments TMP102" depends on I2C - depends on THERMAL || !THERMAL_OF select REGMAP_I2C help If you say yes here you get support for Texas Instruments TMP102 |