aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Kconfig4
1 files changed, 2 insertions, 2 deletions
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