projects
/
GitHub
/
moto-9609
/
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:
8005c49
)
regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
author
Henry Chen
<henryc.chen@mediatek.com>
Tue, 17 Nov 2015 08:36:49 +0000
(16:36 +0800)
committer
Mark Brown
<broonie@kernel.org>
Tue, 17 Nov 2015 14:29:54 +0000
(14:29 +0000)
This patch fix the below build error:
drivers/regulator/mt6311-regulator.c:111: undefined reference to `__devm_regmap_init_i2c'
Signed-off-by: Henry Chen <henryc.chen@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
drivers/regulator/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/Kconfig
b/drivers/regulator/Kconfig
index 8df0b0e62976d460c96a0be4dffbe53363586b4a..00676208080e6b63afcea9b58d2dedb5d6356b55 100644
(file)
--- a/
drivers/regulator/Kconfig
+++ b/
drivers/regulator/Kconfig
@@
-446,6
+446,7
@@
config REGULATOR_MC13892
config REGULATOR_MT6311
tristate "MediaTek MT6311 PMIC"
depends on I2C
+ select REGMAP_I2C
help
Say y here to select this option to enable the power regulator of
MediaTek MT6311 PMIC.