mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 16:59:28 +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
|
if ARCH_CHIP_IMX9_CORTEX_M
|
||||||
|
|
||||||
menu "i.MX9 Chip Selection"
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "i.MX9 Core Configuration"
|
prompt "i.MX9 Core Selection"
|
||||||
default ARCH_CHIP_IMX95_M7
|
default ARCH_CHIP_IMX95_M7
|
||||||
|
|
||||||
config ARCH_CHIP_IMX95_M7
|
config ARCH_CHIP_IMX95_M7
|
||||||
@@ -21,9 +19,7 @@ config ARCH_CHIP_IMX95_M7
|
|||||||
select ARMV7M_HAVE_DTCM
|
select ARMV7M_HAVE_DTCM
|
||||||
select IMX9_HAVE_MU
|
select IMX9_HAVE_MU
|
||||||
|
|
||||||
endchoice # i.MX9 Chip Selection
|
endchoice # i.MX9 Core Selection
|
||||||
|
|
||||||
endmenu # "i.MX9 Chip Selection"
|
|
||||||
|
|
||||||
config IMX9_HAVE_MU
|
config IMX9_HAVE_MU
|
||||||
bool
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user