Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
[sfrench/cifs-2.6.git] / drivers / video / Kconfig
1 #
2 # Video configuration
3 #
4
5 menu "Graphics support"
6         depends on HAS_IOMEM
7
8 config HAVE_FB_ATMEL
9         bool
10
11 config SH_LCD_MIPI_DSI
12         bool
13
14 source "drivers/char/agp/Kconfig"
15
16 source "drivers/gpu/vga/Kconfig"
17
18 source "drivers/gpu/host1x/Kconfig"
19 source "drivers/gpu/ipu-v3/Kconfig"
20
21 source "drivers/gpu/drm/Kconfig"
22
23 menu "Frame buffer Devices"
24 source "drivers/video/fbdev/Kconfig"
25 endmenu
26
27 source "drivers/video/backlight/Kconfig"
28
29 config VGASTATE
30        tristate
31        default n
32
33 config VIDEOMODE_HELPERS
34         bool
35
36 config HDMI
37         bool
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