Merge remote-tracking branch 'aosp/android-3.0' into develop-3.0-jb
[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 FB_WIMO
11         bool "WiMO support"
12         depends on FB_ROCKCHIP
13         default n
14         help
15             Support wimo
16
17 config LCDC_RK2928
18         tristate "rk2928 lcdc support"
19         depends on FB_ROCKCHIP && ARCH_RK2928
20         help
21           Driver for rk2928 lcdc .
22
23 config LCDC_RK30
24         tristate "rk30 lcdc support"
25         depends on FB_ROCKCHIP && ARCH_RK30
26         help
27           Driver for rk30 lcdc .There are two lcd controllers on rk30
28
29 config LCDC0_RK30
30         bool "lcdc0 support"
31         depends on LCDC_RK30
32         default y
33         help 
34            Support rk30 lcdc0 if you say y here
35
36 config LCDC1_RK30
37         bool "lcdc1 support"
38         depends on LCDC_RK30
39         default y if HDMI_RK30
40         help
41            Support rk30 lcdc1 if you say y here
42
43 config LCDC_RK31
44         tristate "rk31 lcdc support"
45         depends on FB_ROCKCHIP && ARCH_RK31
46         help
47           Driver for rk31 lcdc .There are two lcdc controllers on RK31
48
49 config LCDC0_RK31
50         bool "lcdc0 support"
51         depends on LCDC_RK31
52         default y
53         help
54            Support rk31 lcdc0 if you say y here
55
56 config LCDC1_RK31
57         bool "lcdc1 support"
58         depends on LCDC_RK31
59         default y if HDMI_RK31
60         help
61            Support rk31 lcdc1 if you say y here
62
63 config DUAL_DISP_IN_KERNEL
64         bool "implement dual display in kernel"
65         depends on FB_ROCKCHIP
66         default y if HDMI_RK30
67         help
68           select y will implement dual screen display in kernel
69
70 config THREE_FB_BUFFER
71         bool "Three fb buffer support"
72         depends on FB_ROCKCHIP
73         default y
74         help
75            select y if android support three buffer,like Jelly Bean
76 source "drivers/video/rockchip/hdmi/Kconfig"
77 source "drivers/video/rockchip/rga/Kconfig"
78 source "drivers/video/rockchip/lvds/Kconfig"