]>
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_LCD_MIPI_DSI |
12 | bool | |
13 | ||
179b025f RD |
14 | source "drivers/char/agp/Kconfig" |
15 | ||
deb2d2ec BH |
16 | source "drivers/gpu/vga/Kconfig" |
17 | ||
75471687 | 18 | source "drivers/gpu/host1x/Kconfig" |
39b9004d | 19 | source "drivers/gpu/ipu-v3/Kconfig" |
75471687 | 20 | |
dee8268f TR |
21 | source "drivers/gpu/drm/Kconfig" |
22 | ||
776bbb97 | 23 | menu "Frame buffer Devices" |
f7018c21 | 24 | source "drivers/video/fbdev/Kconfig" |
776bbb97 | 25 | endmenu |
f7018c21 TV |
26 | |
27 | source "drivers/video/backlight/Kconfig" | |
28 | ||
b2f594fd AD |
29 | config VGASTATE |
30 | tristate | |
31 | default n | |
32 | ||
a38884f6 TV |
33 | config VIDEOMODE_HELPERS |
34 | bool | |
cc3f414c | 35 | |
f142d3bd TR |
36 | config HDMI |
37 | bool | |
38 | ||
1da177e4 LT |
39 | if VT |
40 | source "drivers/video/console/Kconfig" | |
41 | endif | |
42 | ||
43 | if FB || SGI_NEWPORT_CONSOLE | |
44 | source "drivers/video/logo/Kconfig" | |
1da177e4 | 45 | |
f7018c21 | 46 | endif |
f363afc1 | 47 | |
a2ed00da | 48 | |
1da177e4 | 49 | endmenu |