mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 06:56:29 +00:00
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:
parent
921dd693dd
commit
b827a90a35
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user