diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2019-04-03 16:04:09 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-05-27 11:08:22 -0400 |
commit | 6166e5330c3828699859a6ec1af21eef7c58778c (patch) | |
tree | 3e1b9fa181cb8982aa658c0f53917ed7cd7beb0a /drivers/virtio/Kconfig | |
parent | 3d840e0636be64502f1d3da2e077dab390c04091 (diff) | |
download | linux-6166e5330c3828699859a6ec1af21eef7c58778c.tar.bz2 |
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>
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r-- | drivers/virtio/Kconfig | 8 |
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 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. |