diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-17 05:44:42 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-10-03 15:11:53 -0700 |
commit | 6ed65f3748c249ba420e60a8ed93670f452256cf (patch) | |
tree | e25f52d581ae0406b7af1871751e59f0eb339939 /arch/xtensa | |
parent | d046f77ec4a48d8840a9007451b20162eabe6943 (diff) |
xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to xtensa config
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 2df296a64cda..282be264cd02 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -13,6 +13,7 @@ config XTENSA select GENERIC_CPU_DEVICES select MODULES_USE_ELF_RELA select GENERIC_PCI_IOMAP + select ARCH_WANT_OPTIONAL_GPIOLIB help Xtensa processors are 32-bit RISC machines designed by Tensilica primarily for embedded systems. These processors are both |