Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / gpu / drm / amd / acp / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "ACP (Audio CoProcessor) Configuration"
3
4 config DRM_AMD_ACP
5        bool "Enable AMD Audio CoProcessor IP support"
6        depends on DRM_AMDGPU
7        select MFD_CORE
8        select PM_GENERIC_DOMAINS if PM
9        help
10         Choose this option to enable ACP IP support for AMD SOCs.
11         This adds the ACP (Audio CoProcessor) IP driver and wires
12         it up into the amdgpu driver.  The ACP block provides the DMA
13         engine for the i2s-based ALSA driver. It is required for audio
14         on APUs which utilize an i2s codec.
15
16 endmenu