mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 14:13:49 +07:00
ad808910be
amdgpu is MIT licensed.
Fixes: ec8f24b7fa
("treewide: Add SPDX license identifier - Makefile/Kconfig")
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
17 lines
514 B
Plaintext
17 lines
514 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
menu "ACP (Audio CoProcessor) Configuration"
|
|
|
|
config DRM_AMD_ACP
|
|
bool "Enable AMD Audio CoProcessor IP support"
|
|
depends on DRM_AMDGPU
|
|
select MFD_CORE
|
|
select PM_GENERIC_DOMAINS if PM
|
|
help
|
|
Choose this option to enable ACP IP support for AMD SOCs.
|
|
This adds the ACP (Audio CoProcessor) IP driver and wires
|
|
it up into the amdgpu driver. The ACP block provides the DMA
|
|
engine for the i2s-based ALSA driver. It is required for audio
|
|
on APUs which utilize an i2s codec.
|
|
|
|
endmenu
|