From 7fd7892a21cf930f3d44dc3205bed9fb9128c11c Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 4 Aug 2021 07:10:15 -0400 Subject: [PATCH 23/39] aarch64: Add USB storage devices RH-Author: Miroslav Rezanina RH-MergeRequest: 32: Synchronize with RHEL-AV 8.5 release 27 to RHEL 9 RH-Commit: [15/15] 7706801381d8dfc97231fa87f6a7c8de7e3c8e84 (mrezanin/centos-src-qemu-kvm) RH-Bugzilla: 1957194 RH-Acked-by: Stefano Garzarella RH-Acked-by: Kevin Wolf RH-Acked-by: Igor Mammedov RH-Acked-by: Andrew Jones There's no reason not to support these devices and doing so allows us to match x86 and ppc. Also to match the other architectures we do not enable CONFIG_USB_STORAGE_BOT, as that was disabled for the other architectures for BZ1866133. Signed-off-by: Andrew Jones Signed-off-by: Miroslav Rezanina --- default-configs/devices/aarch64-rh-devices.mak | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default-configs/devices/aarch64-rh-devices.mak b/default-configs/devices/aarch64-rh-devices.mak index d8ce902720..a5bab23925 100644 --- a/default-configs/devices/aarch64-rh-devices.mak +++ b/default-configs/devices/aarch64-rh-devices.mak @@ -15,6 +15,8 @@ CONFIG_SEMIHOSTING=y CONFIG_USB=y CONFIG_USB_XHCI=y CONFIG_USB_XHCI_PCI=y +CONFIG_USB_STORAGE_CORE=y +CONFIG_USB_STORAGE_CLASSIC=y CONFIG_VFIO=y CONFIG_VFIO_PCI=y CONFIG_VIRTIO_MMIO=y -- 2.27.0