aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-06 16:10:54 -0500
committerThomas Gleixner <tglx@linutronix.de>2011-03-24 15:35:58 -0400
commit3b190a4a0919eac849f73cb06886f26d357a554c (patch)
tree3189cf51d338cf96900c6c2c012de6eabcf6b62b /arch/xtensa/Kconfig
parent0e77575346c2ed371e06aa3b409c74221be09c38 (diff)
xtensa: Use generic IRQ Kconfig and set GENERIC_HARDIRQS_NO_DEPRECATED
All chips converted. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Chris Zankel <chris@zankel.net> LKML-Reference: <20110206211137.849317253@linutronix.de>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index d373d159e75e..a1c7482ad0ec 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -7,6 +7,8 @@ config ZONE_DMA
7config XTENSA 7config XTENSA
8 def_bool y 8 def_bool y
9 select HAVE_IDE 9 select HAVE_IDE
10 select HAVE_GENERIC_HARDIRQS
11 select GENERIC_HARDIRQS_NO_DEPRECATED
10 help 12 help
11 Xtensa processors are 32-bit RISC machines designed by Tensilica 13 Xtensa processors are 32-bit RISC machines designed by Tensilica
12 primarily for embedded systems. These processors are both 14 primarily for embedded systems. These processors are both
@@ -24,9 +26,6 @@ config GENERIC_FIND_NEXT_BIT
24config GENERIC_HWEIGHT 26config GENERIC_HWEIGHT
25 def_bool y 27 def_bool y
26 28
27config GENERIC_HARDIRQS
28 def_bool y
29
30config GENERIC_GPIO 29config GENERIC_GPIO
31 def_bool y 30 def_bool y
32 31