From: Jarod Wilson <jarod@xxxxxxxxxx> redhat: disable tv/radio media device infrastructure Upstream Status: RHEL-only The analog and digital tv tuners and (FM) radio devices don't see much play in RHEL server environments. We've never really updated them in any major release, and have no evidence they're actively used by any RHEL customers. These devices primarily come into use by hobbyists, who would rather have a newer kernel with newer drivers and features anyway, and the linux-media team maintains a way to build their latest bits against older kernels should people really want to use these devices with a RHEL base. Rather than build and ship drivers for hundreds of devices we don't think anyone is actually using and we have no testing or support infrastructure for, we ought to disable them. Signed-off-by: Jarod Wilson <jarod@xxxxxxxxxx> diff --git a/redhat/configs/ark/generic/CONFIG_MEDIA_ANALOG_TV_SUPPORT b/redhat/configs/ark/generic/CONFIG_MEDIA_ANALOG_TV_SUPPORT new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_MEDIA_ANALOG_TV_SUPPORT @@ -0,0 +1 @@ +# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set diff --git a/redhat/configs/ark/generic/CONFIG_MEDIA_DIGITAL_TV_SUPPORT b/redhat/configs/ark/generic/CONFIG_MEDIA_DIGITAL_TV_SUPPORT new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_MEDIA_DIGITAL_TV_SUPPORT @@ -0,0 +1 @@ +# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set diff --git a/redhat/configs/ark/generic/CONFIG_MEDIA_RADIO_SUPPORT b/redhat/configs/ark/generic/CONFIG_MEDIA_RADIO_SUPPORT new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_MEDIA_RADIO_SUPPORT @@ -0,0 +1 @@ +# CONFIG_MEDIA_RADIO_SUPPORT is not set diff --git a/redhat/configs/ark/generic/CONFIG_VIDEO_EM28XX b/redhat/configs/ark/generic/CONFIG_VIDEO_EM28XX new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/ark/generic/CONFIG_VIDEO_EM28XX @@ -0,0 +1 @@ +# CONFIG_VIDEO_EM28XX is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1754 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure