mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:05:18 +07:00
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17 lines
553 B
Plaintext
17 lines
553 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
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
|