mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
video: rk30: Kconfig: select LCDC1_RK30 & DUAL_DISP_IN_KERNEL when HDMI_RK30 is selected
This commit is contained in:
parent
138f6d4ac5
commit
ac71fcfc44
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user