diff options
| author | Sui Jingfeng <suijingfeng@loongson.cn> | 2023-06-06 21:33:28 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 12:41:45 -0400 |
| commit | d155cfff48499d1e973976519ca81a7d9bab2cc3 (patch) | |
| tree | 557015f12a3d683f9b01e61b6f2ed0eab403e869 /drivers/gpu/drm | |
| parent | drm/amd/display: mark dml314's UseMinimumDCFCLK() as noinline_for_stack (diff) | |
| download | linux-d155cfff48499d1e973976519ca81a7d9bab2cc3.tar.gz linux-d155cfff48499d1e973976519ca81a7d9bab2cc3.zip | |
drm/amdgpu: display/Kconfig: replace leading spaces with tab
This patch replace the leading spaces with tab, make them keep aligned with
the rest of the config options. No functional change.
Signed-off-by: Sui Jingfeng <suijingfeng@loongson.cn>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
| -rw-r--r-- | drivers/gpu/drm/amd/display/Kconfig | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index b015c7d19531..4e99b8836827 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -42,16 +42,13 @@ config DEBUG_KERNEL_DC Choose this option if you want to hit kdgb_break in assert. config DRM_AMD_SECURE_DISPLAY - bool "Enable secure display support" - depends on DEBUG_FS - depends on DRM_AMD_DC_FP - help - Choose this option if you want to - support secure display - - This option enables the calculation - of crc of specific region via debugfs. - Cooperate with specific DMCU FW. + bool "Enable secure display support" + depends on DEBUG_FS + depends on DRM_AMD_DC_FP + help + Choose this option if you want to support secure display + This option enables the calculation of crc of specific region via + debugfs. Cooperate with specific DMCU FW. endmenu |
