xref: /linux/drivers/gpu/drm/amd/acp/Kconfig (revision 2eec3707a33fbf1c2e0a88ffc9fc0e465c2a59fd)
1menu "ACP (Audio CoProcessor) Configuration"
2
3config DRM_AMD_ACP
4       bool "Enable AMD Audio CoProcessor IP support"
5       depends on DRM_AMDGPU
6       select MFD_CORE
7       select PM_GENERIC_DOMAINS if PM
8       help
9	Choose this option to enable ACP IP support for AMD SOCs.
10	This adds the ACP (Audio CoProcessor) IP driver and wires
11	it up into the amdgpu driver.  The ACP block provides the DMA
12	engine for the i2s-based ALSA driver. It is required for audio
13	on APUs which utilize an i2s codec.
14
15endmenu
16