diff options
-rw-r--r-- | src/device/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
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 |