"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Tom Rini a8a53cfa dc314185

+1 -1
+1 -1
drivers/virtio/Kconfig
··· 56 56 57 57 config VIRTIO_NET 58 58 bool "virtio net driver" 59 - depends on VIRTIO 59 + depends on VIRTIO && NETDEVICES 60 60 help 61 61 This is the virtual net driver for virtio. It can be used with 62 62 QEMU based targets.