samples/subsys/audio/sof: add configuration for imx8m board
Add support for SOF with Zephyr on i.MX8MP board. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
ad772693aa
commit
dd1c96d123
4
samples/subsys/audio/sof/boards/nxp_adsp_imx8m.conf
Normal file
4
samples/subsys/audio/sof/boards/nxp_adsp_imx8m.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
CONFIG_IMX8M=y
|
||||
CONFIG_HAVE_AGENT=n
|
||||
CONFIG_FORMAT_CONVERT_HIFI3=n
|
||||
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n
|
|
@ -7,7 +7,7 @@ tests:
|
|||
sample.audio.sof:
|
||||
tags: sof
|
||||
build_only: true
|
||||
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 nxp_adsp_imx8 nxp_adsp_imx8x
|
||||
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 nxp_adsp_imx8 nxp_adsp_imx8x nxp_adsp_imx8m
|
||||
integration_platforms:
|
||||
- intel_adsp_cavs15
|
||||
- intel_adsp_cavs18
|
||||
|
@ -15,3 +15,4 @@ tests:
|
|||
- intel_adsp_cavs25
|
||||
- nxp_adsp_imx8
|
||||
- nxp_adsp_imx8x
|
||||
- nxp_adsp_imx8m
|
||||
|
|
Loading…
Reference in a new issue