summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-05-20 17:56:02 +0200
committerMartin Roth <martinroth@google.com>2017-06-04 18:46:15 +0200
commit49d99fcebc7c3860def51812c2f723ad3e8a4ea3 (patch)
treec339ad94eff80fd7f6a5ad1ca4fbb9217ed745db
parentf7ca225a7ead88a187054108e57f872bc2d23e2e (diff)
downloadcoreboot-49d99fcebc7c3860def51812c2f723ad3e8a4ea3.tar.gz
coreboot-49d99fcebc7c3860def51812c2f723ad3e8a4ea3.tar.bz2
coreboot-49d99fcebc7c3860def51812c2f723ad3e8a4ea3.zip
device/Kconfig: Clarify ON_DEVICE_ROM_LOAD
It's only used for VGA ROMs. Change-Id: I898765f79cbf5ccce871a3598b56eda83e5efaca Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/19805 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
-rw-r--r--src/device/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig
index cf70a980c5bd..04d8d817b2c6 100644
--- a/src/device/Kconfig
+++ b/src/device/Kconfig
@@ -117,9 +117,9 @@ config ON_DEVICE_ROM_LOAD
bool "Load Option ROMs on PCI devices"
default n if PAYLOAD_SEABIOS
default y if !PAYLOAD_SEABIOS
- depends on PCI
+ depends on VGA_ROM_RUN
help
- Load Option ROMs stored on PCI/PCIe/AGP devices in coreboot.
+ Load Option ROMs stored on PCI/PCIe/AGP VGA devices in coreboot.
If disabled, only Option ROMs stored in CBFS will be executed by
coreboot. If you are concerned about security, you might want to