aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCai Huoqing <[email protected]>2022-12-03 18:22:59 +0800
committerThomas Zimmermann <[email protected]>2023-01-13 09:44:53 +0100
commit44989ea3582cb3500368f4915db15070b06cd12b (patch)
tree4b722938cceeefdff916bb5a8387a06834303a6f
parent8391e000065d4fac88548e071fc43c3e07cb7047 (diff)
drm: Add comments to Kconfig
Add comments to avoid removing DRM_LEGACY config menu, because DRM_LEGACY menu could list other legacy drivers. Signed-off-by: Cai Huoqing <[email protected]> Acked-by: Daniel Vetter <[email protected]> Acked-by: Dave Airlie <[email protected]> Acked-by: Thomas Zimmermann <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index 3e98e7e5c438..f42d4c6a19f2 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -397,7 +397,7 @@ menuconfig DRM_LEGACY
Unless you have strong reasons to go rogue, say "N".
if DRM_LEGACY
-
+# leave here to list legacy drivers
endif # DRM_LEGACY
config DRM_EXPORT_FOR_TESTS