# SPDX-License-Identifier: GPL-2.0-only menu "ACP (Audio CoProcessor) Configuration" config [31mCONFIG_DRM_AMD_ACP[0m bool "Enable AMD Audio CoProcessor IP support" depends on [31mCONFIG_DRM_AMDGPU[0m select [31mCONFIG_MFD_CORE[0m select [31mCONFIG_PM_GENERIC_DOMAINS[0m if [31mCONFIG_PM[0m help Choose this option to enable ACP IP support for AMD SOCs. This adds the ACP (Audio CoProcessor) IP driver and wires it up into the amdgpu driver. The ACP block provides the DMA engine for the i2s-based ALSA driver. It is required for audio on APUs which utilize an i2s codec. endmenu |