mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: ZynqMP: Move ZynqMP feature selection into submenu
@ 2023-03-22 14:15 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2023-03-22 14:15 UTC (permalink / raw)
  To: Barebox List

Move ZynqMP feature selection into submenu like done on the
other multiarch supporting architectures as well.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/mach-zynqmp/Kconfig | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-zynqmp/Kconfig b/arch/arm/mach-zynqmp/Kconfig
index 78cb901653..0e7d930137 100644
--- a/arch/arm/mach-zynqmp/Kconfig
+++ b/arch/arm/mach-zynqmp/Kconfig
@@ -1,5 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0-or-later
-if ARCH_ZYNQMP
+
+menu "ZynqMP Features"
+	depends on ARCH_ZYNQMP
 
 config MACH_XILINX_ZCU104
 	bool "Xilinx Zynq UltraScale+ MPSoC ZCU104"
@@ -13,4 +15,4 @@ config MACH_XILINX_ZCU106
 	  Say Y here if you are using the Xilinx Zynq UltraScale+ MPSoC ZCU106
 	  evaluation board.
 
-endif
+endmenu
-- 
2.30.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-22 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 14:15 [PATCH] ARM: ZynqMP: Move ZynqMP feature selection into submenu Sascha Hauer

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