aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-4.14.71/2400-drm-amd-display-Clean-Kconfig-formatting.patch
blob: 899a07bc724cfef48882b6bc86945b5ff9f6ffb3 (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
30
31
32
33
34
35
From ef947c2f50afa6849bfbea7b2fb1038fbab5f8a3 Mon Sep 17 00:00:00 2001
From: Harry Wentland <harry.wentland@amd.com>
Date: Mon, 11 Sep 2017 18:48:27 -0400
Subject: [PATCH 2400/4131] drm/amd/display: Clean Kconfig formatting

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/display/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
index 62ea9f6..21b6b5b 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -10,11 +10,11 @@ config DRM_AMD_DC
           Will be deprecated when the DC component is upstream.
 
 config DRM_AMD_DC_DCN1_0
-        bool "DCN 1.0 Raven family"
-        depends on DRM_AMD_DC && X86
-        help
-            Choose this option if you want to have
-            RV family for display engine
+	bool "DCN 1.0 Raven family"
+	depends on DRM_AMD_DC && X86
+	help
+	  Choose this option if you want to have
+	  RV family for display engine
 
 config DEBUG_KERNEL_DC
         bool "Enable kgdb break in DC"
-- 
2.7.4