drivers: virtio: prevent Kconfigs for logging from bleeding
CONFIG_VIRTIO_LOG_* options shoul be gated by the main VIRTIO Kconfig. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
committed by
Chris Friedt
parent
b43dbf149a
commit
b48ef99495
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user