aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci/Kconfig')
-rw-r--r--hw/pci/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig
new file mode 100644
index 0000000000..3b8638b51d
--- /dev/null
+++ b/hw/pci/Kconfig
@@ -0,0 +1,9 @@
+config PCI
+ bool
+
+config PCI_EXPRESS
+ bool
+ select PCI
+
+config PCI_DEVICES
+ bool