]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/video/Kconfig
KARO: cleanup after merge of Freescale 3.10.17 stuff
[karo-tx-linux.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_MIPI_DSI
12         tristate
13         depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
14
15 config SH_LCD_MIPI_DSI
16         bool
17
18 source "drivers/char/agp/Kconfig"
19
20 source "drivers/gpu/vga/Kconfig"
21
22 source "drivers/gpu/host1x/Kconfig"
23 source "drivers/gpu/ipu-v3/Kconfig"
24
25 menu "Direct Rendering Manager"
26 source "drivers/gpu/drm/Kconfig"
27 endmenu
28
29 menu "Frame buffer Devices"
30 source "drivers/video/fbdev/Kconfig"
31 endmenu
32
33 source "drivers/video/mxc/Kconfig"
34
35 source "drivers/video/backlight/Kconfig"
36
37 config VGASTATE
38        tristate
39        default n
40
41 config VIDEOMODE_HELPERS
42         bool
43
44 config HDMI
45         bool
46
47 if VT
48         source "drivers/video/console/Kconfig"
49 endif
50
51 if FB || SGI_NEWPORT_CONSOLE
52         source "drivers/video/logo/Kconfig"
53
54 endif
55
56
57 endmenu