mirror of https://gitee.com/openkylin/linux.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 <linus.walleij@linaro.org> Signed-off-by: Zhou Wang <wangzhou1@hisilicon.com> Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
This commit is contained in:
parent
b787f68c36
commit
c66b0c67b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue