aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorPattrick Hueper <phueper@hueper.net>2009-03-18 16:25:34 +0000
committerPattrick Hueper <phueper@hueper.net>2009-03-18 16:25:34 +0000
commit1233054fbed27e65aabf370a2a4d42a050f980ec (patch)
tree89352b11227a29098ebfc970d1d663c3d52df54d /src/config
parent5f7d506ae72034af4245c4eabbe6553b5ff68bb0 (diff)
add YABEL flag to options to decide wether access to devices other than the one yabel is running for is possible
Signed-off-by: Pattrick Hueper <phueper@hueper.net> Tested and Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4017 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb
index 4bc20c61dc..9a2101f35f 100644
--- a/src/config/Options.lb
+++ b/src/config/Options.lb
@@ -1093,6 +1093,13 @@ define CONFIG_YABEL_DEBUG_FLAGS
comment "YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h"
end
+define CONFIG_YABEL_PCI_ACCESS_OTHER_DEVICES
+ default 0
+ export used
+ comment "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."
+
+end
+
define CONFIG_PCI_OPTION_ROM_RUN_VM86
default 0
export used