summaryrefslogtreecommitdiffstats
path: root/kernel-x86_64-debug-fedora.config
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2020-02-04 12:28:13 -0500
committerJeremy Cline <jcline@redhat.com>2020-02-04 13:51:30 -0500
commit2877cca02d0745bea4e834693daf72ad68bdf71b (patch)
tree7fc36315089f6357a826b6897ad61afd92dba539 /kernel-x86_64-debug-fedora.config
parenta994aea5f14318e2411df6b59adf11f0e4719c33 (diff)
downloadkernel-2877cca02d0745bea4e834693daf72ad68bdf71b.tar.gz
kernel-2877cca02d0745bea4e834693daf72ad68bdf71b.tar.xz
kernel-2877cca02d0745bea4e834693daf72ad68bdf71b.zip
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.
Diffstat (limited to 'kernel-x86_64-debug-fedora.config')
-rw-r--r--kernel-x86_64-debug-fedora.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-x86_64-debug-fedora.config b/kernel-x86_64-debug-fedora.config
index a9a60bd65..2b579421b 100644
--- a/kernel-x86_64-debug-fedora.config
+++ b/kernel-x86_64-debug-fedora.config
@@ -1284,7 +1284,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