From: Arnd Bergmann Date: Wed, 4 Jul 2012 14:33:01 +0000 (+0000) Subject: ARM: prima2: enable gpiolib unconditionally X-Git-Tag: next-20120724~11^2~6^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f63870924f83ebb66b5eb8fb8dde83bf9be252cc;p=karo-tx-linux.git ARM: prima2: enable gpiolib unconditionally The pinctrl code needs GPIOLIB to be enabled, so make sure that it cannot be built otherwise. This fixes the prima2_defconfig. Signed-off-by: Arnd Bergmann Acked-by: Barry Song <21cnbao@gmail.com> --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 571b3d25c9bc..a851307f8755 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -389,7 +389,7 @@ config ARCH_PRIMA2 bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" select CPU_V7 select NO_IOPORT - select ARCH_WANT_OPTIONAL_GPIOLIB + select ARCH_REQUIRE_GPIOLIB select GENERIC_CLOCKEVENTS select CLKDEV_LOOKUP select GENERIC_IRQ_CHIP