| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # |
| 2 | # Video configuration |
| 3 | # |
| 4 | |
| 5 | menu "Graphics support" |
| 6 | |
| 7 | if HAS_IOMEM |
| 8 | |
| 9 | config HAVE_FB_ATMEL |
| 10 | bool |
| 11 | |
| 12 | source "drivers/char/agp/Kconfig" |
| 13 | |
| 14 | source "drivers/gpu/vga/Kconfig" |
| 15 | |
| 16 | source "drivers/gpu/host1x/Kconfig" |
| 17 | source "drivers/gpu/ipu-v3/Kconfig" |
| 18 | |
| 19 | source "drivers/gpu/drm/Kconfig" |
| 20 | source "drivers/gpu/mediatek/Kconfig" |
| 21 | |
| 22 | menu "Frame buffer Devices" |
| 23 | source "drivers/video/fbdev/Kconfig" |
| 24 | endmenu |
| 25 | |
| 26 | source "drivers/video/backlight/Kconfig" |
| 27 | |
| 28 | config VGASTATE |
| 29 | tristate |
| 30 | default n |
| 31 | |
| 32 | config VIDEOMODE_HELPERS |
| 33 | bool |
| 34 | |
| 35 | config HDMI |
| 36 | bool |
| 37 | |
| 38 | endif # HAS_IOMEM |
| 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 |