diff options
Diffstat (limited to 'hw/pci/Kconfig')
-rw-r--r-- | hw/pci/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/pci/Kconfig b/hw/pci/Kconfig index d3d2205..4ca2537 100644 --- a/hw/pci/Kconfig +++ b/hw/pci/Kconfig @@ -1,2 +1,6 @@ config PCI bool + +config PCI_EXPRESS + bool + select PCI |