diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ce34b539bf38..2538816817aa 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -3100,4 +3100,10 @@ config NETPOLL_TRAP | |||
3100 | config NET_POLL_CONTROLLER | 3100 | config NET_POLL_CONTROLLER |
3101 | def_bool NETPOLL | 3101 | def_bool NETPOLL |
3102 | 3102 | ||
3103 | config VIRTIO_NET | ||
3104 | tristate "Virtio network driver (EXPERIMENTAL)" | ||
3105 | depends on EXPERIMENTAL && VIRTIO | ||
3106 | ---help--- | ||
3107 | This is the virtual network driver for lguest. Say Y or M. | ||
3108 | |||
3103 | endif # NETDEVICES | 3109 | endif # NETDEVICES |