]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: prima2: enable gpiolib unconditionally
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Jul 2012 14:33:01 +0000 (14:33 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 4 Jul 2012 14:54:32 +0000 (16:54 +0200)
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 <arnd@arndb.de>
Acked-by: Barry Song <21cnbao@gmail.com>
arch/arm/Kconfig

index 571b3d25c9bcf214669d4e1495e794af2990e4b5..a851307f8755e846ea9b39b2fbdd29f252211dc0 100644 (file)
@@ -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