Message ID | 20221203102502.3185-9-cai.huoqing@linux.dev (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm: Remove some obsolete drivers(tdfx, mga, i810, savage, r128, sis, via) | expand |
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig index 96d73208995a..520633a1e706 100644 --- a/drivers/gpu/drm/Kconfig +++ b/drivers/gpu/drm/Kconfig @@ -391,7 +391,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
Add comments to avoid removing DRM_LEGACY config menu, because DRM_LEGACY menu could list other legacy drivers. Signed-off-by: Cai Huoqing <cai.huoqing@linux.dev> --- drivers/gpu/drm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)