diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-06 11:29:04 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 15:35:55 -0400 |
commit | 250153361fa804985392866fa0622a787dd60109 (patch) | |
tree | 216fcf754f63e5c45ccd7434e54415f4870d04fe /arch/avr32 | |
parent | f2f9c6508dc15fdcf5902047d47a86f4f6466459 (diff) |
avr32: Use generic IRQ config, enable GENERIC_HARDIRQS_NO_DEPRECATED
Use the generic Kconfig for interrupts and enable
GENERIC_HARDIRQS_NO_DEPRECATED. All conversions done.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
LKML-Reference: <20110206163009.289833604@linutronix.de>
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/Kconfig | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index cd2062fe0f61..c0ddc9355920 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
@@ -6,6 +6,10 @@ config AVR32 | |||
6 | select HAVE_CLK | 6 | select HAVE_CLK |
7 | select HAVE_OPROFILE | 7 | select HAVE_OPROFILE |
8 | select HAVE_KPROBES | 8 | select HAVE_KPROBES |
9 | select HAVE_GENERIC_HARDIRQS | ||
10 | select GENERIC_IRQ_PROBE | ||
11 | select HARDIRQS_SW_RESEND | ||
12 | select GENERIC_HARDIRQS_NO_DEPRECATED | ||
9 | help | 13 | help |
10 | AVR32 is a high-performance 32-bit RISC microprocessor core, | 14 | AVR32 is a high-performance 32-bit RISC microprocessor core, |
11 | designed for cost-sensitive embedded applications, with particular | 15 | designed for cost-sensitive embedded applications, with particular |
@@ -17,9 +21,6 @@ config AVR32 | |||
17 | config GENERIC_GPIO | 21 | config GENERIC_GPIO |
18 | def_bool y | 22 | def_bool y |
19 | 23 | ||
20 | config GENERIC_HARDIRQS | ||
21 | def_bool y | ||
22 | |||
23 | config STACKTRACE_SUPPORT | 24 | config STACKTRACE_SUPPORT |
24 | def_bool y | 25 | def_bool y |
25 | 26 | ||
@@ -29,12 +30,6 @@ config LOCKDEP_SUPPORT | |||
29 | config TRACE_IRQFLAGS_SUPPORT | 30 | config TRACE_IRQFLAGS_SUPPORT |
30 | def_bool y | 31 | def_bool y |
31 | 32 | ||
32 | config HARDIRQS_SW_RESEND | ||
33 | def_bool y | ||
34 | |||
35 | config GENERIC_IRQ_PROBE | ||
36 | def_bool y | ||
37 | |||
38 | config RWSEM_GENERIC_SPINLOCK | 33 | config RWSEM_GENERIC_SPINLOCK |
39 | def_bool y | 34 | def_bool y |
40 | 35 | ||