Browse Source
Move and convert to HWMv2 intel_adsp_ace15_mptm board configuration. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>pull/69687/head
11 changed files with 22 additions and 29 deletions
@ -1,8 +0,0 @@
@@ -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 @@
@@ -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 |
@ -0,0 +1,10 @@
@@ -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 @@
@@ -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 |
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
board: |
||||
name: intel_adsp_ace15_mtpm |
||||
vendor: intel |
||||
socs: |
||||
- name: intel_ace15_mtpm |
Loading…
Reference in new issue