rk3288 hdmi: add config for hdmi

Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
hjc
2014-12-10 17:16:07 +08:00
parent 2cf99697de
commit 38d79c299e
3 changed files with 8 additions and 2 deletions

View File

@@ -48,6 +48,12 @@ if HDMI_RK616
source "drivers/video/rockchip/hdmi/chips/rk616/Kconfig"
endif
config HDMI_RK3288
bool "RK3288 HDMI support"
default y
help
Support rk3288 hdmi if you say y here
config HDMI_RK3036
bool "RK3036 HDMI support"
default y

View File

@@ -10,4 +10,4 @@ obj-$(CONFIG_HDMI_RK610) += rk610/
obj-$(CONFIG_HDMI_CAT66121) += cat66121/
obj-$(CONFIG_HDMI_RK616) += rk616/
obj-$(CONFIG_HDMI_RK3036) += rk3036/
obj-y += rk3288/
obj-$(CONFIG_HDMI_RK3288) += rk3288/

View File

@@ -4,5 +4,5 @@
ccflags-$(CONFIG_RK_HDMI_DEBUG) = -DDEBUG -DHDMI_DEBUG
obj-y += rk3288_hdmi_hw.o rk3288_hdmi.o
obj-$(CONFIG_HDMI_RK3288) += rk3288_hdmi_hw.o rk3288_hdmi.o
#obj-$(CONFIG_HDCP_RK3288) += hdcp/