Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/Config.in.s390x: drop redundant depends on BR2_s390x
@ 2020-09-30 19:29 Thomas Petazzoni
  2020-09-30 19:38 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-30 19:29 UTC (permalink / raw)
  To: buildroot

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>
---
 arch/Config.in.s390x | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/Config.in.s390x b/arch/Config.in.s390x
index 1d3079c942..fa893608a5 100644
--- a/arch/Config.in.s390x
+++ b/arch/Config.in.s390x
@@ -6,15 +6,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
 
-- 
2.26.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-30 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30 19:29 [Buildroot] [PATCH] arch/Config.in.s390x: drop redundant depends on BR2_s390x Thomas Petazzoni
2020-09-30 19:38 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox