diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-03 07:45:39 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-08 18:31:06 -0400 |
commit | 14b5bd5cf5605555a746c10404e442c6a95567c1 (patch) | |
tree | 77181226921967dd6094a99c3f9a807f423eb797 | |
parent | 0620de5983c82c95d83302e7f10064545a6996c5 (diff) |
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>
-rw-r--r-- | drivers/mfd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 11ee6ec76011..53cbd16c7a4a 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -496,6 +496,7 @@ config MFD_S5M_CORE | |||
496 | of the device | 496 | of the device |
497 | 497 | ||
498 | config MFD_ARIZONA | 498 | config MFD_ARIZONA |
499 | select REGMAP | ||
499 | tristate | 500 | tristate |
500 | 501 | ||
501 | config MFD_ARIZONA_I2C | 502 | config MFD_ARIZONA_I2C |