2022-04-25 09:53:18 +02:00
|
|
|
# SOF ALH configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2022 Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config DAI_INTEL_ALH
|
|
|
|
bool "Intel ALH driver for Dai interface"
|
2022-08-31 11:45:54 -05:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_INTEL_ALH_DAI_ENABLED
|
2022-04-25 09:53:18 +02:00
|
|
|
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
|
2023-01-02 15:02:49 +01:00
|
|
|
bool "Intel ALH driver has ownership only on ACE 1.5"
|
|
|
|
default y
|
|
|
|
depends on SOC_INTEL_ACE15_MTPM
|
2022-04-25 09:53:18 +02:00
|
|
|
help
|
|
|
|
Select this to enable programming HW ownership
|
|
|
|
|
|
|
|
endif
|