1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

drm/amd: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
    $ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Krzysztof Kozlowski 2019-10-07 19:33:22 +02:00 committed by Alex Deucher
parent ad02e08e05
commit 23c61b4599
2 changed files with 18 additions and 18 deletions

View file

@ -226,9 +226,9 @@ config DRM_AMDGPU
tristate "AMD GPU" tristate "AMD GPU"
depends on DRM && PCI && MMU depends on DRM && PCI && MMU
select FW_LOADER select FW_LOADER
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_SCHED select DRM_SCHED
select DRM_TTM select DRM_TTM
select POWER_SUPPLY select POWER_SUPPLY
select HWMON select HWMON
select BACKLIGHT_CLASS_DEVICE select BACKLIGHT_CLASS_DEVICE

View file

@ -23,16 +23,16 @@ config DRM_AMD_DC_DCN2_0
depends on DRM_AMD_DC && X86 depends on DRM_AMD_DC && X86
depends on DRM_AMD_DC_DCN1_0 depends on DRM_AMD_DC_DCN1_0
help help
Choose this option if you want to have Choose this option if you want to have
Navi support for display engine Navi support for display engine
config DRM_AMD_DC_DCN2_1 config DRM_AMD_DC_DCN2_1
bool "DCN 2.1 family" bool "DCN 2.1 family"
depends on DRM_AMD_DC && X86 depends on DRM_AMD_DC && X86
depends on DRM_AMD_DC_DCN2_0 depends on DRM_AMD_DC_DCN2_0
help help
Choose this option if you want to have Choose this option if you want to have
Renoir support for display engine Renoir support for display engine
config DRM_AMD_DC_DSC_SUPPORT config DRM_AMD_DC_DSC_SUPPORT
bool "DSC support" bool "DSC support"
@ -41,16 +41,16 @@ config DRM_AMD_DC_DSC_SUPPORT
depends on DRM_AMD_DC_DCN1_0 depends on DRM_AMD_DC_DCN1_0
depends on DRM_AMD_DC_DCN2_0 depends on DRM_AMD_DC_DCN2_0
help help
Choose this option if you want to have Choose this option if you want to have
Dynamic Stream Compression support Dynamic Stream Compression support
config DRM_AMD_DC_HDCP config DRM_AMD_DC_HDCP
bool "Enable HDCP support in DC" bool "Enable HDCP support in DC"
depends on DRM_AMD_DC depends on DRM_AMD_DC
help help
Choose this option Choose this option
if you want to support if you want to support
HDCP authentication HDCP authentication
config DEBUG_KERNEL_DC config DEBUG_KERNEL_DC
bool "Enable kgdb break in DC" bool "Enable kgdb break in DC"