zephyr/boards/xtensa/nxp_adsp_imx8/Kconfig.defconfig

20 lines
247 B
Plaintext
Raw Normal View History

# Copyright (c) 2021 NXP
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NXP_ADSP_IMX8
config BOARD
default "nxp_adsp_imx8"
config DUMMY_DMA
default y
depends on DMA
config IMX_EDMA
default y
depends on DMA
endif # BOARD_NXP_ADSP_IMX8