diff options
author | Olof Johansson <olof@lixom.net> | 2014-10-15 02:26:56 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-10-15 02:26:58 -0400 |
commit | 9a2ad529ed26c4dd81368d0bc87fc77db1febb35 (patch) | |
tree | 5eb94b95d1e57d0de97c693ce3c341ea0da11af1 /arch/arm/configs | |
parent | 0429fbc0bdc297d64188483ba029a23773ae07b0 (diff) |
ARM: sunxi_defconfig: enable CONFIG_REGULATOR
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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/sunxi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index c1a4ca4f6e6d..847045313101 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig | |||
@@ -75,6 +75,7 @@ CONFIG_POWER_RESET_SUN6I=y | |||
75 | CONFIG_WATCHDOG=y | 75 | CONFIG_WATCHDOG=y |
76 | CONFIG_SUNXI_WATCHDOG=y | 76 | CONFIG_SUNXI_WATCHDOG=y |
77 | CONFIG_MFD_AXP20X=y | 77 | CONFIG_MFD_AXP20X=y |
78 | CONFIG_REGULATOR=y | ||
78 | CONFIG_REGULATOR_GPIO=y | 79 | CONFIG_REGULATOR_GPIO=y |
79 | CONFIG_USB=y | 80 | CONFIG_USB=y |
80 | CONFIG_USB_EHCI_HCD=y | 81 | CONFIG_USB_EHCI_HCD=y |