Merge tag 'ipvs-for-v4.18' of http://git.kernel.org/pub/scm/linux/kernel/git/horms...
[linux-2.6-block.git] / drivers / video / Kconfig
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
21 menu "Frame buffer Devices"
22 source "drivers/video/fbdev/Kconfig"
23 endmenu
24
25 source "drivers/video/backlight/Kconfig"
26
27 config VGASTATE
28        tristate
29        default n
30
31 config VIDEOMODE_HELPERS
32         bool
33
34 config HDMI
35         bool
36
37 endif # HAS_IOMEM
38
39 if VT
40         source "drivers/video/console/Kconfig"
41 endif
42
43 if FB || SGI_NEWPORT_CONSOLE
44         source "drivers/video/logo/Kconfig"
45
46 endif
47
48
49 endmenu