diff options
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 |