Merge branch 'develop-3.0' of ssh://10.10.10.29/rk/kernel into develop-3.0
[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 config FB_WIMO
10         bool "WiMO support"
11         depends on FB_ROCKCHIP
12         default y
13         help
14             Support wimo
15
16 config LCDC_RK30
17         tristate "rk30 lcdc support "
18         depends on FB_ROCKCHIP
19         help
20           Driver for rk30 lcdc .There are two lcd controllers on rk30
21
22 config LCDC0_RK30
23         bool "lcdc0 support"
24         depends on LCDC_RK30
25         default y
26         help 
27            Support rk30 lcdc0 if you say y here
28
29 config LCDC1_RK30
30         bool "lcdc1 support"
31         depends on LCDC_RK30
32         default y if HDMI_RK30
33         help
34            Support rk30 lcdc1 if you say y here
35
36 config DUAL_DISP_IN_KERNEL
37         bool "implement dual display in kernel"
38         depends on FB_ROCKCHIP
39         default y if HDMI_RK30
40         help
41           select y will implement dual screen display in kernel
42 source "drivers/video/rockchip/hdmi/Kconfig"
43 source "drivers/video/rockchip/rga/Kconfig"