diff options
author | Yang Zhong <yang.zhong@intel.com> | 2019-01-23 14:56:03 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | e9947d18df97e6c6584f020cf9cc995404cc8061 (patch) | |
tree | 5ea2ee400391117103533849bd1b06615c552be6 /default-configs/riscv64-softmmu.mak | |
parent | 8f01b41e1098d8cb9491fa3ea7bd59cf187a5bd7 (diff) |
hw/pci/Makefile.objs: make pcie configurable
Make pcie splited from pci and make it configurable.
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-30-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/riscv64-softmmu.mak')
-rw-r--r-- | default-configs/riscv64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/riscv64-softmmu.mak b/default-configs/riscv64-softmmu.mak index 65337166e1..8c3a91a185 100644 --- a/default-configs/riscv64-softmmu.mak +++ b/default-configs/riscv64-softmmu.mak @@ -8,6 +8,7 @@ CONFIG_VIRTIO_MMIO=y CONFIG_CADENCE=y +CONFIG_PCI_EXPRESS=y CONFIG_PCI_EXPRESS_GENERIC_BRIDGE=y CONFIG_VGA=y |