diff options
Diffstat (limited to 'drivers/virtio/Kconfig')
| -rw-r--r-- | drivers/virtio/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 57e493b1bd20..816ed08e7cf3 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig | |||
| @@ -35,4 +35,15 @@ config VIRTIO_BALLOON | |||
| 35 | 35 | ||
| 36 | If unsure, say M. | 36 | If unsure, say M. |
| 37 | 37 | ||
| 38 | config VIRTIO_MMIO | ||
| 39 | tristate "Platform bus driver for memory mapped virtio devices (EXPERIMENTAL)" | ||
| 40 | depends on EXPERIMENTAL | ||
| 41 | select VIRTIO | ||
| 42 | select VIRTIO_RING | ||
| 43 | ---help--- | ||
| 44 | This drivers provides support for memory mapped virtio | ||
| 45 | platform device driver. | ||
| 46 | |||
| 47 | If unsure, say N. | ||
| 48 | |||
| 38 | endmenu | 49 | endmenu |
