diff options
Diffstat (limited to 'arch/avr32/Kconfig')
| -rw-r--r-- | arch/avr32/Kconfig | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig index cd2062fe0f61..49642b59f73d 100644 --- a/arch/avr32/Kconfig +++ b/arch/avr32/Kconfig | |||
| @@ -6,6 +6,11 @@ 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_IRQ_SHOW | ||
| 13 | select GENERIC_HARDIRQS_NO_DEPRECATED | ||
| 9 | help | 14 | help |
| 10 | AVR32 is a high-performance 32-bit RISC microprocessor core, | 15 | AVR32 is a high-performance 32-bit RISC microprocessor core, |
| 11 | designed for cost-sensitive embedded applications, with particular | 16 | designed for cost-sensitive embedded applications, with particular |
| @@ -17,9 +22,6 @@ config AVR32 | |||
| 17 | config GENERIC_GPIO | 22 | config GENERIC_GPIO |
| 18 | def_bool y | 23 | def_bool y |
| 19 | 24 | ||
| 20 | config GENERIC_HARDIRQS | ||
| 21 | def_bool y | ||
| 22 | |||
| 23 | config STACKTRACE_SUPPORT | 25 | config STACKTRACE_SUPPORT |
| 24 | def_bool y | 26 | def_bool y |
| 25 | 27 | ||
| @@ -29,12 +31,6 @@ config LOCKDEP_SUPPORT | |||
| 29 | config TRACE_IRQFLAGS_SUPPORT | 31 | config TRACE_IRQFLAGS_SUPPORT |
| 30 | def_bool y | 32 | def_bool y |
| 31 | 33 | ||
| 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 | 34 | config RWSEM_GENERIC_SPINLOCK |
| 39 | def_bool y | 35 | def_bool y |
| 40 | 36 | ||
