mirror of https://github.com/thesofproject/sof.git
platform: Kconfig: Introduce configuration for i.MX93
This commit introduces a new configuration for i.MX93 platform. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
parent
ca68ba68f2
commit
cf254e6226
|
@ -125,6 +125,15 @@ config IMX8ULP
|
|||
Select if your target platform is imx8ulp-compatible.
|
||||
imx.8ulp support dsp.
|
||||
|
||||
config IMX93_A55
|
||||
bool "Build for NXP i.MX93 arm64 architecture (Zephyr-only)"
|
||||
select BUILD_OUTPUT_BIN
|
||||
select ZEPHYR_LOG
|
||||
select HOST_PTABLE
|
||||
select DMA_DOMAIN
|
||||
help
|
||||
Select if your target platform is imx93-compatible.
|
||||
|
||||
config RENOIR
|
||||
bool "Build for Renoir"
|
||||
select XT_INTERRUPT_LEVEL_5
|
||||
|
|
Loading…
Reference in New Issue