mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
a82293e3ef
commit
461e7bd91f
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue