24 lines
615 B
Plaintext
24 lines
615 B
Plaintext
# Copyright (c) 2022 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
choice
|
|
prompt "Intel ADSP SoC Selection"
|
|
|
|
config SOC_INTEL_ACE15_MTPM
|
|
bool "ACE 1.5 Meteor PCH M"
|
|
depends on SOC_SERIES_INTEL_ACE
|
|
|
|
config SOC_INTEL_ACE20_LNL
|
|
bool "ACE 2.0 Lunar Lake PCH"
|
|
depends on SOC_SERIES_INTEL_ACE
|
|
|
|
endchoice
|
|
|
|
config SOC_INTEL_COMM_WIDGET
|
|
bool "Intel Communication Widget driver"
|
|
default y
|
|
depends on DT_HAS_INTEL_ADSP_COMMUNICATION_WIDGET_ENABLED
|
|
help
|
|
Select this to enable Intel Communication Widget driver.
|
|
DSP Communication Widget is a device for generic sideband message transmit/receive.
|