diff options
Diffstat (limited to 'Kconfig.host')
-rw-r--r-- | Kconfig.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Kconfig.host b/Kconfig.host index 4af19bf70e..a9a55a9c31 100644 --- a/Kconfig.host +++ b/Kconfig.host @@ -24,6 +24,10 @@ config VHOST_USER bool select VHOST +config VHOST_VDPA + bool + select VHOST + config VHOST_KERNEL bool select VHOST |