diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-05-19 10:00:57 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-05-19 15:11:31 +0200 |
commit | 17a487f10442056a1ad1f890a80bc761dcc358dc (patch) | |
tree | 7ef74ba07e9eb0faec0f1fafcef73d7b846e1735 /arch/arm/configs/sama5_defconfig | |
parent | 030bbdbf4c833bc69f502eae58498bc5572db736 (diff) | |
download | linux-17a487f10442056a1ad1f890a80bc761dcc358dc.tar.bz2 |
ARM: at91/defconfig: add CONFIG_REGULATOR_FIXED_VOLTAGE for mmc driver
As an update of the sd/mmc DT definition needs the fixed voltage regulator, add
it to the at91 defconfigs.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/configs/sama5_defconfig')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 510c747c65b4..31eb951880ae 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -136,6 +136,7 @@ CONFIG_POWER_RESET=y # CONFIG_HWMON is not set CONFIG_SSB=m CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_ACT8865=y CONFIG_MEDIA_SUPPORT=y CONFIG_MEDIA_CAMERA_SUPPORT=y |