11.1Sriastrad# SPDX-License-Identifier: MIT
21.1Sriastradmenu "ACP (Audio CoProcessor) Configuration"
31.1Sriastrad
41.1Sriastradconfig DRM_AMD_ACP
51.1Sriastrad	bool "Enable AMD Audio CoProcessor IP support"
61.1Sriastrad	depends on DRM_AMDGPU
71.1Sriastrad	select MFD_CORE
81.1Sriastrad	select PM_GENERIC_DOMAINS if PM
91.1Sriastrad	help
101.1Sriastrad	Choose this option to enable ACP IP support for AMD SOCs.
111.1Sriastrad	This adds the ACP (Audio CoProcessor) IP driver and wires
121.1Sriastrad	it up into the amdgpu driver.  The ACP block provides the DMA
131.1Sriastrad	engine for the i2s-based ALSA driver. It is required for audio
141.1Sriastrad	on APUs which utilize an i2s codec.
151.1Sriastrad
161.1Sriastradendmenu
17