summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-28 12:51:11 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-29 17:46:55 +0000
commit7d638784a25c3d715c68773fc171d76f647e8143 (patch)
tree6b63509d6427939f24ab3237bebc85c06343d2d0 /src/device
parent7830af3c8d3bd4e1b1bd42c717c0364421bdd4b2 (diff)
downloadcoreboot-7d638784a25c3d715c68773fc171d76f647e8143.tar.xz
device/Kconfig: Declare MMCONF symbols' type once
Only specify the type of MMCONF_BASE_ADDRESS and MMCONF_BUS_NUMBER once. Change-Id: Iacd2ed0dae5f1fb6b309124da53b3fa0eef32693 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50032 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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