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