diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2015-09-04 14:13:15 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2015-09-10 01:07:33 +0200 |
commit | ae1973a2df8ea48ab04cd406c569ce0b5721dd99 (patch) | |
tree | b587363e1b07b4069a37159a64cdcf100a9f3a07 /arch/arm/configs | |
parent | Merge tag 'tegra-for-4.3-defconfig' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-ae1973a2df8ea48ab04cd406c569ce0b5721dd99.tar.xz linux-ae1973a2df8ea48ab04cd406c569ce0b5721dd99.zip |
ARM: multi_v7_defconfig: Enable PBIAS regulator
PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4,
OMAP5 and DRA7 SoCs. Enable it here.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 824a0cff3998..52ebbc5570ff 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -411,6 +411,7 @@ CONFIG_REGULATOR_MAX8973=y CONFIG_REGULATOR_MAX77686=y CONFIG_REGULATOR_MAX77693=m CONFIG_REGULATOR_PALMAS=y +CONFIG_REGULATOR_PBIAS=y CONFIG_REGULATOR_PWM=m CONFIG_REGULATOR_S2MPS11=y CONFIG_REGULATOR_S5M8767=y |