aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/files/1533-drm-amdgpu-move-all-Kconfig-options-to-amdgpu-Kconfi.patch
blob: 038e3b80a24ac09f2f05676d281fee3d991b43d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From d751717a6fdef0c8a91bbb0b0a553bcc8b299d39 Mon Sep 17 00:00:00 2001
From: Alex Deucher <alexander.deucher@amd.com>
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 <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 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