score: Use generic irq Kconfig
authorThomas Gleixner <[email protected]>
Wed, 19 Jan 2011 19:41:19 +0000 (20:41 +0100)
committerThomas Gleixner <[email protected]>
Fri, 21 Jan 2011 10:55:34 +0000 (11:55 +0100)
No functional change

Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Chen Liqin <[email protected]>
arch/score/Kconfig

index 4f159acfbe3332a27dca2dcceb7965e9a4005200..27b2295f41f378e341acd86e23582fb19d80de2e 100644 (file)
@@ -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