# 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.
