configs: Enable CONFIG_VIRTIO_MMIO_POLL_RESET for autoghgvm

With UEFI as GVM's bootloader enabled, we need support virtio-mmio
device reset, which needs ensure the device reset is completed before
reinitializing the device.

Change-Id: I3bafe954eb09805d1baa8ff9e1bb9f35b60c34ee
Signed-off-by: Jianguo Sun <quic_jianguos@quicinc.com>
This commit is contained in:
Jianguo Sun 2024-05-17 14:54:40 +08:00
parent 4cb39792d0
commit 46ea21adf8

View File

@ -75,6 +75,7 @@ CONFIG_VHOST_MENU=y
CONFIG_VIRTIO_BLK=m
CONFIG_VIRTIO_INPUT=m
CONFIG_VIRTIO_MMIO=m
CONFIG_VIRTIO_MMIO_POLL_RESET=y
CONFIG_VIRTIO_MMIO_SWIOTLB=y
CONFIG_VIRTIO_NET=m
CONFIG_VIRT_DRIVERS=y