video: Add auxiliary display drivers to Graphics support menu
authorJavier Martinez Canillas <javierm@redhat.com>
Wed, 19 Jul 2023 08:15:35 +0000 (10:15 +0200)
committerJavier Martinez Canillas <javierm@redhat.com>
Sat, 22 Jul 2023 10:24:22 +0000 (12:24 +0200)
The drivers in this subsystem are for either character-based or monochrome
LCD controllers. Which can fall into the same category of the DRM/KMS and
fbdev drivers, that are located under the "Graphics support" menu.

Add the auxdisplay drivers there as well to have all display drivers under
the same menu.

Suggested-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Helge Deller <deller@gmx.de>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230719081544.741051-2-javierm@redhat.com
drivers/Kconfig
drivers/video/Kconfig

index 514ae6b24cb23bdfb699a20435146042d760b706..496ca02ee18f4d8b09d32deab3c8fc81842d9da4 100644 (file)
@@ -129,8 +129,6 @@ source "drivers/dma-buf/Kconfig"
 
 source "drivers/dca/Kconfig"
 
-source "drivers/auxdisplay/Kconfig"
-
 source "drivers/uio/Kconfig"
 
 source "drivers/vfio/Kconfig"
index 8b2b9ac37c3df5e4184bb46320993d1c4ad2472e..e5b1cc54cafa10d588ef77c09e73fd9e1430cec4 100644 (file)
@@ -25,6 +25,8 @@ config VIDEO_NOMODESET
        bool
        default n
 
+source "drivers/auxdisplay/Kconfig"
+
 if HAS_IOMEM
 
 config HAVE_FB_ATMEL