Skip to content

Commit e383e87

Browse files
krzkolofj
authored andcommitted
ARM: npcm: Bring back GPIOLIB support
The CONFIG_ARCH_REQUIRE_GPIOLIB is gone since commit 65053e1 ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB") and all platforms should explicitly select GPIOLIB to have it. Link: https://lore.kernel.org/r/[email protected] Cc: <[email protected]> Fixes: 65053e1 ("gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB") Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 4ef1a30 commit e383e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-npcm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config ARCH_NPCM7XX
1111
depends on ARCH_MULTI_V7
1212
select PINCTRL_NPCM7XX
1313
select NPCM7XX_TIMER
14-
select ARCH_REQUIRE_GPIOLIB
14+
select GPIOLIB
1515
select CACHE_L2X0
1616
select ARM_GIC
1717
select HAVE_ARM_TWD if SMP

0 commit comments

Comments
 (0)