]>
Commit | Line | Data |
---|---|---|
1da177e4 LT |
1 | # |
2 | # Video configuration | |
3 | # | |
4 | ||
5 | menu "Graphics support" | |
e25df120 | 6 | depends on HAS_IOMEM |
1da177e4 | 7 | |
0912e535 NF |
8 | config HAVE_FB_ATMEL |
9 | bool | |
10 | ||
f00117a7 DB |
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 | ||
179b025f RD |
18 | source "drivers/char/agp/Kconfig" |
19 | ||
deb2d2ec BH |
20 | source "drivers/gpu/vga/Kconfig" |
21 | ||
75471687 | 22 | source "drivers/gpu/host1x/Kconfig" |
39b9004d | 23 | source "drivers/gpu/ipu-v3/Kconfig" |
75471687 | 24 | |
776bbb97 | 25 | menu "Direct Rendering Manager" |
dee8268f | 26 | source "drivers/gpu/drm/Kconfig" |
776bbb97 | 27 | endmenu |
dee8268f | 28 | |
776bbb97 | 29 | menu "Frame buffer Devices" |
f7018c21 | 30 | source "drivers/video/fbdev/Kconfig" |
776bbb97 | 31 | endmenu |
f7018c21 TV |
32 | |
33 | source "drivers/video/backlight/Kconfig" | |
34 | ||
b2f594fd AD |
35 | config VGASTATE |
36 | tristate | |
37 | default n | |
38 | ||
a38884f6 TV |
39 | config VIDEOMODE_HELPERS |
40 | bool | |
cc3f414c | 41 | |
f142d3bd TR |
42 | config HDMI |
43 | bool | |
44 | ||
1da177e4 LT |
45 | if VT |
46 | source "drivers/video/console/Kconfig" | |
47 | endif | |
48 | ||
49 | if FB || SGI_NEWPORT_CONSOLE | |
50 | source "drivers/video/logo/Kconfig" | |
1da177e4 | 51 | |
f7018c21 | 52 | endif |
f363afc1 | 53 | |
a2ed00da | 54 | |
1da177e4 | 55 | endmenu |