MALI: midgard: RK: add separate src dir of Midgard driver for RK Linux device
[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 config MALI_MIDGARD_FOR_LINUX
30         bool "Mali Midgard for RK Linux device only"
31         default n
32
33 # midgard src for devices other than RK Linux device.
34 if !MALI_MIDGARD_FOR_LINUX
35         source "drivers/gpu/arm/midgard/Kconfig"
36 endif
37
38 source "drivers/gpu/arm/mali400/mali/Kconfig"
39
40 menu "Frame buffer Devices"
41 source "drivers/video/fbdev/Kconfig"
42 endmenu
43
44 source "drivers/video/backlight/Kconfig"
45
46 menu "Rockchip Misc Video driver"
47 source "drivers/video/rockchip/Kconfig"
48 endmenu
49
50 source "drivers/video/adf/Kconfig"
51
52 config VGASTATE
53        tristate
54        default n
55
56 config VIDEOMODE_HELPERS
57         bool
58
59 config HDMI
60         bool
61
62 config HDMI_NOTIFIERS
63         bool
64
65 if VT
66         source "drivers/video/console/Kconfig"
67 endif
68
69 if FB || SGI_NEWPORT_CONSOLE
70         source "drivers/video/logo/Kconfig"
71
72 endif
73
74
75 endmenu