diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2016-10-21 16:08:40 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-09 15:58:28 -0700 |
commit | 9c5355646707de2165c47d09a6f046f0978bf436 (patch) | |
tree | 9e793ddba804ac074b83de7e9f7864a1ad496e41 /arch/arm/configs/omap2plus_defconfig | |
parent | 62e95674c6e12ea6fff946be08ce673a96faa707 (diff) | |
download | linux-9c5355646707de2165c47d09a6f046f0978bf436.tar.bz2 |
ARM: omap2plus_defconfig: Enable REGULATOR_GPIO
GPIO regulator is used on dra71-evm platform to control MMCSD IO
voltage
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-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 863dc38b7aaf..2c01f2725d5d 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -271,6 +271,7 @@ CONFIG_MFD_TPS65217=y CONFIG_MFD_TPS65218=y CONFIG_MFD_TPS65910=y CONFIG_TWL6040_CORE=y +CONFIG_REGULATOR_GPIO=y CONFIG_REGULATOR_LP872X=y CONFIG_REGULATOR_PALMAS=y CONFIG_REGULATOR_PBIAS=y |