From: Thomas Gleixner <tglx@linutronix.de> Date: Wed, 19 Jan 2011 19:41:19 +0000 (+0100) Subject: score: Use generic irq Kconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2fc361bfcfce4fd05eb3d2e3d400dd387a5724c4;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git score: Use generic irq Kconfig No functional change Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Chen Liqin <liqin.chen@sunplusct.com> --- diff --git a/arch/score/Kconfig b/arch/score/Kconfig index 4f159acfbe33..27b2295f41f3 100644 --- a/arch/score/Kconfig +++ b/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