samples/subsys/audio/sof: add configuration for imx board
Add support for i.MX8, which represents i.MX8QM board. Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
This commit is contained in:
parent
c5ab576929
commit
a5fdf26ca0
2 changed files with 6 additions and 1 deletions
4
samples/subsys/audio/sof/boards/nxp_adsp_imx8.conf
Normal file
4
samples/subsys/audio/sof/boards/nxp_adsp_imx8.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
CONFIG_IMX8=y
|
||||
CONFIG_HAVE_AGENT=n
|
||||
CONFIG_FORMAT_CONVERT_HIFI3=n
|
||||
CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n
|
|
@ -7,9 +7,10 @@ tests:
|
|||
sample.audio.sof:
|
||||
tags: sof
|
||||
build_only: true
|
||||
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25
|
||||
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 nxp_adsp_imx8
|
||||
integration_platforms:
|
||||
- intel_adsp_cavs15
|
||||
- intel_adsp_cavs18
|
||||
- intel_adsp_cavs20
|
||||
- intel_adsp_cavs25
|
||||
- nxp_adsp_imx8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue