]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to FSF config
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 16 Jul 2012 20:29:46 +0000 (00:29 +0400)
committerChris Zankel <chris@zankel.net>
Sat, 11 Aug 2012 04:00:42 +0000 (21:00 -0700)
This is needed for various modules requiring GPIO. This allows building
kernel in allmodconfig configuration.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/Kconfig

index 2675deb23df7334bd87e524632991aa356636774..c161367386e467d48605069552fad89097859595 100644 (file)
@@ -60,6 +60,7 @@ choice
 config XTENSA_VARIANT_FSF
        bool "fsf - default (not generic) configuration"
        select MMU
+       select ARCH_WANT_OPTIONAL_GPIOLIB
 
 config XTENSA_VARIANT_DC232B
        bool "dc232b - Diamond 232L Standard Core Rev.B (LE)"