]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - drivers/video/Kconfig
OMAPDSS: Add methods for skipping display initialization
[android-sdk/kernel-video.git] / drivers / video / Kconfig
1 #
2 # Video configuration
3 #
5 menu "Graphics support"
6         depends on HAS_IOMEM
8 config HAVE_FB_ATMEL
9         bool
11 config SH_MIPI_DSI
12         tristate
13         depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
15 config SH_LCD_MIPI_DSI
16         bool
18 source "drivers/char/agp/Kconfig"
20 source "drivers/gpu/vga/Kconfig"
22 source "drivers/gpu/host1x/Kconfig"
24 menu "Direct Rendering Manager"
25 source "drivers/gpu/drm/Kconfig"
26 endmenu
28 menu "Frame buffer Devices"
29 source "drivers/video/fbdev/Kconfig"
30 endmenu
32 source "drivers/video/backlight/Kconfig"
34 source "drivers/video/serdes/Kconfig"
36 config VGASTATE
37        tristate
38        default n
40 config VIDEO_OUTPUT_CONTROL
41         tristate "Lowlevel video output switch controls"
42         help
43           This framework adds support for low-level control of the video 
44           output switch.
46 config VIDEOMODE_HELPERS
47         bool
49 config HDMI
50         bool
52 if VT
53         source "drivers/video/console/Kconfig"
54 endif
56 if FB || SGI_NEWPORT_CONSOLE
57         source "drivers/video/logo/Kconfig"
59 endif
62 endmenu