diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-16 21:44:42 -0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-10-03 18:11:53 -0400 |
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 | |||
13 | select GENERIC_CPU_DEVICES | 13 | select GENERIC_CPU_DEVICES |
14 | select MODULES_USE_ELF_RELA | 14 | select MODULES_USE_ELF_RELA |
15 | select GENERIC_PCI_IOMAP | 15 | select GENERIC_PCI_IOMAP |
16 | select ARCH_WANT_OPTIONAL_GPIOLIB | ||
16 | help | 17 | help |
17 | Xtensa processors are 32-bit RISC machines designed by Tensilica | 18 | Xtensa processors are 32-bit RISC machines designed by Tensilica |
18 | primarily for embedded systems. These processors are both | 19 | primarily for embedded systems. These processors are both |