diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-08-15 17:13:06 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-17 19:32:48 +0100 |
commit | 21c6b0c87e85d952d3d0e569388526f03ad48576 (patch) | |
tree | 85f3fc65d8e32a72e47cc0da315a36d086906e8b /Kconfig.host | |
parent | 95c5f2debc867391a8c7dcc99be57dbab3dc6bda (diff) |
configure: simplify vhost condition with Kconfig
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Kconfig.host')
-rw-r--r-- | Kconfig.host | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host index bb6e116e2a..55136e037d 100644 --- a/Kconfig.host +++ b/Kconfig.host @@ -25,6 +25,11 @@ config TPM config VHOST_USER bool + select VHOST + +config VHOST_KERNEL + bool + select VHOST config XEN bool |