aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-25 10:16:56 -0400
committerChen Liqin <liqin.chen@sunplusct.com>2011-03-28 00:03:35 -0400
commit324808c2bc190e9424200e73faab1045df9b7d2e (patch)
tree892e3b4b514ec8fd865c3005220a80dabfe17544 /arch/score/Kconfig
parent991353510e8ab5e55c5bbd058c7545f29192cddf (diff)
score: Use generic show_interrupts()
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
Diffstat (limited to 'arch/score/Kconfig')
-rw-r--r--arch/score/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index b256adbe0c5d..4278bbc032ce 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -4,6 +4,7 @@ config SCORE
4 def_bool y 4 def_bool y
5 select HAVE_GENERIC_HARDIRQS 5 select HAVE_GENERIC_HARDIRQS
6 select GENERIC_HARDIRQS_NO_DEPRECATED 6 select GENERIC_HARDIRQS_NO_DEPRECATED
7 select GENERIC_IRQ_SHOW
7 8
8choice 9choice
9 prompt "System type" 10 prompt "System type"