25 lines
629 B
Text
25 lines
629 B
Text
|
# SOF ALH configuration options
|
||
|
|
||
|
# Copyright (c) 2022 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
DT_COMPAT_INTEL_ALH_DAI := intel,alh-dai
|
||
|
|
||
|
config DAI_INTEL_ALH
|
||
|
bool "Intel ALH driver for Dai interface"
|
||
|
default $(dt_compat_enabled,$(DT_COMPAT_INTEL_ALH_DAI))
|
||
|
select DMA
|
||
|
help
|
||
|
Select this to enable Intel ALH driver.
|
||
|
The ALH is an intermediary device, which acts as a hub and provides an
|
||
|
abstracted support for numerous sound interfaces (e.g. SoundWire).
|
||
|
|
||
|
if DAI_INTEL_ALH
|
||
|
|
||
|
config DAI_ALH_HAS_OWNERSHIP
|
||
|
bool "Intel ALH driver has ownership"
|
||
|
help
|
||
|
Select this to enable programming HW ownership
|
||
|
|
||
|
endif
|