diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-03-31 18:18:28 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-08 11:33:29 -0400 |
commit | fdba11f4079ec0b3037a0e3ce6014b47135db431 (patch) | |
tree | 915d2be1b77a5abdec932b055b6bbfd52ede78d2 /drivers/gpu/drm/amd/amdgpu/Kconfig | |
parent | fad2af195f1abaada473f4f9e9a554c1e4db768b (diff) | |
download | linux-fdba11f4079ec0b3037a0e3ce6014b47135db431.tar.gz linux-fdba11f4079ec0b3037a0e3ce6014b47135db431.tar.bz2 linux-fdba11f4079ec0b3037a0e3ce6014b47135db431.zip |
drm/amdgpu: move all Kconfig options to amdgpu/Kconfig
For consistency.
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/Kconfig')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index 7335c0420c70..f3cb69de0c44 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig @@ -25,3 +25,5 @@ config DRM_AMDGPU_GART_DEBUGFS Selecting this option creates a debugfs file to inspect the mapped pages. Uses more memory for housekeeping, enable only for debugging. +source "drivers/gpu/drm/amd/powerplay/Kconfig" +source "drivers/gpu/drm/amd/acp/Kconfig" |