From 153f6fa63ee256388b2cf009badac21b82eaa5aa Mon Sep 17 00:00:00 2001 From: useful64 <63966879+useful64@users.noreply.github.com> Date: Wed, 29 Apr 2020 22:04:48 +0200 Subject: [PATCH] Enable CONFIG_DRM_DW_HDMI_CEC (#1929) Enable CONFIG_DRM_DW_HDMI_CEC, this allows using cec on the hdmi port. The cec0 device is created by loading the dw_hdmi_cec module --- config/kernel/linux-rockchip-dev.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/kernel/linux-rockchip-dev.config b/config/kernel/linux-rockchip-dev.config index a8cd8016fc..85d1ecfcae 100644 --- a/config/kernel/linux-rockchip-dev.config +++ b/config/kernel/linux-rockchip-dev.config @@ -4173,7 +4173,7 @@ CONFIG_DRM_TOSHIBA_TC358764=m CONFIG_DRM_DW_HDMI=y # CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set CONFIG_DRM_DW_HDMI_I2S_AUDIO=m -# CONFIG_DRM_DW_HDMI_CEC is not set +CONFIG_DRM_DW_HDMI_CEC=m # end of Display Interface Bridges # CONFIG_DRM_STI is not set