diff options
Diffstat (limited to 'hw/remote/Kconfig')
-rw-r--r-- | hw/remote/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/remote/Kconfig b/hw/remote/Kconfig index 08c16e235f..2d6b4f4cf4 100644 --- a/hw/remote/Kconfig +++ b/hw/remote/Kconfig @@ -2,3 +2,7 @@ config MULTIPROCESS bool depends on PCI && PCI_EXPRESS && KVM select REMOTE_PCIHOST + +config VFIO_USER_SERVER + bool + depends on MULTIPROCESS |