File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
boards/xtensa/intel_adsp_cavs15 Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33# Copyright (c) 2019 Intel Corporation
44# SPDX-License-Identifier: Apache-2.0
55
6- config BOARD_UP_SQUARED_ADSP
7- bool "Xtensa on Up Squared "
6+ config BOARD_INTEL_ADSP_CAVS15
7+ bool "Intel ADSP CAVS 1.5 "
88 depends on SOC_SERIES_INTEL_CAVS_V15
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- if BOARD_UP_SQUARED_ADSP
5+ if BOARD_INTEL_ADSP_CAVS15
66
77config BOARD
88 default "intel_adsp_cavs15"
@@ -43,4 +43,4 @@ config I2S_CAVS
4343 default y
4444 depends on I2S
4545
46- endif # BOARD_UP_SQUARED_ADSP
46+ endif # BOARD_INTEL_ADSP_CAVS15
Original file line number Diff line number Diff line change 11identifier : intel_adsp_cavs15
2- name : Up Squared Audio DSP using CAVS (Connected Audio Voice and Speech)
2+ name : CAVS 1.5 Audio DSP (Connected Audio Voice and Speech)
33type : mcu
44arch : xtensa
55toolchain :
Original file line number Diff line number Diff line change 33CONFIG_MAIN_STACK_SIZE=2048
44
55CONFIG_SOC_SERIES_INTEL_CAVS_V15=y
6- CONFIG_BOARD_UP_SQUARED_ADSP =y
6+ CONFIG_BOARD_INTEL_ADSP_CAVS15 =y
77
88CONFIG_GEN_ISR_TABLES=y
99CONFIG_GEN_IRQ_VECTOR_TABLE=n
You can’t perform that action at this time.
0 commit comments