mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
0620de5983
commit
14b5bd5cf5
|
@ -496,6 +496,7 @@ config MFD_S5M_CORE
|
|||
of the device
|
||||
|
||||
config MFD_ARIZONA
|
||||
select REGMAP
|
||||
tristate
|
||||
|
||||
config MFD_ARIZONA_I2C
|
||||
|
|
Loading…
Reference in New Issue