diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-07-04 10:33:01 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-04 10:54:32 -0400 |
commit | f63870924f83ebb66b5eb8fb8dde83bf9be252cc (patch) | |
tree | 971c4f8cdd3e5f6f93f46fbcddd37a736f706c78 /arch | |
parent | 5130216265f6f924a4ba8214787241be96d93467 (diff) |
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 <arnd@arndb.de>
Acked-by: Barry Song <21cnbao@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
389 | bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" | 389 | bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform" |
390 | select CPU_V7 | 390 | select CPU_V7 |
391 | select NO_IOPORT | 391 | select NO_IOPORT |
392 | select ARCH_WANT_OPTIONAL_GPIOLIB | 392 | select ARCH_REQUIRE_GPIOLIB |
393 | select GENERIC_CLOCKEVENTS | 393 | select GENERIC_CLOCKEVENTS |
394 | select CLKDEV_LOOKUP | 394 | select CLKDEV_LOOKUP |
395 | select GENERIC_IRQ_CHIP | 395 | select GENERIC_IRQ_CHIP |