From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaswinder Singh Rajput Subject: [PATCH] alpha: Remove unused CONFIG ALPHA_EV7 Date: Sat, 26 Sep 2009 18:35:53 +0530 Message-ID: <1253970353.4568.5.camel@ht.satnam> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-alpha-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Richard Henderson , Ivan Kokshaysky , linux-alpha@vger.kernel.org, LKML , "Robert P. J. Day" ALPHA_EV7 is unused and currently ALPHA_MARVEL is used for EV7. Reported-by: Robert P. J. Day Signed-off-by: Jaswinder Singh Rajput Cc: Richard Henderson Cc: Ivan Kokshaysky --- arch/alpha/Kconfig | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 4434481..2a50491 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -449,11 +449,6 @@ config ALPHA_EV67 Is this a machine based on the EV67 core? If in doubt, select N here and the machine will be treated as an EV6. -config ALPHA_EV7 - bool - depends on ALPHA_MARVEL - default y - config ALPHA_MCPCIA bool depends on ALPHA_RAWHIDE -- 1.6.0.6