diff options
author | Zhou Wang <wangzhou.bry@gmail.com> | 2015-03-25 14:57:44 +0800 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2015-05-08 23:50:41 +0100 |
commit | c66b0c67b42c7cca785fc39c93fcb52e07022ce3 (patch) | |
tree | 83d202399a74a2e7fc4a36712f3f6e8780934a29 /arch/arm/configs | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) | |
download | blackbird-op-linux-c66b0c67b42c7cca785fc39c93fcb52e07022ce3.tar.gz blackbird-op-linux-c66b0c67b42c7cca785fc39c93fcb52e07022ce3.zip |
ARM: hip04: add GPIO configure in hisi_defconfig
The GPIO controller of Hisilicon hip04 Soc uses the IP from Sysnopsis,
gpio-dwapb.c can be reused to support this GPIO controller. This patch
adds related configure item in hisi_defconfig.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/hisi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/hisi_defconfig b/arch/arm/configs/hisi_defconfig index c34da5878b6c..e7bf486eaa9f 100644 --- a/arch/arm/configs/hisi_defconfig +++ b/arch/arm/configs/hisi_defconfig @@ -51,6 +51,7 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIOLIB=y CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_REGULATOR_GPIO=y +CONFIG_GPIO_DWAPB=y CONFIG_MFD_SYSCON=y CONFIG_POWER_RESET_SYSCON=y CONFIG_DRM=y |