mirror of https://github.com/thesofproject/sof.git
app: boards: Add mimx93_evk_a55 config fragment
We plan to get rid of mimx93_evk_a55_sof board and use the generic mimx93_evk_a55 board + overlays. This patch adds the config fragment to enable mimx93_evk_a55 board for SOF. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
parent
ff71cf89b1
commit
c42613afd7
|
@ -0,0 +1,16 @@
|
|||
#
|
||||
# Copyright 2023 NXP
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Enable dynamic interrupts
|
||||
CONFIG_DYNAMIC_INTERRUPTS=y
|
||||
|
||||
CONFIG_ARM64_VA_BITS_40=y
|
||||
CONFIG_ARM64_PA_BITS_40=y
|
||||
|
||||
CONFIG_DCACHE_LINE_SIZE_DETECT=n
|
||||
CONFIG_DCACHE_LINE_SIZE=64
|
||||
|
||||
CONFIG_IMX93_A55=y
|
||||
CONFIG_TRACE=n
|
Loading…
Reference in New Issue