mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-18 14:24:57 +02:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
config LIGHT_BLK
|
|
tristate "light_blk backend driver"
|
|
select VIRTIO
|
|
select VHOST_RING
|
|
depends on KVM
|
|
default y
|
|
help
|
|
This driver provides support for light virtio_blk backend.
|