Browse Source

mfd: Force on REGMAP for the arizona core

While the core isn't useful by itself it does depend on regmap so try to
force that on.

Reported-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Mark Brown 13 years ago
parent
commit
14b5bd5cf5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/mfd/Kconfig

+ 1 - 0
drivers/mfd/Kconfig

@@ -496,6 +496,7 @@ config MFD_S5M_CORE
 	 of the device
 
 config MFD_ARIZONA
+	select REGMAP
 	tristate
 
 config MFD_ARIZONA_I2C