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>
This commit is contained in:
parent
5130216265
commit
f63870924f
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ config ARCH_PRIMA2
|
||||||
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
|
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
|
||||||
select CPU_V7
|
select CPU_V7
|
||||||
select NO_IOPORT
|
select NO_IOPORT
|
||||||
select ARCH_WANT_OPTIONAL_GPIOLIB
|
select ARCH_REQUIRE_GPIOLIB
|
||||||
select GENERIC_CLOCKEVENTS
|
select GENERIC_CLOCKEVENTS
|
||||||
select CLKDEV_LOOKUP
|
select CLKDEV_LOOKUP
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
|
|
Loading…
Add table
Reference in a new issue