diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-03 12:45:39 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-07-09 00:31:06 +0200 |
commit | 14b5bd5cf5605555a746c10404e442c6a95567c1 (patch) | |
tree | 77181226921967dd6094a99c3f9a807f423eb797 /drivers/mfd | |
parent | 0620de5983c82c95d83302e7f10064545a6996c5 (diff) | |
download | blackbird-op-linux-14b5bd5cf5605555a746c10404e442c6a95567c1.tar.gz blackbird-op-linux-14b5bd5cf5605555a746c10404e442c6a95567c1.zip |
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>
Diffstat (limited to 'drivers/mfd')
-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 of the device config MFD_ARIZONA + select REGMAP tristate config MFD_ARIZONA_I2C |