Disable DW-HDMI CEC driver to avoid non-working CEC device file (#1216) (#1714)

The DW HDMI CEC implementation is not used in Amlogic SoC. Disable the
driver to avoid it claiming /dev/cec0 and getting used by user space
tools.

See also: https://lore.kernel.org/all/20210416092737.1971876-3-narmstrong@baylibre.com/T/
This commit is contained in:
Stefan Agner 2022-01-13 17:37:48 +01:00 committed by GitHub
parent 4399b28d2f
commit 186107e089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4365,7 +4365,7 @@ CONFIG_DRM_PANEL_BRIDGE=y
CONFIG_DRM_DW_HDMI=y
# CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set
CONFIG_DRM_DW_HDMI_I2S_AUDIO=y
CONFIG_DRM_DW_HDMI_CEC=y
# CONFIG_DRM_DW_HDMI_CEC is not set
# end of Display Interface Bridges
# CONFIG_DRM_ETNAVIV is not set