From: Nicolas Ferre Date: Tue, 19 May 2015 08:00:57 +0000 (+0200) Subject: ARM: at91/defconfig: add CONFIG_REGULATOR_FIXED_VOLTAGE for mmc driver X-Git-Tag: v4.14-rc1~5172^2~27^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17a487f10442056a1ad1f890a80bc761dcc358dc;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index bcef49a..94b5dcab 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -131,6 +131,8 @@ CONFIG_POWER_RESET=y CONFIG_WATCHDOG=y CONFIG_AT91SAM9X_WATCHDOG=y CONFIG_SSB=m +CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_FB=y CONFIG_FB_ATMEL=y CONFIG_BACKLIGHT_LCD_SUPPORT=y diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 510c747..31eb951 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