The issues that broke the usage of VIRTIO_PCI on MIPS when we are running uncached (i.e. with CONFIG_MMU=n) seem to have been fixed. As such, allow this option to be set for those configurations. Signed-off-by: Denis Orlov <denorl2009@xxxxxxxxx> --- drivers/virtio/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 91a89d3e1b..ecf66987b3 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -28,7 +28,6 @@ config VIRTIO_MMIO config VIRTIO_PCI tristate "PCI driver for virtio devices" depends on PCI && HAS_DMA - depends on MMU && MIPS || !MIPS select VIRTIO help This driver provides support for virtio based paravirtual device -- 2.41.0