net: stmmac: replace msleep with mdelay between spinlock and spinunlock
[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 source "drivers/gpu/ipu-v3/Kconfig"
24
25 source "drivers/gpu/drm/Kconfig"
26
27 source "drivers/gpu/rogue_m/Kconfig"
28
29 source "drivers/gpu/arm/midgard/Kconfig"
30
31 menu "Frame buffer Devices"
32 source "drivers/video/fbdev/Kconfig"
33 endmenu
34
35 source "drivers/video/backlight/Kconfig"
36 source "drivers/video/rockchip/Kconfig"
37 source "drivers/video/adf/Kconfig"
38
39 config VGASTATE
40        tristate
41        default n
42
43 config VIDEOMODE_HELPERS
44         bool
45
46 config HDMI
47         bool
48
49 if VT
50         source "drivers/video/console/Kconfig"
51 endif
52
53 if FB || SGI_NEWPORT_CONSOLE
54         source "drivers/video/logo/Kconfig"
55
56 endif
57
58
59 endmenu