From 1cb26a6300aeac438322a0288cecfb44e977d6ae Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sun, 9 Feb 2020 19:35:16 +0530 Subject: Kconfig: Add CONFIG_PCI dependency for CONFIG_MINIMAL_PCI_SCANNING Make sure MINIMAL_PCI_SCANNING has right dependency over PCI kconfig symbol. Change-Id: I30b18345976e5d21ccedf8906985ff71e7d2815c Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/38801 Reviewed-by: Jeremy Soller Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index 4253ec7d52..f75f94279e 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -369,9 +369,9 @@ config CONFIGURABLE_RAMSTAGE config MINIMAL_PCI_SCANNING bool "Enable minimal PCI scanning" - depends on CONFIGURABLE_RAMSTAGE + depends on CONFIGURABLE_RAMSTAGE && PCI help - If this option is enabled, coreboot will scan only devices + If this option is enabled, coreboot will scan only PCI devices marked as mandatory in devicetree.cb endmenu -- cgit v1.2.3