]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
virtio: Make VIRTIO_NET depend on NETDEVICES
authorTom Rini <trini@konsulko.com>
Thu, 26 Oct 2023 18:31:11 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:19 +0000 (14:48 -0500)
As VIRTIO_NET is the symbol for enabling network devices, make this
depend on NETDEVICES

Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/virtio/Kconfig

index 852f6735b6025bc869a84c93b665db6611c85951..1de68867d52e65ba679af5e8f0aee2827c603672 100644 (file)
@@ -56,7 +56,7 @@ config VIRTIO_SANDBOX
 
 config VIRTIO_NET
        bool "virtio net driver"
-       depends on VIRTIO
+       depends on VIRTIO && NETDEVICES
        help
          This is the virtual net driver for virtio. It can be used with
          QEMU based targets.