[patch 34/37] score: Use generic irq Kconfig

From: Thomas Gleixner
Date: Wed Jan 19 2011 - 16:50:33 EST


No functional change

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Chen Liqin <liqin.chen@xxxxxxxxxxxxx>
---
arch/score/Kconfig | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Index: linux-2.6/arch/score/Kconfig
===================================================================
--- linux-2.6.orig/arch/score/Kconfig
+++ linux-2.6/arch/score/Kconfig
@@ -1,5 +1,9 @@
menu "Machine selection"

+config SCORE
+ def_bool y
+ select HAVE_GENERIC_HARDIRQS
+
choice
prompt "System type"
default MACH_SPCT6600
@@ -65,9 +69,6 @@ menu "Kernel type"
config 32BIT
def_bool y

-config GENERIC_HARDIRQS
- def_bool y
-
config ARCH_FLATMEM_ENABLE
def_bool y



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/