|
|
a83cc2 |
From 64ec0505fccf6f277430f3be1829a9e44cd00dbb Mon Sep 17 00:00:00 2001
|
|
|
a83cc2 |
From: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
a83cc2 |
Date: Fri, 18 Jun 2021 12:04:24 -0400
|
|
|
a83cc2 |
Subject: [PATCH 07/12] disable CONFIG_USB_STORAGE_BOT
|
|
|
a83cc2 |
MIME-Version: 1.0
|
|
|
a83cc2 |
Content-Type: text/plain; charset=UTF-8
|
|
|
a83cc2 |
Content-Transfer-Encoding: 8bit
|
|
|
a83cc2 |
|
|
|
a83cc2 |
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
a83cc2 |
RH-MergeRequest: 16: Synchronize with RHEL-AV 8.5 release 21 to RHEL 9
|
|
|
a83cc2 |
RH-Commit: [5/8] 73d3ee0a17590c8cddf6bd812e6a758951c36ea4 (mrezanin/centos-src-qemu-kvm)
|
|
|
a83cc2 |
RH-Bugzilla: 1957194
|
|
|
a83cc2 |
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
|
|
|
a83cc2 |
RH-Acked-by: Daniel P. Berrangé <berrange@redhat.com>
|
|
|
a83cc2 |
|
|
|
a83cc2 |
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
|
a83cc2 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
a83cc2 |
---
|
|
|
a83cc2 |
default-configs/devices/ppc64-rh-devices.mak | 1 -
|
|
|
a83cc2 |
default-configs/devices/x86_64-rh-devices.mak | 1 -
|
|
|
a83cc2 |
2 files changed, 2 deletions(-)
|
|
|
a83cc2 |
|
|
|
a83cc2 |
diff --git a/default-configs/devices/ppc64-rh-devices.mak b/default-configs/devices/ppc64-rh-devices.mak
|
|
|
a83cc2 |
index 5b01b7fac0..3ec5603ace 100644
|
|
|
a83cc2 |
--- a/default-configs/devices/ppc64-rh-devices.mak
|
|
|
a83cc2 |
+++ b/default-configs/devices/ppc64-rh-devices.mak
|
|
|
a83cc2 |
@@ -15,7 +15,6 @@ CONFIG_USB=y
|
|
|
a83cc2 |
CONFIG_USB_OHCI=y
|
|
|
a83cc2 |
CONFIG_USB_OHCI_PCI=y
|
|
|
a83cc2 |
CONFIG_USB_SMARTCARD=y
|
|
|
a83cc2 |
-CONFIG_USB_STORAGE_BOT=y
|
|
|
a83cc2 |
CONFIG_USB_STORAGE_CORE=y
|
|
|
a83cc2 |
CONFIG_USB_STORAGE_CLASSIC=y
|
|
|
a83cc2 |
CONFIG_USB_XHCI=y
|
|
|
a83cc2 |
diff --git a/default-configs/devices/x86_64-rh-devices.mak b/default-configs/devices/x86_64-rh-devices.mak
|
|
|
a83cc2 |
index d09c138fc6..81bda09f4c 100644
|
|
|
a83cc2 |
--- a/default-configs/devices/x86_64-rh-devices.mak
|
|
|
a83cc2 |
+++ b/default-configs/devices/x86_64-rh-devices.mak
|
|
|
a83cc2 |
@@ -74,7 +74,6 @@ CONFIG_USB=y
|
|
|
a83cc2 |
CONFIG_USB_EHCI=y
|
|
|
a83cc2 |
CONFIG_USB_EHCI_PCI=y
|
|
|
a83cc2 |
CONFIG_USB_SMARTCARD=y
|
|
|
a83cc2 |
-CONFIG_USB_STORAGE_BOT=y
|
|
|
a83cc2 |
CONFIG_USB_STORAGE_CORE=y
|
|
|
a83cc2 |
CONFIG_USB_STORAGE_CLASSIC=y
|
|
|
a83cc2 |
CONFIG_USB_UHCI=y
|
|
|
a83cc2 |
--
|
|
|
a83cc2 |
2.27.0
|
|
|
a83cc2 |
|