Enable XHCI (USB3) support in ova kernel config (#221)

With this change, hassos can have USB devices passed into a guest VM
with the hypervisor emulating an XHCI controller. QEMU recommends using
XHCI whenever possible, as it offers a much more virtualization-friendly
architecture than its [EO]HCI predecessors (which are already support by
the hassos kernel).
This commit is contained in:
Johannes Truschnigg 2018-10-24 15:54:26 +02:00 committed by Pascal Vizeli
parent 921dd693dd
commit b827a90a35

View File

@ -7,3 +7,4 @@ CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_INPUT=m CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_BLK=m CONFIG_VIRTIO_BLK=m
CONFIG_USB_XHCI_HCD=y