rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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_LCD_MIPI_DSI |
| 12 | bool |
| 13 | |
| 14 | source "drivers/char/agp/Kconfig" |
| 15 | |
| 16 | source "drivers/gpu/arm/Kconfig" |
| 17 | source "drivers/gpu/vga/Kconfig" |
| 18 | |
| 19 | source "drivers/gpu/host1x/Kconfig" |
| 20 | source "drivers/gpu/ipu-v3/Kconfig" |
| 21 | |
| 22 | source "drivers/gpu/drm/Kconfig" |
| 23 | |
| 24 | menu "Frame buffer Devices" |
| 25 | source "drivers/video/fbdev/Kconfig" |
| 26 | endmenu |
| 27 | |
| 28 | source "drivers/video/backlight/Kconfig" |
| 29 | |
| 30 | config VGASTATE |
| 31 | tristate |
| 32 | default n |
| 33 | |
| 34 | config VIDEOMODE_HELPERS |
| 35 | bool |
| 36 | |
| 37 | config HDMI |
| 38 | bool |
| 39 | |
| 40 | if VT |
| 41 | source "drivers/video/console/Kconfig" |
| 42 | endif |
| 43 | |
| 44 | if FB || SGI_NEWPORT_CONSOLE |
| 45 | source "drivers/video/logo/Kconfig" |
| 46 | |
| 47 | endif |
| 48 | |
| 49 | |
| 50 | endmenu |