lkml.org 
[lkml]   [2014]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] regulator: isl9305: REGULATOR_ISL9305 needs to select REGMAP_I2C
From
Date
Fix ERROR: "devm_regmap_init_i2c" [drivers/regulator/isl9305.ko] undefined!

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/regulator/Kconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 2b98a34..2419fe4 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -254,6 +254,7 @@ config REGULATOR_HI6421
config REGULATOR_ISL9305
tristate "Intersil ISL9305 regulator"
depends on I2C
+ select REGMAP_I2C
help
This driver supports ISL9305 voltage regulator chip.

--
1.9.1




\
 
 \ /
  Last update: 2014-09-10 03:21    [W:0.025 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site