1 # 2 # Video configuration 3 # 4 5 menu "Graphics support" 6 depends on HAS_IOMEM 7 8 config HAVE_FB_ATMEL 9 bool 10 11 config SH_MIPI_DSI 12 tristate 13 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK 14 15 config SH_LCD_MIPI_DSI 16 bool 17 18 source "drivers/char/agp/Kconfig" 19 20 source "drivers/gpu/vga/Kconfig" 21 22 source "drivers/gpu/host1x/Kconfig" 23 24 menu "Direct Rendering Manager" 25 source "drivers/gpu/drm/Kconfig" 26 endmenu 27 28 menu "Frame buffer Devices" 29 source "drivers/video/fbdev/Kconfig" 30 endmenu 31 32 source "drivers/video/backlight/Kconfig" 33 34 config VGASTATE 35 tristate 36 default n 37 38 config VIDEOMODE_HELPERS 39 bool 40 41 config HDMI 42 bool 43 44 if VT 45 source "drivers/video/console/Kconfig" 46 endif 47 48 if FB || SGI_NEWPORT_CONSOLE 49 source "drivers/video/logo/Kconfig" 50 51 endif 52 53 54 endmenu 55