rtl8xxxu: 8192eu Fix bug in LDPC RX hang fix
[linux-2.6/btrfs-unstable.git] / drivers / video / Kconfig
blobe0606c01e8ac7166d88d2ad20028c166ebef625e
2 # Video configuration
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"
23 source "drivers/gpu/ipu-v3/Kconfig"
25 source "drivers/gpu/drm/Kconfig"
27 menu "Frame buffer Devices"
28 source "drivers/video/fbdev/Kconfig"
29 endmenu
31 source "drivers/video/backlight/Kconfig"
33 config VGASTATE
34        tristate
35        default n
37 config VIDEOMODE_HELPERS
38         bool
40 config HDMI
41         bool
43 if VT
44         source "drivers/video/console/Kconfig"
45 endif
47 if FB || SGI_NEWPORT_CONSOLE
48         source "drivers/video/logo/Kconfig"
50 endif
53 endmenu