diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-12-04 14:21:29 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-04 14:21:29 +0100 |
commit | c375b5b95d0f4498bdef8b8f3edd2672120d4f01 (patch) | |
tree | 9172e3fcccca4c0a68319b803d46fdc31846848e | |
parent | 407e973fcc4bf33964851f2f01817c1958479868 (diff) |
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 <dsd@gentoo.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r-- | arch/alpha/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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)?" |