fbdev: move fbdev core files to separate directory
[deliverable/linux.git] / drivers / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Video configuration
3#
4
5menu "Graphics support"
e25df120 6 depends on HAS_IOMEM
1da177e4 7
0912e535
NF
8config HAVE_FB_ATMEL
9 bool
10
f00117a7
DES
11config SH_MIPI_DSI
12 tristate
13 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15config SH_LCD_MIPI_DSI
16 bool
17
179b025f
RD
18source "drivers/char/agp/Kconfig"
19
deb2d2ec
BH
20source "drivers/gpu/vga/Kconfig"
21
75471687
TB
22source "drivers/gpu/host1x/Kconfig"
23
dee8268f
TR
24source "drivers/gpu/drm/Kconfig"
25
f7018c21
TV
26source "drivers/video/fbdev/Kconfig"
27
28source "drivers/video/backlight/Kconfig"
29
b2f594fd
AD
30config VGASTATE
31 tristate
32 default n
33
a38884f6
TV
34config VIDEOMODE_HELPERS
35 bool
cc3f414c 36
f142d3bd
TR
37config HDMI
38 bool
39
1da177e4
LT
40if VT
41 source "drivers/video/console/Kconfig"
42endif
43
44if FB || SGI_NEWPORT_CONSOLE
45 source "drivers/video/logo/Kconfig"
1da177e4 46
f7018c21 47endif
f363afc1 48
a2ed00da 49
1da177e4 50endmenu
This page took 0.913453 seconds and 5 git commands to generate.