diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-01-29 16:39:06 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-02-25 21:21:26 +0800 |
commit | c966f0521db49f561d18820107654b0895c1c394 (patch) | |
tree | a11a05303317827529cad2b2b898b45531d52aac /arch/arm64/configs | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d (diff) | |
download | op-kernel-dev-c966f0521db49f561d18820107654b0895c1c394.zip op-kernel-dev-c966f0521db49f561d18820107654b0895c1c394.tar.gz |
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>
Diffstat (limited to 'arch/arm64/configs')
-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 18ca9fb..a5eb1b7 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -141,6 +141,7 @@ CONFIG_SPI=y CONFIG_SPI_PL022=y CONFIG_SPI_QUP=y CONFIG_PINCTRL_MSM8916=y +CONFIG_GPIO_DWAPB=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_XGENE=y |