projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf3296
)
hwmon: (lm95245) Select REGMAP_I2C
author
Axel Lin
<axel.lin@ingics.com>
Tue, 13 Sep 2016 07:21:59 +0000
(15:21 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Tue, 13 Sep 2016 14:27:34 +0000
(07:27 -0700)
This driver now uses regmap APIs, so it needs to select REGMAP_I2C.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/Kconfig
b/drivers/hwmon/Kconfig
index 6c82ee240c4cdac544f8a56984d64f8ce515bae8..45cef3d2c75c61f8453a98ffff66450716a6e0f5 100644
(file)
--- a/
drivers/hwmon/Kconfig
+++ b/
drivers/hwmon/Kconfig
@@
-1118,6
+1118,7
@@
config SENSORS_LM95241
config SENSORS_LM95245
tristate "National Semiconductor LM95245 and compatibles"
depends on I2C
+ select REGMAP_I2C
help
If you say yes here you get support for LM95235 and LM95245
temperature sensor chips.