ARM: sunxi_defconfig: enable CONFIG_REGULATOR
authorOlof Johansson <olof@lixom.net>
Wed, 15 Oct 2014 06:26:56 +0000 (23:26 -0700)
committerOlof Johansson <olof@lixom.net>
Wed, 15 Oct 2014 06:26:58 +0000 (23:26 -0700)
Commit 97a13e5289ba ('net: phy: mdio-sun4i: don't select REGULATOR') removed
the select of REGULATOR, which means that it now has to be explicitly
enabled in the defconfig or things won't work very well.

In particular, this fixes a problem with SD/MMC not probing on my A31-based
board.

Cc: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/configs/sunxi_defconfig

index c1a4ca4f6e6d096f634da538a61380c757240076..847045313101300f9d48d5b05e587c6456d16f30 100644 (file)
@@ -75,6 +75,7 @@ CONFIG_POWER_RESET_SUN6I=y
 CONFIG_WATCHDOG=y
 CONFIG_SUNXI_WATCHDOG=y
 CONFIG_MFD_AXP20X=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y