This is a soc/board integration for the MediaTek Audio DSP device on the MT8195 SOC, along with a Zephyr mtk_adsp soc integration that will work to support similar 8186 and 8188 device shortly. A python loader (similar to cavsload.py) is included that will run in developer mode on current chromebooks (an HP x360 13b-ca000 was tested) with an unmodified kernel. Signed-off-by: Andy Ross <andyross@google.com>
9 lines
164 B
Text
9 lines
164 B
Text
# Copyright 2023 The ChromiumOS Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_MT8195_ADSP
|
|
|
|
config BOARD
|
|
default "mt8195_adsp"
|
|
|
|
endif # BOARD_MT8195_ADSP
|