From: Zhou Wang Date: Wed, 25 Mar 2015 06:57:44 +0000 (+0800) Subject: ARM: hip04: add GPIO configure in hisi_defconfig X-Git-Tag: firefly_0821_release~176^2~1554^2~39^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c66b0c67b42c7cca785fc39c93fcb52e07022ce3;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Zhou Wang Signed-off-by: Wei Xu --- 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