18 lines · plain
1# SPDX-License-Identifier: MIT2menu "ACP (Audio CoProcessor) Configuration"3 depends on DRM_AMDGPU4 5config DRM_AMD_ACP6 bool "Enable AMD Audio CoProcessor IP support"7 depends on DRM_AMDGPU8 select MFD_CORE9 select PM_GENERIC_DOMAINS if PM10 help11 Choose this option to enable ACP IP support for AMD SOCs.12 This adds the ACP (Audio CoProcessor) IP driver and wires13 it up into the amdgpu driver. The ACP block provides the DMA14 engine for the i2s-based ALSA driver. It is required for audio15 on APUs which utilize an i2s codec.16 17endmenu18