mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 17:22:24 +02:00
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
config LIGHT_NET
|
|
tristate "light_net backend driver"
|
|
select NET
|
|
select VIRTIO
|
|
select VHOST_RING
|
|
depends on KVM
|
|
default y
|
|
help
|
|
This driver provides support for light virtio_net backend.
|