diff options
author | Tony Lindgren | 2018-03-01 10:54:52 -0800 |
---|---|---|
committer | Tony Lindgren | 2018-03-06 11:25:36 -0800 |
commit | 6cd7f83987ed477e448aebe696d74e03ea6eba32 (patch) | |
tree | f577e1c4e89c9867c87c89472fe08b919de48a18 /arch/arm/configs | |
parent | 1deb88ba1058817b830dd57102ed857c7895568e (diff) |
ARM: omap2plus_defconfig: Select MFD_TI_LMU
We have REGULATOR_LM363X selected but not MFD_TI_LMU and
REGULATOR_LM363X depends on MFD_TI_LMU.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index ea9940491366..8cfb36c01f76 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -295,6 +295,7 @@ CONFIG_OMAP_WATCHDOG=m CONFIG_TWL4030_WATCHDOG=m CONFIG_MFD_CPCAP=y CONFIG_MFD_TI_AM335X_TSCADC=m +CONFIG_MFD_TI_LMU=m CONFIG_MFD_PALMAS=y CONFIG_MFD_TPS65217=y CONFIG_MFD_TI_LP873X=y |