aboutsummaryrefslogtreecommitdiffstats
path: root/hw/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci/Kconfig')
-rw-r--r--hw/pci/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig
new file mode 100644
index 000000000..77f8b005f
--- /dev/null
+++ b/hw/pci/Kconfig
@@ -0,0 +1,15 @@
+config PCI
+ bool
+
+config PCI_EXPRESS
+ bool
+ select PCI
+
+config PCI_DEVICES
+ bool
+
+config MSI_NONBROKEN
+ # selected by interrupt controllers that do not support MSI,
+ # or support it and have a good implementation. See commit
+ # 47d2b0f33c664533b8dbd5cb17faa8e6a01afe1f.
+ bool