mirror of https://github.com/xemu-project/xemu.git
config: enable ivshmem on POSIX
ivshmem doesn't actually require kvm, so enable it when POSIX is enabled. (it is required however when ioeventfd is enabled) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
bc79082e4c
commit
dd054be35f
|
@ -35,5 +35,5 @@ CONFIG_SDHCI=y
|
|||
CONFIG_EDU=y
|
||||
CONFIG_VGA=y
|
||||
CONFIG_VGA_PCI=y
|
||||
CONFIG_IVSHMEM=$(CONFIG_KVM)
|
||||
CONFIG_IVSHMEM=$(CONFIG_POSIX)
|
||||
CONFIG_ROCKER=y
|
||||
|
|
Loading…
Reference in New Issue