diff options
author | Tony Lindgren <tony@atomide.com> | 2018-03-01 13:54:52 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-03-06 14:25:36 -0500 |
commit | 6cd7f83987ed477e448aebe696d74e03ea6eba32 (patch) | |
tree | f577e1c4e89c9867c87c89472fe08b919de48a18 | |
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>
-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 | |||
295 | CONFIG_TWL4030_WATCHDOG=m | 295 | CONFIG_TWL4030_WATCHDOG=m |
296 | CONFIG_MFD_CPCAP=y | 296 | CONFIG_MFD_CPCAP=y |
297 | CONFIG_MFD_TI_AM335X_TSCADC=m | 297 | CONFIG_MFD_TI_AM335X_TSCADC=m |
298 | CONFIG_MFD_TI_LMU=m | ||
298 | CONFIG_MFD_PALMAS=y | 299 | CONFIG_MFD_PALMAS=y |
299 | CONFIG_MFD_TPS65217=y | 300 | CONFIG_MFD_TPS65217=y |
300 | CONFIG_MFD_TI_LP873X=y | 301 | CONFIG_MFD_TI_LP873X=y |