video: Add auxiliary display drivers to Graphics support menu

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
This commit is contained in:
Javier Martinez Canillas 2023-07-19 10:15:35 +02:00
parent 27564c61ab
commit c0191dd649
No known key found for this signature in database
GPG key ID: C751E590D63F3D69
2 changed files with 2 additions and 2 deletions

View 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"

View file

@ -25,6 +25,8 @@ config VIDEO_NOMODESET
bool
default n
source "drivers/auxdisplay/Kconfig"
if HAS_IOMEM
config HAVE_FB_ATMEL