summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/virtio/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 9aea44ed54c7..023fc3bc01c6 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -63,12 +63,12 @@ config VIRTIO_INPUT
63 63
64 If unsure, say M. 64 If unsure, say M.
65 65
66 config VIRTIO_MMIO 66config VIRTIO_MMIO
67 tristate "Platform bus driver for memory mapped virtio devices" 67 tristate "Platform bus driver for memory mapped virtio devices"
68 depends on HAS_IOMEM && HAS_DMA 68 depends on HAS_IOMEM && HAS_DMA
69 select VIRTIO 69 select VIRTIO
70 ---help--- 70 ---help---
71 This drivers provides support for memory mapped virtio 71 This drivers provides support for memory mapped virtio
72 platform device driver. 72 platform device driver.
73 73
74 If unsure, say N. 74 If unsure, say N.