Merge remote-tracking branch 'stable/linux-3.0.y' 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_RK30
18         tristate "rk30 lcdc support "
19         depends on FB_ROCKCHIP
20         help
21           Driver for rk30 lcdc .There are two lcd controllers on rk30
22
23 config LCDC0_RK30
24         bool "lcdc0 support"
25         depends on LCDC_RK30
26         default y
27         help 
28            Support rk30 lcdc0 if you say y here
29
30 config LCDC1_RK30
31         bool "lcdc1 support"
32         depends on LCDC_RK30
33         default y if HDMI_RK30
34         help
35            Support rk30 lcdc1 if you say y here
36
37 config DUAL_DISP_IN_KERNEL
38         bool "implement dual display in kernel"
39         depends on FB_ROCKCHIP
40         default y if HDMI_RK30
41         help
42           select y will implement dual screen display in kernel
43
44 config THREE_FB_BUFFER
45         bool "Three fb buffer support"
46         depends on FB_ROCKCHIP
47         default y
48         help
49            select y if android support three buffer,like Jelly Bean
50 source "drivers/video/rockchip/hdmi/Kconfig"
51 source "drivers/video/rockchip/rga/Kconfig"