diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-08 12:49:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-13 07:20:13 -0400 |
commit | 8f86001f76609f70bfcce34e7e2a11860e012ace (patch) | |
tree | 714bb31a2e54ceabfc750a1a1e556cc1ff60abff /arch/blackfin/Kconfig | |
parent | 538067c822e2512d9a165c71c0c5722168470304 (diff) |
Blackfin: add support for irqflags
This converts the irq handling in the Blackfin arch from the old irq.h /
system.h method to the new irqflags.h. A stepping stone on the way to
other tracing functionality.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 6ae9a0306b35..d68cb0dc583a 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -55,6 +55,9 @@ config FORCE_MAX_ZONEORDER | |||
55 | config GENERIC_CALIBRATE_DELAY | 55 | config GENERIC_CALIBRATE_DELAY |
56 | def_bool y | 56 | def_bool y |
57 | 57 | ||
58 | config TRACE_IRQFLAGS_SUPPORT | ||
59 | def_bool y | ||
60 | |||
58 | source "init/Kconfig" | 61 | source "init/Kconfig" |
59 | 62 | ||
60 | source "kernel/Kconfig.preempt" | 63 | source "kernel/Kconfig.preempt" |