video: move fbdev to drivers/video/fbdev
[firefly-linux-kernel-4.4.55.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
24 source "drivers/gpu/drm/Kconfig"
25
26 source "drivers/video/fbdev/Kconfig"
27
28 source "drivers/video/backlight/Kconfig"
29
30 config VGASTATE
31        tristate
32        default n
33
34 config VIDEOMODE_HELPERS
35         bool
36
37 config HDMI
38         bool
39
40 if VT
41         source "drivers/video/console/Kconfig"
42 endif
43
44 if FB || SGI_NEWPORT_CONSOLE
45         source "drivers/video/logo/Kconfig"
46
47 endif
48
49
50 endmenu