.. | .. |
---|
| 1 | +# SPDX-License-Identifier: MIT |
---|
1 | 2 | menu "ACP (Audio CoProcessor) Configuration" |
---|
| 3 | + depends on DRM_AMDGPU |
---|
2 | 4 | |
---|
3 | 5 | config DRM_AMD_ACP |
---|
4 | | - bool "Enable AMD Audio CoProcessor IP support" |
---|
5 | | - depends on DRM_AMDGPU |
---|
6 | | - select MFD_CORE |
---|
7 | | - select PM_GENERIC_DOMAINS if PM |
---|
8 | | - help |
---|
| 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 |
---|
9 | 11 | Choose this option to enable ACP IP support for AMD SOCs. |
---|
10 | 12 | This adds the ACP (Audio CoProcessor) IP driver and wires |
---|
11 | 13 | it up into the amdgpu driver. The ACP block provides the DMA |
---|