You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
530 B
28 lines
530 B
# Copyright (c) 2022-2024 Intel Corporation |
|
# |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config SOC_SERIES_INTEL_ACE |
|
bool |
|
help |
|
Intel ADSP ACE |
|
|
|
config SOC_SERIES |
|
default "ace" if SOC_SERIES_INTEL_ACE |
|
|
|
config SOC_TOOLCHAIN_NAME |
|
default "intel_ace15_mtpm" if SOC_SERIES_INTEL_ACE |
|
|
|
config SOC_INTEL_ACE15_MTPM |
|
bool |
|
help |
|
ACE 1.5 Meteor Lake PCH M |
|
|
|
config SOC_INTEL_ACE20_LNL |
|
bool |
|
help |
|
ACE 2.0 Lunar Lake PCH |
|
|
|
config SOC |
|
default "intel_ace15_mtpm" if SOC_INTEL_ACE15_MTPM |
|
default "intel_ace20_lnl" if SOC_INTEL_ACE20_LNL
|
|
|