mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 00:34:10 +08:00
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:
committed by
Xiang Xiao
parent
a82293e3ef
commit
461e7bd91f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user