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" 20 default y if SOC_SERIES_INTEL_ACE 21 help 22 Select this to enable programming HW ownership 23 24endif 25