aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-01-19 14:41:19 -0500
committerThomas Gleixner <tglx@linutronix.de>2011-01-21 05:55:34 -0500
commit2fc361bfcfce4fd05eb3d2e3d400dd387a5724c4 (patch)
treed722f92e424714bb20a82a906d158759cd7c04b5
parent2604362b2671cef309f6023e6bea0cec52ee993b (diff)
score: Use generic irq Kconfig
No functional change Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com>
-rw-r--r--arch/score/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/score/Kconfig b/arch/score/Kconfig
index 4f159acfbe3..27b2295f41f 100644
--- a/arch/score/Kconfig
+++ b/arch/score/Kconfig
@@ -1,5 +1,9 @@
1menu "Machine selection" 1menu "Machine selection"
2 2
3config SCORE
4 def_bool y
5 select HAVE_GENERIC_HARDIRQS
6
3choice 7choice
4 prompt "System type" 8 prompt "System type"
5 default MACH_SPCT6600 9 default MACH_SPCT6600
@@ -65,9 +69,6 @@ menu "Kernel type"
65config 32BIT 69config 32BIT
66 def_bool y 70 def_bool y
67 71
68config GENERIC_HARDIRQS
69 def_bool y
70
71config ARCH_FLATMEM_ENABLE 72config ARCH_FLATMEM_ENABLE
72 def_bool y 73 def_bool y
73 74