21 lines
413 B
Plaintext
21 lines
413 B
Plaintext
# Copyright (c) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_INTEL_ADSP_CAVS25 || BOARD_INTEL_ADSP_CAVS25_TGPH
|
|
|
|
config BOARD
|
|
default "intel_adsp_cavs25" if BOARD_INTEL_ADSP_CAVS25
|
|
default "intel_adsp_cavs25_tgph" if BOARD_INTEL_ADSP_CAVS25_TGPH
|
|
|
|
|
|
|
|
if DAI_INTEL_SSP
|
|
|
|
config DAI_SSP_HAS_POWER_CONTROL
|
|
def_bool y
|
|
|
|
endif
|
|
|
|
endif # BOARD_INTEL_ADSP_CAVS25 || BOARD_INTEL_ADSP_CAVS25_TGPH
|