[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/13] hw/southbridge: Add missing Kconfig dependency VT82C686 on
From: |
Gerd Hoffmann |
Subject: |
[PULL 06/13] hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCI |
Date: |
Mon, 15 Mar 2021 19:02:33 +0100 |
From: Philippe Mathieu-Daudé <f4bug@amsat.org>
The VT82C686 south bridge provides a USB UHCI bus via a PCI function.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Message-Id: <20210309190802.830969-2-f4bug@amsat.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
hw/isa/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig
index c7f07854f7e7..2691eae2f0c6 100644
--- a/hw/isa/Kconfig
+++ b/hw/isa/Kconfig
@@ -47,6 +47,7 @@ config VT82C686
select ACPI_SMBUS
select SERIAL_ISA
select FDC
+ select USB_UHCI
config SMC37C669
bool
--
2.29.2
- [PULL 00/13] Usb 20210315 patches, Gerd Hoffmann, 2021/03/15
- [PULL 04/13] usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed), Gerd Hoffmann, 2021/03/15
- [PULL 03/13] usb: remove '-usbdevice u2f-key', Gerd Hoffmann, 2021/03/15
- [PULL 07/13] hw/usb/hcd-uhci: Expose generic prototypes to local header, Gerd Hoffmann, 2021/03/15
- [PULL 13/13] usb/storage: clear csw on reset, Gerd Hoffmann, 2021/03/15
- [PULL 01/13] hw/usb/bus: Remove the "full-path" property, Gerd Hoffmann, 2021/03/15
- [PULL 06/13] hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCI,
Gerd Hoffmann <=
- [PULL 10/13] usb/storage: move usb-bot device to separate source file, Gerd Hoffmann, 2021/03/15
- [PULL 12/13] usb/storage: add kconfig symbols, Gerd Hoffmann, 2021/03/15
- [PULL 11/13] usb/storage move usb-storage device to separate source file, Gerd Hoffmann, 2021/03/15
- [PULL 08/13] hw/usb: Extract VT82C686 UHCI PCI function into a new unit, Gerd Hoffmann, 2021/03/15
- [PULL 05/13] usb: Document the missing -usbdevice options, Gerd Hoffmann, 2021/03/15
- [PULL 09/13] usb/storage: move declarations to usb/msd.h header, Gerd Hoffmann, 2021/03/15
- [PULL 02/13] usb: remove support for -usbdevice parameters, Gerd Hoffmann, 2021/03/15
- Re: [PULL 00/13] Usb 20210315 patches, Peter Maydell, 2021/03/16