Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
19 lines
313 B
Plaintext
19 lines
313 B
Plaintext
config NITRO_VSOCK_BUS
|
|
bool
|
|
|
|
config NITRO_SERIAL_VSOCK
|
|
bool
|
|
depends on NITRO_VSOCK_BUS
|
|
|
|
config NITRO_HEARTBEAT
|
|
bool
|
|
depends on NITRO_VSOCK_BUS
|
|
|
|
config NITRO_MACHINE
|
|
bool
|
|
default y
|
|
depends on NITRO
|
|
select NITRO_VSOCK_BUS
|
|
select NITRO_HEARTBEAT
|
|
select NITRO_SERIAL_VSOCK
|