Linux Audio

Check our new training course

Loading...
v6.9.4
 1# SPDX-License-Identifier: MIT
 2menu "ACP (Audio CoProcessor) Configuration"
 3	depends on DRM_AMDGPU
 4
 5config DRM_AMD_ACP
 6	bool "Enable AMD Audio CoProcessor IP support"
 7	depends on DRM_AMDGPU
 8	select MFD_CORE
 9	select PM_GENERIC_DOMAINS if PM
10	help
11	Choose this option to enable ACP IP support for AMD SOCs.
12	This adds the ACP (Audio CoProcessor) IP driver and wires
13	it up into the amdgpu driver.  The ACP block provides the DMA
14	engine for the i2s-based ALSA driver. It is required for audio
15	on APUs which utilize an i2s codec.
16
17endmenu
v4.6
 
 1menu "ACP (Audio CoProcessor) Configuration"
 
 2
 3config 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
14endmenu