add WIMO supported
[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 config LCDC_RK30
13         tristate "rk30 lcdc support "
14         depends on FB_ROCKCHIP
15         help
16           Driver for rk30 lcdc .There are two lcd controllers on rk30
17
18 config LCDC0_RK30
19         bool "lcdc0 support"
20         depends on LCDC_RK30
21         default y
22         help 
23            Support rk30 lcdc0 if you say y here
24
25 config LCDC1_RK30
26         bool "lcdc1 support"
27         depends on LCDC_RK30
28         default y if HDMI_RK30
29         help
30            Support rk30 lcdc1 if you say y here
31
32 config DUAL_DISP_IN_KERNEL
33         bool "implement dual display in kernel"
34         depends on FB_ROCKCHIP
35         default y if HDMI_RK30
36         help
37           select y will implement dual screen display in kernel
38 source "drivers/video/rockchip/hdmi/Kconfig"
39 source "drivers/video/rockchip/rga/Kconfig"