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.
10 lines
319 B
10 lines
319 B
# Copyright (c) 2022 Intel Corporation |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
if(NOT CONFIG_BOARD_INTEL_ADSP_ACE20_LNL) |
|
|
|
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps: |
|
# - dmic0: dmic0@10000 & dmic1: dmic1@10000 |
|
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled") |
|
|
|
endif()
|
|
|