sis900: remove unnecessary break after return
[linux-2.6/btrfs-unstable.git] / drivers / video / Kconfig
blob8bf495ffb020789811358eef574b6aba446cb141
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 menu "Direct Rendering Manager"
26 source "drivers/gpu/drm/Kconfig"
27 endmenu
29 menu "Frame buffer Devices"
30 source "drivers/video/fbdev/Kconfig"
31 endmenu
33 source "drivers/video/backlight/Kconfig"
35 config VGASTATE
36        tristate
37        default n
39 config VIDEOMODE_HELPERS
40         bool
42 config HDMI
43         bool
45 if VT
46         source "drivers/video/console/Kconfig"
47 endif
49 if FB || SGI_NEWPORT_CONSOLE
50         source "drivers/video/logo/Kconfig"
52 endif
55 endmenu