virtio: Make VIRTIO_NET depend on NETDEVICES

As VIRTIO_NET is the symbol for enabling network devices, make this
depend on NETDEVICES

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2023-10-26 14:31:11 -04:00
parent dc314185be
commit a8a53cfa8d

View file

@ -56,7 +56,7 @@ config VIRTIO_SANDBOX
config VIRTIO_NET config VIRTIO_NET
bool "virtio net driver" bool "virtio net driver"
depends on VIRTIO depends on VIRTIO && NETDEVICES
help help
This is the virtual net driver for virtio. It can be used with This is the virtual net driver for virtio. It can be used with
QEMU based targets. QEMU based targets.