diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-03-01 00:30:30 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-03-01 00:30:30 +0100 |
commit | 31cf19a14ce1d046983d638b84bf44cc9ddffe57 (patch) | |
tree | f791f9120afb71d4769c301f6dfe18a19724a31d /arch/arm64/configs | |
parent | e5db3c632130b86a9f721e6c3785fdd65324f604 (diff) | |
parent | c966f0521db49f561d18820107654b0895c1c394 (diff) |
Merge tag 'hip05-config-for-4.6' of git://github.com/hisilicon/linux-hisi into next/arm64
ARM64: Hip05: configure updates for 4.6
- Enable DesignWare APB GPIO controller
* tag 'hip05-config-for-4.6' of git://github.com/hisilicon/linux-hisi:
arm64: defconfig: Enable DesignWare APB GPIO controller
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 a70b128a535f..459e96aec818 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -157,6 +157,7 @@ CONFIG_SPMI=y CONFIG_PINCTRL_MSM8916=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_DWAPB=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_XGENE=y |