From 7d638784a25c3d715c68773fc171d76f647e8143 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 28 Jan 2021 12:51:11 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50032 Reviewed-by: Arthur Heymans Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/device/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/device/Kconfig') 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 -- cgit v1.2.3