From d751717a6fdef0c8a91bbb0b0a553bcc8b299d39 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Wed, 16 Mar 2016 12:13:40 -0400 Subject: [PATCH 1533/1565] drm/amdgpu: move all Kconfig options to amdgpu/Kconfig For consistency. Reviewed-by: Harry Wentland Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/Kconfig b/drivers/gpu/drm/amd/amdgpu/Kconfig index 3a37e37..27f2000 100644 --- a/drivers/gpu/drm/amd/amdgpu/Kconfig +++ b/drivers/gpu/drm/amd/amdgpu/Kconfig @@ -16,5 +16,7 @@ config DRM_AMDGPU_USERPTR This option selects CONFIG_MMU_NOTIFIER if it isn't already selected to enabled full userptr support. +source "drivers/gpu/drm/amd/powerplay/Kconfig" +source "drivers/gpu/drm/amd/acp/Kconfig" source "drivers/gpu/drm/amd/dal/Kconfig" -- 1.9.1