Browse Source
Move and convert to HWMv2 intel_adsp_ace20_lnl board configuration. Signed-off-by: Dmitrii Golovanov <dmitrii.golovanov@intel.com>pull/69687/head
8 changed files with 10 additions and 22 deletions
@ -1,8 +0,0 @@ |
|||||||
# Xtensa board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2022 Intel Corporation |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_INTEL_ADSP_ACE20_LNL |
|
||||||
bool "Intel ADSP ACE 2.0 Lunar Lake PCH" |
|
||||||
depends on SOC_SERIES_INTEL_ACE |
|
@ -1,10 +0,0 @@ |
|||||||
# Copyright (c) 2022 Intel Corporation |
|
||||||
# |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
if BOARD_INTEL_ADSP_ACE20_LNL |
|
||||||
|
|
||||||
config BOARD |
|
||||||
default "intel_adsp_ace20_lnl" |
|
||||||
|
|
||||||
endif # BOARD_INTEL_ADSP_ACE20_LNL |
|
@ -0,0 +1,5 @@ |
|||||||
|
# Copyright (c) 2022-2024 Intel Corporation |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_INTEL_ADSP_ACE20_LNL |
||||||
|
select SOC_INTEL_ACE20_LNL |
@ -0,0 +1,5 @@ |
|||||||
|
board: |
||||||
|
name: intel_adsp_ace20_lnl |
||||||
|
vendor: intel |
||||||
|
socs: |
||||||
|
- name: intel_ace20_lnl |
Loading…
Reference in new issue