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