diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/device/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 1bfc34a982..63b7d6c9ee 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -626,6 +626,8 @@ if PCIEXP_HOTPLUG config PCIEXP_HOTPLUG_BUSES int "PCI Express Hotplug Buses" + default 8 if MMCONF_SUPPORT && MMCONF_BUS_NUMBER <= 64 + default 16 if MMCONF_SUPPORT && MMCONF_BUS_NUMBER <= 128 default 32 help This is the number of buses allocated for hotplug PCI express |