2016-03-25 19:27:42 +08:00
|
|
|
menu "ACP (Audio CoProcessor) Configuration"
|
2015-09-23 05:05:20 +08:00
|
|
|
|
|
|
|
config DRM_AMD_ACP
|
2016-03-25 19:27:42 +08:00
|
|
|
bool "Enable AMD Audio CoProcessor IP support"
|
2016-05-25 01:47:44 +08:00
|
|
|
depends on DRM_AMDGPU
|
2015-09-23 05:05:20 +08:00
|
|
|
select MFD_CORE
|
2015-11-23 23:37:30 +08:00
|
|
|
select PM_GENERIC_DOMAINS if PM
|
2015-09-23 05:05:20 +08:00
|
|
|
help
|
|
|
|
Choose this option to enable ACP IP support for AMD SOCs.
|
2016-03-25 19:27:42 +08: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 05:05:20 +08:00
|
|
|
|
|
|
|
endmenu
|