From 2877cca02d0745bea4e834693daf72ad68bdf71b Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 4 Feb 2020 12:28:13 -0500 Subject: 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. --- kernel-i686-debug-fedora.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-i686-debug-fedora.config') diff --git a/kernel-i686-debug-fedora.config b/kernel-i686-debug-fedora.config index b7ee5fa05..053817bd6 100644 --- a/kernel-i686-debug-fedora.config +++ b/kernel-i686-debug-fedora.config @@ -1246,7 +1246,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 is not set # CONFIG_DRM_DW_HDMI_AHB_AUDIO is not set # CONFIG_DRM_DW_HDMI_I2S_AUDIO is not set -- cgit