diff options
author | Harry Wentland | 2017-09-12 00:48:27 +0200 |
---|---|---|
committer | Alex Deucher | 2017-09-27 00:17:41 +0200 |
commit | dd3d18bf5e4994c5f8dd008db6123d0525eb62e5 (patch) | |
tree | 98c48aa31dc96dbfb3dad6d9f54e1ea29a7e8b86 /drivers/gpu/drm/amd/display | |
parent | drm/amd/display: Update include to bring in line with internal tree (diff) | |
download | kernel-qcow2-linux-dd3d18bf5e4994c5f8dd008db6123d0525eb62e5.tar.gz kernel-qcow2-linux-dd3d18bf5e4994c5f8dd008db6123d0525eb62e5.tar.xz kernel-qcow2-linux-dd3d18bf5e4994c5f8dd008db6123d0525eb62e5.zip |
drm/amd/display: Clean Kconfig formatting
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display')
-rw-r--r-- | drivers/gpu/drm/amd/display/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 89fc8e738668..6d1086d0a277 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -18,11 +18,11 @@ config DRM_AMD_DC_PRE_VEGA and Hawaii. 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" |