summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2024-01-18 10:05:26 +0100
committerThomas Zimmermann <tzimmermann@suse.de>2024-01-23 10:11:22 +0100
commita3b6792e990d63d47c4d2622a9704a01db50c3a2 (patch)
treeffe09c40ccc5c1ac5338abb8490d1d09d4a571ae /drivers/gpu/drm/Kconfig
parentcf41cebf9dc8143ca7bb0aabb7e0053e16f0515a (diff)
downloadlinux-a3b6792e990d63d47c4d2622a9704a01db50c3a2.tar.gz
linux-a3b6792e990d63d47c4d2622a9704a01db50c3a2.tar.bz2
linux-a3b6792e990d63d47c4d2622a9704a01db50c3a2.zip
video/cmdline: Introduce CONFIG_VIDEO for video= parameter
Add CONFIG_VIDEO for common code in drivers/video/. Use the option to select helpers for the video= parameter. Replaces CONFIG_VIDEO_CMDLINE. Other common code in drivers/video/ can be moved behind CONFIG_VIDEO, which will simplify the Kconfig rules. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20240118090721.7995-2-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-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 628f90ed8a9b..da8750e1c867 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -19,7 +19,7 @@ menuconfig DRM
# gallium uses SYS_kcmp for os_same_file_description() to de-duplicate
# device and dmabuf fd. Let's make sure that is available for our userspace.
select KCMP
- select VIDEO_CMDLINE
+ select VIDEO
select VIDEO_NOMODESET
help
Kernel-level support for the Direct Rendering Infrastructure (DRI)