summaryrefslogtreecommitdiff
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorNaresh Solanki <naresh.solanki@9elements.com>2024-05-03 17:30:19 +0530
committerGuenter Roeck <linux@roeck-us.net>2024-05-03 09:20:04 -0700
commit45bf8305fb2ef684e53fd0dcf1cc7e7b456f3478 (patch)
tree8c9231b6c7c528db08cbe0a3fb566c649259ba9f /drivers/hwmon/Kconfig
parent1d4d6733594d407e54153b8e031ba6356ceba81e (diff)
hwmon: (max6639) Use regmap
Add regmap support & remove local caching. Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com> Link: https://lore.kernel.org/r/20240503120020.3450972-1-naresh.solanki@9elements.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index bafc0058c728..e14ae18a973b 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1233,6 +1233,7 @@ config SENSORS_MAX6621
config SENSORS_MAX6639
tristate "Maxim MAX6639 sensor chip"
depends on I2C
+ select REGMAP_I2C
help
If you say yes here you get support for the MAX6639
sensor chips.