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 eb75773a9ebb..86b8641b4664 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -3103,4 +3103,10 @@ config NETPOLL_TRAP | |||
3103 | config NET_POLL_CONTROLLER | 3103 | config NET_POLL_CONTROLLER |
3104 | def_bool NETPOLL | 3104 | def_bool NETPOLL |
3105 | 3105 | ||
3106 | config VIRTIO_NET | ||
3107 | tristate "Virtio network driver (EXPERIMENTAL)" | ||
3108 | depends on EXPERIMENTAL && VIRTIO | ||
3109 | ---help--- | ||
3110 | This is the virtual network driver for lguest. Say Y or M. | ||
3111 | |||
3106 | endif # NETDEVICES | 3112 | endif # NETDEVICES |