[PATCH 1/2] virtio: remove VIRTIO_PCI dependance on MMU for MIPS
Denis Orlov
denorl2009 at gmail.com
Sat Jun 10 01:36:28 PDT 2023
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 at gmail.com>
---
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
More information about the barebox
mailing list