2019-12-11 22:09:03 +07:00
|
|
|
# SPDX-License-Identifier: MIT
|
2016-03-25 18:27:42 +07:00
|
|
|
menu "ACP (Audio CoProcessor) Configuration"
|
2020-03-12 12:42:52 +07:00
|
|
|
depends on DRM_AMDGPU
|
2015-09-23 04:05:20 +07:00
|
|
|
|
|
|
|
config DRM_AMD_ACP
|
2019-11-21 20:29:30 +07:00
|
|
|
bool "Enable AMD Audio CoProcessor IP support"
|
|
|
|
depends on DRM_AMDGPU
|
|
|
|
select MFD_CORE
|
|
|
|
select PM_GENERIC_DOMAINS if PM
|
|
|
|
help
|
2015-09-23 04:05:20 +07:00
|
|
|
Choose this option to enable ACP IP support for AMD SOCs.
|
2016-03-25 18:27:42 +07:00
|
|
|
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.
|
2015-09-23 04:05:20 +07:00
|
|
|
|
|
|
|
endmenu
|