diff options
author | Borislav Petkov <bp@suse.de> | 2016-03-25 07:27:42 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-03-25 10:20:16 -0400 |
commit | 4a8d224c32238bcee05aa554512ea0256b62f1f9 (patch) | |
tree | 15f42ac7cdf26c97ec86b36e51d43fa101cd70fb | |
parent | 4604202ca8d2a5e33b4bca0812b5d92975ed1bd8 (diff) |
drm/amd: Beef up ACP Kconfig menu text
The current "text" needs a user to use a crystal ball in order to find
out what this ACP thing is.
Use the text from
a8fe58cec351 ("drm/amd: add ACP driver support")
to make it a bit more understandable to the rest of the world.
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Chunming Zhou <david1.zhou@amd.com>
Cc: Jammy Zhou <Jammy.Zhou@amd.com>
Cc: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Cc: Murali Krishna Vemuri <murali-krishna.vemuri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/acp/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig index 0f734ee05274..ca77ec10147c 100644 --- a/drivers/gpu/drm/amd/acp/Kconfig +++ b/drivers/gpu/drm/amd/acp/Kconfig | |||
@@ -1,10 +1,14 @@ | |||
1 | menu "ACP Configuration" | 1 | menu "ACP (Audio CoProcessor) Configuration" |
2 | 2 | ||
3 | config DRM_AMD_ACP | 3 | config DRM_AMD_ACP |
4 | bool "Enable ACP IP support" | 4 | bool "Enable AMD Audio CoProcessor IP support" |
5 | select MFD_CORE | 5 | select MFD_CORE |
6 | select PM_GENERIC_DOMAINS if PM | 6 | select PM_GENERIC_DOMAINS if PM |
7 | help | 7 | help |
8 | Choose this option to enable ACP IP support for AMD SOCs. | 8 | Choose this option to enable ACP IP support for AMD SOCs. |
9 | This adds the ACP (Audio CoProcessor) IP driver and wires | ||
10 | it up into the amdgpu driver. The ACP block provides the DMA | ||
11 | engine for the i2s-based ALSA driver. It is required for audio | ||
12 | on APUs which utilize an i2s codec. | ||
9 | 13 | ||
10 | endmenu | 14 | endmenu |