From: Olof Johansson Date: Sun, 19 Oct 2014 21:29:14 +0000 (-0700) Subject: ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGE X-Git-Tag: v3.18-rc2~1^2~5 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3e10dccc82baaf243114d046d9757d7f368cdfb5;p=~emulex%2Finfiniband.git ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGE I missed in 9a2ad529ed26 that REGULATOR_FIXED_VOLTAGE had also gotten deselected, so it needs to be added back as an explicit option. Signed-off-by: Olof Johansson --- diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 84704531310..f7ac0379850 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -76,6 +76,7 @@ CONFIG_WATCHDOG=y CONFIG_SUNXI_WATCHDOG=y CONFIG_MFD_AXP20X=y CONFIG_REGULATOR=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y