arch/Config.in.s390x: drop redundant depends on BR2_s390x
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 30 Sep 2020 19:29:57 +0000 (21:29 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Wed, 30 Sep 2020 19:36:07 +0000 (21:36 +0200)
The whole arch/Config.in.s390x file is only included by arch/Config.in
if BR2_s390x=y, so having "depends on" conditions on each options of
the choice doesn't make much sense.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[yann.morin.1998@free.fr: drop first, empty line]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
arch/Config.in.s390x

index 1d3079c942348095f0a5827760058babccfc14fb..ad866b421e087107fd8b15af55baf68b39a6e657 100644 (file)
@@ -1,4 +1,3 @@
-
 choice
        prompt "Target Architecture Variant"
        help
@@ -6,15 +5,12 @@ choice
 
 config BR2_s390x_z13
        bool "z13"
-       depends on BR2_s390x
 
 config BR2_s390x_z14
        bool "z14"
-       depends on BR2_s390x
 
 config BR2_s390x_z15
        bool "z15"
-       depends on BR2_s390x
 
 endchoice