mfd: kempld-core: Constify variables that point to const structure
[linux-2.6-block.git] / drivers / video / Kconfig
CommitLineData
1da177e4
LT
1#
2# Video configuration
3#
4
5menu "Graphics support"
0a3994f9
FA
6
7if HAS_IOMEM
1da177e4 8
0912e535
NF
9config HAVE_FB_ATMEL
10 bool
11
179b025f
RD
12source "drivers/char/agp/Kconfig"
13
deb2d2ec
BH
14source "drivers/gpu/vga/Kconfig"
15
75471687 16source "drivers/gpu/host1x/Kconfig"
39b9004d 17source "drivers/gpu/ipu-v3/Kconfig"
75471687 18
dee8268f
TR
19source "drivers/gpu/drm/Kconfig"
20
776bbb97 21menu "Frame buffer Devices"
f7018c21 22source "drivers/video/fbdev/Kconfig"
776bbb97 23endmenu
f7018c21
TV
24
25source "drivers/video/backlight/Kconfig"
26
b2f594fd
AD
27config VGASTATE
28 tristate
29 default n
30
a38884f6
TV
31config VIDEOMODE_HELPERS
32 bool
cc3f414c 33
f142d3bd
TR
34config HDMI
35 bool
36
0a3994f9
FA
37endif # HAS_IOMEM
38
1da177e4
LT
39if VT
40 source "drivers/video/console/Kconfig"
41endif
42
43if FB || SGI_NEWPORT_CONSOLE
44 source "drivers/video/logo/Kconfig"
1da177e4 45
f7018c21 46endif
f363afc1 47
a2ed00da 48
1da177e4 49endmenu