arch/arm/imx9: Kconfig: remove redundant menu wrapper around chip selection.

The menu and choice had the same purpose; keep only the choice.

Signed-off-by: Maarten Zanders <maarten@zanders.be>
This commit is contained in:
Maarten Zanders
2026-02-24 11:05:31 +01:00
committed by Xiang Xiao
parent a82293e3ef
commit 461e7bd91f
+2 -6
View File
@@ -5,10 +5,8 @@
if ARCH_CHIP_IMX9_CORTEX_M
menu "i.MX9 Chip Selection"
choice
prompt "i.MX9 Core Configuration"
prompt "i.MX9 Core Selection"
default ARCH_CHIP_IMX95_M7
config ARCH_CHIP_IMX95_M7
@@ -21,9 +19,7 @@ config ARCH_CHIP_IMX95_M7
select ARMV7M_HAVE_DTCM
select IMX9_HAVE_MU
endchoice # i.MX9 Chip Selection
endmenu # "i.MX9 Chip Selection"
endchoice # i.MX9 Core Selection
config IMX9_HAVE_MU
bool