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>
This commit is contained in:
Nico Huber 2017-05-20 17:56:02 +02:00 committed by Martin Roth
parent f7ca225a7e
commit 49d99fcebc
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@ config ON_DEVICE_ROM_LOAD
bool "Load Option ROMs on PCI devices" bool "Load Option ROMs on PCI devices"
default n if PAYLOAD_SEABIOS default n if PAYLOAD_SEABIOS
default y if !PAYLOAD_SEABIOS default y if !PAYLOAD_SEABIOS
depends on PCI depends on VGA_ROM_RUN
help 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 If disabled, only Option ROMs stored in CBFS will be executed by
coreboot. If you are concerned about security, you might want to coreboot. If you are concerned about security, you might want to