Disable CONFIG_DRM_DP_CEC temporarily
This setting introduces a dependency in drm_kms_helpers.ko on cec.ko but cec.ko is in the media subsystem and is filtered into kernel-modules, but drm_kms_helpers.ko is in kernel-core. There's not an easy way to pick up cec.ko for kernel-core to satisfy the module dependency in the current filtering scripts so I'm turning this off until the script can be adjusted to make this easier. When flipping this back on, CONFIG_CEC_CORE also needs to be turned on.
This commit is contained in:
parent
a994aea5f1
commit
2877cca02d
15 changed files with 15 additions and 15 deletions
|
|
@ -1499,7 +1499,7 @@ CONFIG_DRM_BOCHS=m
|
|||
CONFIG_DRM_CIRRUS_QEMU=m
|
||||
# CONFIG_DRM_DEBUG_SELFTEST is not set
|
||||
CONFIG_DRM_DP_AUX_CHARDEV=y
|
||||
CONFIG_DRM_DP_CEC=y
|
||||
# CONFIG_DRM_DP_CEC is not set
|
||||
CONFIG_DRM_DUMB_VGA_DAC=m
|
||||
CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
|
||||
CONFIG_DRM_DW_HDMI_CEC=m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue