From 8446614acab9d1096605838a952f45e04db4d004 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Tue, 17 Jul 2012 00:29:46 +0400 Subject: [PATCH] xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to FSF config This is needed for various modules requiring GPIO. This allows building kernel in allmodconfig configuration. Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- arch/xtensa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 2675deb23df7..c161367386e4 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -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)" -- 2.39.5