summaryrefslogtreecommitdiffstats
path: root/0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-10-07 09:54:44 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-10-07 09:54:44 -0500
commitf7a55ba381de17d8e5511a97441944b797aa62a5 (patch)
treedf2cb85063e94e396b776ea25c0e4b5f9f286c39 /0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch
parent5f7d08ee5f8b230f5dfb20783ec265ef40387520 (diff)
downloadkernel-f7a55ba381de17d8e5511a97441944b797aa62a5.tar.gz
kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.tar.xz
kernel-f7a55ba381de17d8e5511a97441944b797aa62a5.zip
kernel-5.9.0-0.rc8.20201007git7575fdda569b.29
* Wed Oct 07 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc8.20201007git7575fdda569b.29] - Merge ark-patches Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch')
-rw-r--r--0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch b/0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch
deleted file mode 100644
index 1c24d0b9a..000000000
--- a/0001-Introduce-CONFIG_RH_DISABLE_DEPRECATED.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: Laura Abbott <labbott@redhat.com>
-Date: Wed, 13 Nov 2019 14:44:28 -0500
-Subject: [PATCH] Introduce CONFIG_RH_DISABLE_DEPRECATED
-
-Message-id: <20191113144431.9403-2-labbott@redhat.com>
-Patchwork-id: 286080
-O-Subject: [ARK INTERNAL PATCHv2 1/4] [redhat] Introduce CONFIG_RH_DISABLE_DEPRECATED
-Bugzilla:
-RH-Acked-by: Don Zickus <dzickus@redhat.com>
-RH-Acked-by: Prarit Bhargava <prarit@redhat.com>
-RH-Acked-by: Jiri Benc <jbenc@redhat.com>
-
-For many drivers that RHEL doesn't want to support, we've typically deleted
-PCI ids from the tree. This precludes those drivers from being used at all
-which is fine for RHEL but a problem if we want to use a similar source base
-for Fedora. Instead of just deleting IDs, introduce a config
-CONFIG_RH_DISABLE_DEPRECATED. This way RHEL can remove IDs while still allowing
-kernels to be built with the option off from the same source.
-
-Upstream Status: RHEL only
-Signed-off-by: Laura Abbott <labbott@redhat.com>
----
- Kconfig | 2 ++
- Kconfig.redhat | 17 +++++++++++++++++
- 2 files changed, 19 insertions(+)
- create mode 100644 Kconfig.redhat
-
-diff --git a/Kconfig b/Kconfig
-index 745bc773f567..f57ff40109d7 100644
---- a/Kconfig
-+++ b/Kconfig
-@@ -30,3 +30,5 @@ source "lib/Kconfig"
- source "lib/Kconfig.debug"
-
- source "Documentation/Kconfig"
-+
-+source "Kconfig.redhat"
-diff --git a/Kconfig.redhat b/Kconfig.redhat
-new file mode 100644
-index 000000000000..733a26bd887a
---- /dev/null
-+++ b/Kconfig.redhat
-@@ -0,0 +1,17 @@
-+# SPDX-License-Identifier: GPL-2.0-only
-+#
-+# Red Hat specific options
-+#
-+
-+menu "Red Hat options"
-+
-+config RH_DISABLE_DEPRECATED
-+ bool "Remove support for deprecated features"
-+ help
-+ Red Hat may choose to deprecate certain features in its kernels.
-+ Enable this option to remove support for hardware that is no
-+ longer supported.
-+
-+ Unless you want a restricted kernel, say N here.
-+
-+endmenu
---
-2.28.0
-