diff options
author | Jeremy Cline <jcline@redhat.com> | 2020-02-04 12:28:13 -0500 |
---|---|---|
committer | Jeremy Cline <jcline@redhat.com> | 2020-02-04 13:51:30 -0500 |
commit | 2877cca02d0745bea4e834693daf72ad68bdf71b (patch) | |
tree | 7fc36315089f6357a826b6897ad61afd92dba539 /configs | |
parent | a994aea5f14318e2411df6b59adf11f0e4719c33 (diff) | |
download | kernel-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 'configs')
-rw-r--r-- | configs/fedora/generic/CONFIG_DRM_DP_CEC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/fedora/generic/CONFIG_DRM_DP_CEC b/configs/fedora/generic/CONFIG_DRM_DP_CEC index 5f9b38555..f0dbdcca2 100644 --- a/configs/fedora/generic/CONFIG_DRM_DP_CEC +++ b/configs/fedora/generic/CONFIG_DRM_DP_CEC @@ -1 +1 @@ -CONFIG_DRM_DP_CEC=y +# CONFIG_DRM_DP_CEC is not set |