diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-07-04 14:33:01 +0000 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-04 16:54:32 +0200 |
commit | f63870924f83ebb66b5eb8fb8dde83bf9be252cc (patch) | |
tree | 971c4f8cdd3e5f6f93f46fbcddd37a736f706c78 /arch/arm/Kconfig | |
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/arm/Kconfig')
-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 571b3d25c9b..a851307f875 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 |