forked from Minki/linux
virtio: Fix indentation of VIRTIO_MMIO
VIRTIO_MMIO config option block starts with a space, fix that. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
3d840e0636
commit
6166e5330c
@ -63,12 +63,12 @@ config VIRTIO_INPUT
|
||||
|
||||
If unsure, say M.
|
||||
|
||||
config VIRTIO_MMIO
|
||||
config VIRTIO_MMIO
|
||||
tristate "Platform bus driver for memory mapped virtio devices"
|
||||
depends on HAS_IOMEM && HAS_DMA
|
||||
select VIRTIO
|
||||
---help---
|
||||
This drivers provides support for memory mapped virtio
|
||||
select VIRTIO
|
||||
---help---
|
||||
This drivers provides support for memory mapped virtio
|
||||
platform device driver.
|
||||
|
||||
If unsure, say N.
|
||||
|
Loading…
Reference in New Issue
Block a user