diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 4c3d78a62e7..7ee24aaaa18 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig @@ -8,6 +8,10 @@ config VIRTIO if VIRTIO +module = VIRTIO +module-str = VIRTIO +source "subsys/logging/Kconfig.template.log_config" + config VIRTIO_PCI bool "support for VIRTIO over PCI" default y @@ -23,7 +27,3 @@ config VIRTIO_MMIO Enable options for VIRTIO over MMIO endif # VIRTIO - -module = VIRTIO -module-str = VIRTIO -source "subsys/logging/Kconfig.template.log_config"