zephyr/drivers/dai/intel/alh/Kconfig.alh
Jaroslaw Stelter 02deea0e80 ace: alh: Only ACE1.5 has OSEL feature
The OSEL bits in ALHASCTL register are present only
in ACE1.5 version - MTL. Platforms ACE2.0 do not have
the OSEL bits. Therefore DAI_ALH_HAS_OWNERSHIP
configuration option should be set only for
particular ACE1.5 version

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2023-10-20 15:21:01 +02:00

25 lines
642 B
Text

# 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"
default y
depends on DT_HAS_INTEL_ALH_DAI_ENABLED
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 only on ACE 1.5"
default y
depends on SOC_INTEL_ACE15_MTPM
help
Select this to enable programming HW ownership
endif