0001 # SPDX-License-Identifier: MIT
0002 menu "ACP (Audio CoProcessor) Configuration"
0003 depends on DRM_AMDGPU
0004
0005 config DRM_AMD_ACP
0006 bool "Enable AMD Audio CoProcessor IP support"
0007 depends on DRM_AMDGPU
0008 select MFD_CORE
0009 select PM_GENERIC_DOMAINS if PM
0010 help
0011 Choose this option to enable ACP IP support for AMD SOCs.
0012 This adds the ACP (Audio CoProcessor) IP driver and wires
0013 it up into the amdgpu driver. The ACP block provides the DMA
0014 engine for the i2s-based ALSA driver. It is required for audio
0015 on APUs which utilize an i2s codec.
0016
0017 endmenu