From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: [patch 34/37] score: Use generic irq Kconfig Date: Wed, 19 Jan 2011 21:50:05 -0000 Message-ID: <20110119210840.524713980@linutronix.de> References: <20110119205258.462759212@linutronix.de> Return-path: Received: from www.tglx.de ([62.245.132.106]:40794 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754858Ab1ASVuX (ORCPT ); Wed, 19 Jan 2011 16:50:23 -0500 Content-Disposition: inline; filename=score-use-generic-irq-Kconfig.patch Sender: linux-arch-owner@vger.kernel.org List-ID: To: LKML Cc: Linux-Arch , Andrew Morton , Ingo Molnar , Chen Liqin No functional change Signed-off-by: Thomas Gleixner Cc: Chen Liqin --- 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