ArmVirtPkg: move USB drivers to UsbComponents.dsc.inc
Use `UsbComponents.dsc.inc` for the USB driver configuration to simplify changes across all DSC files. This also allows selective enabling or disabling of `UsbMassStorage` through `fw_cfg`. Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
de1e14856d
commit
566aece5b8
@@ -540,15 +540,7 @@
|
||||
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
||||
#
|
||||
# USB Support
|
||||
#
|
||||
MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
||||
MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
||||
MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||
!include OvmfPkg/Include/Dsc/UsbComponents.dsc.inc
|
||||
|
||||
#
|
||||
# Hash2 Protocol Support
|
||||
|
||||
@@ -455,15 +455,7 @@
|
||||
OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
|
||||
OvmfPkg/PlatformDxe/Platform.inf
|
||||
|
||||
#
|
||||
# USB Support
|
||||
#
|
||||
MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
|
||||
MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
|
||||
MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
|
||||
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
|
||||
!include OvmfPkg/Include/Dsc/UsbComponents.dsc.inc
|
||||
|
||||
#
|
||||
# Hash2 Protocol Support
|
||||
|
||||
Reference in New Issue
Block a user