From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhou Wang Subject: [PATCH v4 1/4] ARM: hip04: add GPIO configure in hisi_defconfig Date: Fri, 5 Dec 2014 11:38:39 +0800 Message-ID: <1417750722-14027-2-git-send-email-wangzhou.bry@gmail.com> References: <1417750722-14027-1-git-send-email-wangzhou.bry@gmail.com> Return-path: In-Reply-To: <1417750722-14027-1-git-send-email-wangzhou.bry@gmail.com> Sender: linux-gpio-owner@vger.kernel.org To: Russell King , Haojian Zhuang , Wei Xu , Olof Johansson , Kevin Hilman , Arnd Bergmann , Linus Walleij , Alexandre Courbot , liguozhu@hisilicon.com Cc: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, atull@altera.com, sebastian.hesselbarth@gmail.com, bigeasy@linutronix.de, jamie@jamieiles.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, wangzhou1@hisilicon.com, Zhou Wang List-Id: devicetree@vger.kernel.org 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 items in hisi_defconfig. Signed-off-by: Zhou Wang --- arch/arm/configs/hisi_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/hisi_defconfig b/arch/arm/configs/hisi_defconfig index 1772505..130292b 100644 --- a/arch/arm/configs/hisi_defconfig +++ b/arch/arm/configs/hisi_defconfig @@ -41,6 +41,9 @@ CONFIG_SPI_PL022=y CONFIG_PINCTRL_SINGLE=y CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_REGULATOR_GPIO=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_DWAPB=y +CONFIG_GPIO_SYSFS=y CONFIG_DRM=y CONFIG_FB_SIMPLE=y CONFIG_USB=y -- 1.7.9.5