From: 黄涛 Date: Fri, 11 May 2012 03:38:20 +0000 (+0800) Subject: video: rk30: Kconfig: select LCDC1_RK30 & DUAL_DISP_IN_KERNEL when HDMI_RK30 is selected X-Git-Tag: firefly_0821_release~9194 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac71fcfc44a2431bc244c32c7e140d3aa29b66c8;p=firefly-linux-kernel-4.4.55.git video: rk30: Kconfig: select LCDC1_RK30 & DUAL_DISP_IN_KERNEL when HDMI_RK30 is selected --- diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index c2cd306b0190..71dbb9fbf52c 100644 --- a/drivers/video/rockchip/Kconfig +++ b/drivers/video/rockchip/Kconfig @@ -23,14 +23,14 @@ config LCDC0_RK30 config LCDC1_RK30 bool "lcdc1 support" depends on LCDC_RK30 - default y + default y if HDMI_RK30 help Support rk30 lcdc1 if you say y here config DUAL_DISP_IN_KERNEL bool "implement dual display in kernel" depends on FB_ROCKCHIP - default n + default y if HDMI_RK30 help select y will implement dual screen display in kernel source "drivers/video/rockchip/hdmi/Kconfig"