boards: xtensa: intel_adsp_ace15_mtpm: move and convert to HWMv2

Move and convert to HWMv2 intel_adsp_ace15_mptm board configuration.

Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>
This commit is contained in:
Dmitrii Golovanov
2024-02-06 16:55:24 +01:00
committed by Carles Cufi
parent 8aab718c3e
commit 546c94b958
11 changed files with 22 additions and 29 deletions

View File

@@ -1,8 +0,0 @@
# Xtensa board configuration
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config BOARD_INTEL_ADSP_ACE15_MTPM
bool "Intel ADSP ACE 1.5 Meteor PCH M"
depends on SOC_SERIES_INTEL_ACE

View File

@@ -1,17 +0,0 @@
# Copyright (c) 2022 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_INTEL_ADSP_ACE15_MTPM
config BOARD
default "intel_adsp_ace15_mtpm"
if DAI_INTEL_SSP
config DAI_SSP_HAS_POWER_CONTROL
def_bool y
endif
endif # BOARD_INTEL_ADSP_ACE15_MTPM

View File

@@ -0,0 +1,10 @@
# Copyright (c) 2022-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
if DAI_INTEL_SSP
config DAI_SSP_HAS_POWER_CONTROL
def_bool y
endif

View File

@@ -0,0 +1,7 @@
# Copyright (c) 2022-2024 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
config BOARD_INTEL_ADSP_ACE15_MTPM
bool
select SOC_INTEL_ACE15_MTPM

View File

@@ -0,0 +1,5 @@
board:
name: intel_adsp_ace15_mtpm
vendor: intel
socs:
- name: intel_ace15_mtpm

View File

@@ -2,10 +2,6 @@
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_SOC_SERIES_INTEL_ACE=y
CONFIG_SOC_INTEL_ACE15_MTPM=y
CONFIG_BOARD_INTEL_ADSP_ACE15_MTPM=y
CONFIG_GEN_ISR_TABLES=y
CONFIG_GEN_IRQ_VECTOR_TABLE=n