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