boards: xtensa: nxp_adsp_imx8m: update board config based on renamed soc
SOC has been renamed to mimx8ml8 to link this board to the MIMX8ML8 device from nxp_hal/mcux/mcux-sdk/. We need this in order to use the drivers from mcux-sdk. Therefore, update board configs based on renamed soc. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
98bc2d8a40
commit
094350f388
4 changed files with 7 additions and 4 deletions
|
|
@ -3,5 +3,8 @@
|
|||
# Copyright (c) 2021 NXP
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_NXP_ADSP_IMX8M
|
||||
bool "NXP ADSP i.MX8M"
|
||||
config BOARD_NXP_ADSP_IMX8M
|
||||
bool "NXP i.MX8M Plus EVK Audio DSP"
|
||||
depends on SOC_SERIES_NXP_IMX8M
|
||||
select SOC_PART_NUMBER_MIMX8ML8DVNLZ
|
||||
select SOC_PART_NUMBER_MIMX8ML8CVNKZ
|
||||
|
|
|
|||
|
|
@ -17,5 +17,4 @@ config IMX_SDMA
|
|||
default y
|
||||
depends on DMA
|
||||
|
||||
|
||||
endif # BOARD_NXP_ADSP_IMX8M
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
identifier: nxp_adsp_imx8m
|
||||
name: i.MX8M DSP
|
||||
name: NXP i.MX8M Plus EVK Audio DSP
|
||||
type: mcu
|
||||
arch: xtensa
|
||||
toolchain:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
CONFIG_MAIN_STACK_SIZE=3072
|
||||
|
||||
CONFIG_SOC_SERIES_NXP_IMX8M=y
|
||||
CONFIG_SOC_MIMX8M_ADSP=y
|
||||
CONFIG_BOARD_NXP_ADSP_IMX8M=y
|
||||
|
||||
CONFIG_GEN_ISR_TABLES=y
|
||||
|
|
|
|||
Loading…
Reference in a new issue