diff options
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index bb4e913f35..52102230a3 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -513,6 +513,14 @@ config PCIEXP_PLUGIN_SUPPORT bool default y +config MMCONF_BASE_ADDRESS + hex + depends on MMCONF_SUPPORT + +config MMCONF_BUS_NUMBER + int + depends on MMCONF_SUPPORT + config PCI_ALLOW_BUS_MASTER bool "Allow coreboot to set optional PCI bus master bits" default y |