aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/Kconfig8
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