mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-12 11:26:05 +02:00
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
|
|
config LIGHT_MAILBOX
|
|
tristate "light_mailbox backend driver"
|
|
select VIRTIO
|
|
select VHOST_RING
|
|
depends on MAILBOX
|
|
default y
|
|
help
|
|
This driver provides support for light virtio_mailbox backend.
|