diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-25 14:16:56 +0000 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2011-03-28 12:03:35 +0800 |
commit | 324808c2bc190e9424200e73faab1045df9b7d2e (patch) | |
tree | 892e3b4b514ec8fd865c3005220a80dabfe17544 /arch/score/Kconfig | |
parent | 991353510e8ab5e55c5bbd058c7545f29192cddf (diff) | |
download | op-kernel-dev-324808c2bc190e9424200e73faab1045df9b7d2e.zip op-kernel-dev-324808c2bc190e9424200e73faab1045df9b7d2e.tar.gz |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig index b256adb..4278bbc 100644 --- a/arch/score/Kconfig +++ b/arch/score/Kconfig @@ -4,6 +4,7 @@ config SCORE def_bool y select HAVE_GENERIC_HARDIRQS select GENERIC_HARDIRQS_NO_DEPRECATED + select GENERIC_IRQ_SHOW choice prompt "System type" |