rk3066b lcdc: rename rk31 to rk3066b
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / Kconfig
1 config 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 DUAL_DISP_IN_KERNEL
11         bool "implement dual display in kernel"
12         depends on FB_ROCKCHIP
13         default y if HDMI_RK30
14         help
15           select y will implement dual screen display in kernel
16 config ONE_LCDC_DUAL_OUTPUT_INF
17         bool "one lcdc dual output display interface support"
18         depends on FB_ROCKCHIP
19         default y if ARCH_RK2928
20         help
21           select y if on platform like rk2928 which have one lcdc but two output interface
22 config THREE_FB_BUFFER
23         bool "Three fb buffer support"
24         depends on FB_ROCKCHIP
25         default y
26         help
27            select y if android support three buffer,like Jelly Bean
28
29 config FB_WIMO
30         bool "WiMO support"
31         depends on FB_ROCKCHIP
32         default n
33         help
34             Support wimo
35
36 config LCDC_RK2928
37         tristate "rk2928 lcdc support"
38         depends on FB_ROCKCHIP && ARCH_RK2928
39         help
40           Driver for rk2928 lcdc .
41
42 config LCDC_RK30
43         tristate "rk30 lcdc support"
44         depends on FB_ROCKCHIP && ARCH_RK30
45         help
46           Driver for rk30 lcdc .There are two lcd controllers on rk30
47
48 config LCDC0_RK30
49         bool "lcdc0 support"
50         depends on LCDC_RK30
51         default y
52         help 
53            Support rk30 lcdc0 if you say y here
54
55 config LCDC1_RK30
56         bool "lcdc1 support"
57         depends on LCDC_RK30
58         default y if HDMI_RK30
59         help
60            Support rk30 lcdc1 if you say y here
61
62 config LCDC_RK3066B
63         tristate "rk3066b lcdc support"
64         depends on FB_ROCKCHIP && ARCH_RK3066B
65         help
66           Driver for rk3066b  lcdc.
67
68 config LCDC0_RK3066B
69         bool "lcdc0 support"
70         depends on LCDC_RK3066B
71         default y
72         help
73            Support lcdc0 if you say y here
74
75 config LCDC1_RK3066B
76         bool "lcdc1 support"
77         depends on LCDC_RK3066B
78         default n
79         help
80            Support lcdc1 if you say y here
81
82 source "drivers/video/rockchip/hdmi/Kconfig"
83 source "drivers/video/rockchip/rga/Kconfig"
84 source "drivers/video/rockchip/lvds/Kconfig"