diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-30 00:58:33 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-30 00:58:33 +0300 |
commit | 467f7ad9f47c9da23c4c6c874a01fc22fd43b50f (patch) | |
tree | 1eacbed5f2ab406cc4a4dad4ad227a6c012ffa57 | |
parent | 49d3f3ccf413b2b3b7581921c2dac48a50fdf234 (diff) | |
parent | 30aca3c84bd79b48154908b6c1592347f4df3d53 (diff) | |
download | linux-467f7ad9f47c9da23c4c6c874a01fc22fd43b50f.tar.xz |
Merge tag 'renesas-defconfig-fixes-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/defconfig
Merge "Renesas ARM Based SoC Defconfig Fixes for v3.20" from Simon Horman:
* Select CONFIG_REGULATOR in mach_shmobile defconfig once again
* tag 'renesas-defconfig-fixes-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 4f9868dc8c22..b553e2c45e86 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y CONFIG_DA9063_WATCHDOG=y CONFIG_MFD_AS3711=y CONFIG_MFD_DA9063=y +CONFIG_REGULATOR=y CONFIG_REGULATOR_AS3711=y CONFIG_REGULATOR_DA9210=y CONFIG_REGULATOR_GPIO=y |