mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 02:15:45 +01: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:
		| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user