diff options
author | 2013-11-20 23:21:26 -0800 | |
---|---|---|
committer | 2013-11-25 11:42:08 +0900 | |
commit | 081aaf4ab3ddaf66083b2fcd17b563a48112a232 (patch) | |
tree | 1029ce0cfd02efa88975147eddf91deb1363711f | |
parent | ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig (diff) | |
download | wireguard-linux-081aaf4ab3ddaf66083b2fcd17b563a48112a232.tar.xz wireguard-linux-081aaf4ab3ddaf66083b2fcd17b563a48112a232.zip |
ARM: shmobile: lager: add gpio regulator support on defconfig
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/lager_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig index 35bff5e0d57a..064b7cc5f241 100644 --- a/arch/arm/configs/lager_defconfig +++ b/arch/arm/configs/lager_defconfig @@ -89,6 +89,7 @@ CONFIG_THERMAL=y CONFIG_RCAR_THERMAL=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_REGULATOR_GPIO=y CONFIG_DRM=y CONFIG_DRM_RCAR_DU=y # CONFIG_USB_SUPPORT is not set |