diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2016-02-28 13:39:44 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-02-29 13:53:37 -0800 |
commit | fa4fc8188e4953448efe43e49efad681437ab79f (patch) | |
tree | 935a5b4603f78f464d963b2ded38d066c6d75d8c /arch/arm/configs | |
parent | 4a64f3222efb159abcc94b95e46ada56ccc05144 (diff) | |
download | linux-fa4fc8188e4953448efe43e49efad681437ab79f.tar.bz2 |
ARM: omap2plus_defconfig: Enable LP872x regulator support
The LP872x regulator is used in the LG Optimus Black codename sniper to supply
the external mmc card.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
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 2a33450405a5..177086867790 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -277,6 +277,7 @@ CONFIG_MFD_TPS65218=y CONFIG_MFD_TPS65910=y CONFIG_MFD_TI_AM335X_TSCADC=m CONFIG_TWL6040_CORE=y +CONFIG_REGULATOR_LP872X=y CONFIG_REGULATOR_PALMAS=y CONFIG_REGULATOR_PBIAS=y CONFIG_REGULATOR_TI_ABB=y |