target/arm: add PCI_TESTDEV back to default config
authorAndrew Jones <drjones@redhat.com>
Mon, 25 Mar 2019 14:16:46 +0000 (14:16 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 25 Mar 2019 14:16:46 +0000 (14:16 +0000)
In the kconfig shuffle arm lost pci-testdev which is used by
kvm-unit-tests. Let's add it back.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20190322163059.9716-1-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/arm-softmmu.mak

index 2a7efc11674a064dae892abe19fff2f5608f8d34..613d19a06db22ae8144b6aa2e8536b94910fc984 100644 (file)
@@ -2,6 +2,7 @@
 
 CONFIG_PCI=y
 CONFIG_PCI_DEVICES=y
+CONFIG_PCI_TESTDEV=y
 CONFIG_VGA=y
 CONFIG_NAND=y
 CONFIG_ECC=y