Skip to content

Commit c31f96a

Browse files
committed
alpha: merge two entries for CONFIG_ALPHA_GAMMA
There are two entries for CONFIG_ALPHA_GAMMA, with the second one 7 lines below. Merge them together. Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 4031980 commit c31f96a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

arch/alpha/Kconfig

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -390,16 +390,12 @@ config ALPHA_PRIMO
390390
Say Y if you have an AS 1000 5/xxx or an AS 1000A 5/xxx.
391391

392392
config ALPHA_GAMMA
393-
bool "EV5 CPU(s) (model 5/xxx)?"
394-
depends on ALPHA_SABLE
393+
bool "EV5 CPU(s) (model 5/xxx)?" if ALPHA_SABLE
394+
depends on ALPHA_SABLE || ALPHA_LYNX
395+
default ALPHA_LYNX
395396
help
396397
Say Y if you have an AS 2000 5/xxx or an AS 2100 5/xxx.
397398

398-
config ALPHA_GAMMA
399-
bool
400-
depends on ALPHA_LYNX
401-
default y
402-
403399
config ALPHA_T2
404400
bool
405401
depends on ALPHA_SABLE || ALPHA_LYNX

0 commit comments

Comments
 (0)