Merge remote-tracking branch 'stable/linux-3.0.y' into develop-3.0
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / Kconfig
1 menuconfig FB_ROCKCHIP
2         tristate "Frame buffer support for Rockchip "
3         depends on FB
4         select FB_CFB_FILLRECT
5         select FB_CFB_COPYAREA
6         select FB_CFB_IMAGEBLIT
7         ---help---
8           Framebuffer driver for rockchip based platform
9
10 config FB_MIRRORING
11         bool     "Mirroring support"
12         depends on FB_ROCKCHIP
13 choice
14         bool "Dual display ploy select"
15         depends on FB_ROCKCHIP
16         default NO_DUAL_DISP
17         help
18           If you use dual lcdc for dual display ,select "implement dual display in kernel with dual lcdc"
19           If you use one lcdc like rk2928 or one lcdc with RK Jetta,select "one lcdc dual output display interface support"
20         
21 config DUAL_LCDC_DUAL_DISP_IN_KERNEL
22         bool "implement dual display in kernel with dual lcdc"
23         depends on FB_ROCKCHIP
24         help
25           select y will implement dual screen display in kernel
26
27 config ONE_LCDC_DUAL_OUTPUT_INF
28         bool "one lcdc dual output display interface support"
29         depends on FB_ROCKCHIP
30         help
31           select y if on platform like rk2928 which have one lcdc but two output interface
32 config NO_DUAL_DISP
33         bool "NO dual display needed"
34         depends on FB_ROCKCHIP
35         help
36           No dual display needed
37 endchoice
38
39 config THREE_FB_BUFFER
40         bool "Three fb buffer support"
41         depends on FB_ROCKCHIP
42         default y
43         help
44            select y if android support three buffer,like Jelly Bean
45
46
47 config LCDC_RK2928
48         tristate "rk2928 lcdc support"
49         depends on FB_ROCKCHIP && ARCH_RK2928
50         help
51           Driver for rk2928 lcdc .
52
53 config LCDC_RK30
54         tristate "rk30 lcdc support"
55         depends on FB_ROCKCHIP && ARCH_RK30
56         help
57           Driver for rk30 lcdc .There are two lcd controllers on rk30
58
59 config LCDC0_RK30
60         bool "lcdc0 support"
61         depends on LCDC_RK30
62         default y
63         help 
64            Support rk30 lcdc0 if you say y here
65
66 config LCDC1_RK30
67         bool "lcdc1 support"
68         depends on LCDC_RK30
69         default y if HDMI_RK30
70         help
71            Support rk30 lcdc1 if you say y here
72
73 config LCDC_RK3066B
74         tristate "rk3066b lcdc support"
75         depends on FB_ROCKCHIP && ARCH_RK3066B
76         help
77           Driver for rk3066b  lcdc.
78
79 config LCDC0_RK3066B
80         bool "lcdc0 support"
81         depends on LCDC_RK3066B
82         default y
83         help
84            Support lcdc0 if you say y here
85
86 config LCDC1_RK3066B
87         bool "lcdc1 support"
88         depends on LCDC_RK3066B
89         default n
90         help
91            Support lcdc1 if you say y here
92
93 source "drivers/video/rockchip/hdmi/Kconfig"
94 source "drivers/video/rockchip/rga/Kconfig"
95 source "drivers/video/rockchip/lvds/Kconfig"