Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fdba11f4 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: move all Kconfig options to amdgpu/Kconfig



For consistency.

Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent fad2af19
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -171,9 +171,6 @@ config DRM_AMDGPU
	  If M is selected, the module will be called amdgpu.

source "drivers/gpu/drm/amd/amdgpu/Kconfig"
source "drivers/gpu/drm/amd/powerplay/Kconfig"

source "drivers/gpu/drm/amd/acp/Kconfig"

source "drivers/gpu/drm/nouveau/Kconfig"

+2 −0
Original line number Diff line number Diff line
@@ -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"