1# SOF ALH configuration options
2
3# Copyright (c) 2022 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config DAI_INTEL_ALH
7	bool "Intel ALH driver for Dai interface"
8	default y
9	depends on DT_HAS_INTEL_ALH_DAI_ENABLED
10	select DMA
11	help
12	  Select this to enable Intel ALH driver.
13	  The ALH is an intermediary device, which acts as a hub and provides an
14	  abstracted support for numerous sound interfaces (e.g. SoundWire).
15
16if DAI_INTEL_ALH
17
18config DAI_ALH_HAS_OWNERSHIP
19	bool "Intel ALH driver has ownership only on ACE 1.5"
20	default y
21	depends on SOC_INTEL_ACE15_MTPM
22	help
23	  Select this to enable programming HW ownership
24
25endif
26