From 49d99fcebc7c3860def51812c2f723ad3e8a4ea3 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 20 May 2017 17:56:02 +0200 Subject: device/Kconfig: Clarify ON_DEVICE_ROM_LOAD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's only used for VGA ROMs. Change-Id: I898765f79cbf5ccce871a3598b56eda83e5efaca Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/19805 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph Reviewed-by: Philippe Mathieu-Daudé --- src/device/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/device') diff --git a/src/device/Kconfig b/src/device/Kconfig index cf70a980c5..04d8d817b2 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 -- cgit v1.2.3