aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2016-01-29 03:39:06 -0500
committerWei Xu <xuwei5@hisilicon.com>2016-02-25 08:21:26 -0500
commitc966f0521db49f561d18820107654b0895c1c394 (patch)
treea11a05303317827529cad2b2b898b45531d52aac
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
arm64: defconfig: Enable DesignWare APB GPIO controller
The Synopsys DesignWare APB GPIO controller is used by several vender's socs, like apm/marvell/altera/hisilicon, enable it by default. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 18ca9fb9e65f..a5eb1b723e39 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -141,6 +141,7 @@ CONFIG_SPI=y
141CONFIG_SPI_PL022=y 141CONFIG_SPI_PL022=y
142CONFIG_SPI_QUP=y 142CONFIG_SPI_QUP=y
143CONFIG_PINCTRL_MSM8916=y 143CONFIG_PINCTRL_MSM8916=y
144CONFIG_GPIO_DWAPB=y
144CONFIG_GPIO_PL061=y 145CONFIG_GPIO_PL061=y
145CONFIG_GPIO_RCAR=y 146CONFIG_GPIO_RCAR=y
146CONFIG_GPIO_XGENE=y 147CONFIG_GPIO_XGENE=y