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 <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38801
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Subrata Banik 2020-02-09 19:35:16 +05:30
parent 37bead6d26
commit 1cb26a6300
1 changed files with 2 additions and 2 deletions

View File

@ -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