aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhou Wang <wangzhou.bry@gmail.com>2015-03-25 14:57:44 +0800
committerWei Xu <xuwei5@hisilicon.com>2015-05-08 23:50:41 +0100
commitc66b0c67b42c7cca785fc39c93fcb52e07022ce3 (patch)
tree83d202399a74a2e7fc4a36712f3f6e8780934a29
parentLinux 4.1-rc1 (diff)
downloadlinux-dev-c66b0c67b42c7cca785fc39c93fcb52e07022ce3.tar.xz
linux-dev-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>
-rw-r--r--arch/arm/configs/hisi_defconfig1
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