From: Kamlakant Patel Date: Sat, 1 Aug 2015 12:14:22 +0000 (+0530) Subject: MIPS: Netlogic: set ARCH_REQUIRE_GPIOLIB for XLP platform X-Git-Tag: v4.14-rc1~4766^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=079e31600786b1ef8cab15ac6345605ad9150daf;p=platform%2Fkernel%2Flinux-rpi.git MIPS: Netlogic: set ARCH_REQUIRE_GPIOLIB for XLP platform This is needed to enable GPIO framework support for Netlogic XLP platform. Signed-off-by: Kamlakant Patel Signed-off-by: Jayachandran C Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/10818/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 06c5957..7e18242 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -898,6 +898,7 @@ config NLM_XLP_BOARD select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL select ARCH_PHYS_ADDR_T_64BIT + select ARCH_REQUIRE_GPIOLIB select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_LITTLE_ENDIAN select SYS_SUPPORTS_HIGHMEM