Skip to content

Commit

Permalink
[PATCH] alpha: Fix ALPHA_EV56 dependencies typo
Browse files Browse the repository at this point in the history
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>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Fernando J. Pereda authored and Linus Torvalds committed Sep 26, 2006
1 parent 182daa5 commit 060ec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/alpha/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,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)?"
Expand Down

0 comments on commit 060ec3d

Please sign in to comment.