projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138f6d4
)
video: rk30: Kconfig: select LCDC1_RK30 & DUAL_DISP_IN_KERNEL when HDMI_RK30 is selected
author
黄涛
<huangtao@rock-chips.com>
Fri, 11 May 2012 03:38:20 +0000
(11:38 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Fri, 11 May 2012 03:38:20 +0000
(11:38 +0800)
drivers/video/rockchip/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/rockchip/Kconfig
b/drivers/video/rockchip/Kconfig
index c2cd306b0190bf9d509c806e486d310150f99c0e..71dbb9fbf52cd7e3ab1c137714a0d4f3838d1528 100644
(file)
--- 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"