mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: device/Kconfig: Clarify ON_DEVICE_ROM_LOAD
It's only used for VGA ROMs.
BUG=none
BRANCH=none
TEST=none
Change-Id: I5f72c1a029f6664a1bb5770bf659f6d0db684bad
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 49d99fcebc
Original-Change-Id: I898765f79cbf5ccce871a3598b56eda83e5efaca
Original-Signed-off-by: Nico Huber <nico.h@gmx.de>
Original-Reviewed-on: https://review.coreboot.org/19805
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Original-Reviewed-by: Philippe Mathieu-Daud <philippe.mathieu.daude@gmail.com>
Reviewed-on: https://chromium-review.googlesource.com/524593
This commit is contained in:
parent
031e579782
commit
e876649940
1 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,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
|
||||
|
|
Loading…
Add table
Reference in a new issue