blob: e503e3d6d920dd220260300c6d90a815ef50659e [file] [log] [blame]
Borislav Petkov4a8d2242016-03-25 12:27:42 +01001menu "ACP (Audio CoProcessor) Configuration"
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -04002
3config DRM_AMD_ACP
Borislav Petkov4a8d2242016-03-25 12:27:42 +01004 bool "Enable AMD Audio CoProcessor IP support"
Jeff Mahoney425c4522016-05-24 13:47:44 -04005 depends on DRM_AMDGPU
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -04006 select MFD_CORE
Maruthi Srinivas Bayyavarapu250303212015-11-23 21:07:30 +05307 select PM_GENERIC_DOMAINS if PM
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -04008 help
9 Choose this option to enable ACP IP support for AMD SOCs.
Borislav Petkov4a8d2242016-03-25 12:27:42 +010010 This adds the ACP (Audio CoProcessor) IP driver and wires
11 it up into the amdgpu driver. The ACP block provides the DMA
12 engine for the i2s-based ALSA driver. It is required for audio
13 on APUs which utilize an i2s codec.
Maruthi Bayyavarapua8fe58c2015-09-22 17:05:20 -040014
15endmenu