diff options
author | Guenter Roeck <linux@roeck-us.net> | 2024-07-07 16:43:04 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-07-31 10:43:52 -0700 |
commit | 963f9bc976e27bf073b449497fcce404ef223f91 (patch) | |
tree | 96c5bf8d50eca3469922d676bd81dd5101f6c88e /drivers/hwmon/Kconfig | |
parent | e38b05f0a2fd5b92341d366c9f4f74301cd41ac6 (diff) | |
download | linux-963f9bc976e27bf073b449497fcce404ef223f91.tar.gz linux-963f9bc976e27bf073b449497fcce404ef223f91.tar.bz2 linux-963f9bc976e27bf073b449497fcce404ef223f91.zip |
hwmon: (lm95234) Convert to use regmap
Use regmap to replace local caching and to be able to use regmap API
functions.
No functional change.
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
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, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index b60fe2e58ad6..e838a55bb3cb 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1532,6 +1532,7 @@ config SENSORS_LM93 config SENSORS_LM95234 tristate "National Semiconductor LM95234 and compatibles" depends on I2C + select REGMAP_I2C help If you say yes here you get support for the LM95233 and LM95234 temperature sensor chips. |