]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/gpu/drm/amd/acp/Kconfig
cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC header
[mirror_ubuntu-focal-kernel.git] / drivers / gpu / drm / amd / acp / Kconfig
1 menu "ACP (Audio CoProcessor) Configuration"
2
3 config DRM_AMD_ACP
4 bool "Enable AMD Audio CoProcessor IP support"
5 select MFD_CORE
6 select PM_GENERIC_DOMAINS if PM
7 help
8 Choose this option to enable ACP IP support for AMD SOCs.
9 This adds the ACP (Audio CoProcessor) IP driver and wires
10 it up into the amdgpu driver. The ACP block provides the DMA
11 engine for the i2s-based ALSA driver. It is required for audio
12 on APUs which utilize an i2s codec.
13
14 endmenu