summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Include
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-12-04 13:26:54 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-12-06 20:45:29 +0000
commit5be587067ae742b6d2f7157cbff733afcba0f4fe (patch)
tree0854de8a48b7510b6d5e661b9cae6b65b36ab0f6 /OvmfPkg/Include
parentb3b3cfab7eb52acd77558a9727196e30d05d1f2a (diff)
downloadedk2-5be587067ae742b6d2f7157cbff733afcba0f4fe.tar.gz
OvmfPkg: move USB drivers to new UsbComponents.dsc.inc
Allows to update USB driver configuration without touching all *.dsc files. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'OvmfPkg/Include')
-rw-r--r--OvmfPkg/Include/Dsc/UsbComponents.dsc.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/OvmfPkg/Include/Dsc/UsbComponents.dsc.inc b/OvmfPkg/Include/Dsc/UsbComponents.dsc.inc
new file mode 100644
index 0000000000..7480822eae
--- /dev/null
+++ b/OvmfPkg/Include/Dsc/UsbComponents.dsc.inc
@@ -0,0 +1,12 @@
+##
+# USB Support
+#
+# SPDX-License-Identifier: BSD-2-Clause-Patent
+##
+
+ 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