git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc31418
)
virtio: Make VIRTIO_NET depend on NETDEVICES
author
Tom Rini
<trini@konsulko.com>
Thu, 26 Oct 2023 18:31:11 +0000
(14:31 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/virtio/Kconfig
b/drivers/virtio/Kconfig
index
852f673
..
1de6886
100644
(file)
--- a/
drivers/virtio/Kconfig
+++ b/
drivers/virtio/Kconfig
@@
-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.