diff options
author | Afzal Mohammed <afzal.mohd.ma@gmail.com> | 2015-11-11 08:09:13 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-20 19:44:42 +0100 |
commit | f541316928d1b3f127c5dfc1d49a77a998a279da (patch) | |
tree | 0836995c31b767185b297be5af8aeaa9e2d862d0 /arch/arm | |
parent | ARM: realview: select apropriate targets (diff) | |
download | linux-f541316928d1b3f127c5dfc1d49a77a998a279da.tar.xz linux-f541316928d1b3f127c5dfc1d49a77a998a279da.zip |
ARM: multi_v7_defconfig: enable TPS65217 regulator
Enable TPS65217 regulator to have rootfs in MMC for Beagle Bone's.
Suggested-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Afzal Mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f388e780f0f5..367eb14ff60c 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -433,6 +433,7 @@ CONFIG_MFD_SEC_CORE=y CONFIG_MFD_STMPE=y CONFIG_MFD_PALMAS=y CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=y CONFIG_MFD_TPS6586X=y CONFIG_MFD_TPS65910=y CONFIG_REGULATOR_AB8500=y @@ -463,6 +464,7 @@ CONFIG_REGULATOR_S5M8767=y CONFIG_REGULATOR_TPS51632=y CONFIG_REGULATOR_TPS62360=y CONFIG_REGULATOR_TPS65090=y +CONFIG_REGULATOR_TPS65217=y CONFIG_REGULATOR_TPS6586X=y CONFIG_REGULATOR_TPS65910=y CONFIG_REGULATOR_TWL4030=y |