mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +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
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue