
This adds the ACP (Audio CoProcessor) IP driver and wires it up to the amdgpu driver. The ACP block provides the DMA engine for i2s based ALSA driver. This is required for audio on APUs that utilize an i2s codec. Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Murali Krishna Vemuri <murali-krishna.vemuri@amd.com> Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Signed-off-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
menu "ACP Configuration"
|
|
|
|
config DRM_AMD_ACP
|
|
bool "Enable ACP IP support"
|
|
default y
|
|
select MFD_CORE
|
|
help
|
|
Choose this option to enable ACP IP support for AMD SOCs.
|
|
|
|
endmenu
|