mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
configure: simplify vhost condition with Kconfig
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
95c5f2debc
commit
21c6b0c87e
4 changed files with 11 additions and 2 deletions
|
@ -25,6 +25,11 @@ config TPM
|
|||
|
||||
config VHOST_USER
|
||||
bool
|
||||
select VHOST
|
||||
|
||||
config VHOST_KERNEL
|
||||
bool
|
||||
select VHOST
|
||||
|
||||
config XEN
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue