diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-01-29 03:39:06 -0500 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-02-25 08:21:26 -0500 |
commit | c966f0521db49f561d18820107654b0895c1c394 (patch) | |
tree | a11a05303317827529cad2b2b898b45531d52aac | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (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/defconfig | 1 |
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 | |||
141 | CONFIG_SPI_PL022=y | 141 | CONFIG_SPI_PL022=y |
142 | CONFIG_SPI_QUP=y | 142 | CONFIG_SPI_QUP=y |
143 | CONFIG_PINCTRL_MSM8916=y | 143 | CONFIG_PINCTRL_MSM8916=y |
144 | CONFIG_GPIO_DWAPB=y | ||
144 | CONFIG_GPIO_PL061=y | 145 | CONFIG_GPIO_PL061=y |
145 | CONFIG_GPIO_RCAR=y | 146 | CONFIG_GPIO_RCAR=y |
146 | CONFIG_GPIO_XGENE=y | 147 | CONFIG_GPIO_XGENE=y |