mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
dc314185be
commit
a8a53cfa8d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue