diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-07 19:33:22 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-10-07 22:11:17 +0200 |
commit | 23c61b4599c46cddd7c36e1e3f7a9a340cf98ce8 (patch) | |
tree | 9ae3a27fb498c23d5b345e23135a9109f70e8416 /drivers/gpu/drm/Kconfig | |
parent | drm/amdgpu: Report vram vendor with sysfs (v3) (diff) | |
download | linux-23c61b4599c46cddd7c36e1e3f7a9a340cf98ce8.tar.xz linux-23c61b4599c46cddd7c36e1e3f7a9a340cf98ce8.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r-- | drivers/gpu/drm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index e67c194c2aca..f368742cf0b6 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -226,9 +226,9 @@ config DRM_AMDGPU tristate "AMD GPU" depends on DRM && PCI && MMU select FW_LOADER - select DRM_KMS_HELPER + select DRM_KMS_HELPER select DRM_SCHED - select DRM_TTM + select DRM_TTM select POWER_SUPPLY select HWMON select BACKLIGHT_CLASS_DEVICE |