mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rk3288 hdmi: add config for hdmi
Signed-off-by: hjc <hjc@rock-chips.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user