Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sui Jingfeng and committed by
Alex Deucher
d155cfff 82054942

+7 -10
+7 -10
drivers/gpu/drm/amd/display/Kconfig
··· 42 42 Choose this option if you want to hit kdgb_break in assert. 43 43 44 44 config DRM_AMD_SECURE_DISPLAY 45 - bool "Enable secure display support" 46 - depends on DEBUG_FS 47 - depends on DRM_AMD_DC_FP 48 - help 49 - Choose this option if you want to 50 - support secure display 45 + bool "Enable secure display support" 46 + depends on DEBUG_FS 47 + depends on DRM_AMD_DC_FP 48 + help 49 + Choose this option if you want to support secure display 51 50 52 - This option enables the calculation 53 - of crc of specific region via debugfs. 54 - Cooperate with specific DMCU FW. 55 - 51 + This option enables the calculation of crc of specific region via 52 + debugfs. Cooperate with specific DMCU FW. 56 53 57 54 endmenu