diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2012-09-17 05:44:40 +0400 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2012-10-03 15:11:42 -0700 |
commit | d38efc1f150f38b7f593ac7e26789c550d4bc183 (patch) | |
tree | 79ec8a6d3066c0e0fe0d303ed62e48bdba8cede1 /arch/xtensa/Kconfig | |
parent | 02f3774877382bac52972a677c2c5fbd3532a1a1 (diff) |
xtensa: adopt generic io routines
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 8ed64cfae4f..2debe94443b 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -11,6 +11,8 @@ config XTENSA select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES + select MODULES_USE_ELF_RELA + select GENERIC_PCI_IOMAP help Xtensa processors are 32-bit RISC machines designed by Tensilica primarily for embedded systems. These processors are both |