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:
committed by
Carles Cufi
parent
8aab718c3e
commit
546c94b958
@@ -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
|
||||
@@ -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
|
||||
10
boards/intel/intel_adsp_ace15_mtpm/Kconfig.defconfig
Normal file
10
boards/intel/intel_adsp_ace15_mtpm/Kconfig.defconfig
Normal 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
|
||||
@@ -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
|
||||
5
boards/intel/intel_adsp_ace15_mtpm/board.yml
Normal file
5
boards/intel/intel_adsp_ace15_mtpm/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: intel_adsp_ace15_mtpm
|
||||
vendor: intel
|
||||
socs:
|
||||
- name: intel_ace15_mtpm
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user