From c375b5b95d0f4498bdef8b8f3edd2672120d4f01 Mon Sep 17 00:00:00 2001 From: "Fernando J. Pereda" Date: Mon, 4 Dec 2006 14:21:29 +0100 Subject: [PATCH] alpha: Fix ALPHA_EV56 dependencies typo There appears to be a typo in the EV56 config option. NORITAKE and PRIMO are be able to set a variation of either. Signed-off-by: Daniel Drake Signed-off-by: Adrian Bunk --- arch/alpha/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index eedf41bf7057..604401835703 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -377,7 +377,7 @@ config ALPHA_EV56 config ALPHA_EV56 prompt "EV56 CPU (speed >= 333MHz)?" - depends on ALPHA_NORITAKE && ALPHA_PRIMO + depends on ALPHA_NORITAKE || ALPHA_PRIMO config ALPHA_EV56 prompt "EV56 CPU (speed >= 400MHz)?"