alpha: merge two entries for CONFIG_ALPHA_GAMMA
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 21 Feb 2024 14:01:45 +0000 (23:01 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 23 Feb 2024 12:08:08 +0000 (21:08 +0900)
There are two entries for CONFIG_ALPHA_GAMMA, with the second one
7 lines below. Merge them together.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
arch/alpha/Kconfig

index 70e8343d00ba4853d59ace6e0a8cb89fcef6f484..fe5ae3aea999579d157e8fcaa922c478976f7589 100644 (file)
@@ -390,16 +390,12 @@ config ALPHA_PRIMO
          Say Y if you have an AS 1000 5/xxx or an AS 1000A 5/xxx.
 
 config ALPHA_GAMMA
-       bool "EV5 CPU(s) (model 5/xxx)?"
-       depends on ALPHA_SABLE
+       bool "EV5 CPU(s) (model 5/xxx)?" if ALPHA_SABLE
+       depends on ALPHA_SABLE || ALPHA_LYNX
+       default ALPHA_LYNX
        help
          Say Y if you have an AS 2000 5/xxx or an AS 2100 5/xxx.
 
-config ALPHA_GAMMA
-       bool
-       depends on ALPHA_LYNX
-       default y
-
 config ALPHA_T2
        bool
        depends on ALPHA_SABLE || ALPHA_LYNX