summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--device/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/device/Kconfig b/device/Kconfig
index ac37cdc112f6..2fa99276de35 100644
--- a/device/Kconfig
+++ b/device/Kconfig
@@ -111,6 +111,14 @@ menu "Advanced YABEL Settings"
help
Set YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h
+ config YABEL_PCI_ACCESS_OTHER_DEVICES
+ bool "Allow PCI Config Access to other devices"
+ default n
+ help
+ Allow Option ROMs executed by YABEL to access the config
+ space of devices other than the one YABEL is running for.
+ This may be needed by some onboard Graphics cards ROMs.
+
endmenu
# TODO: This should probably become a CMOS option.