From 1233054fbed27e65aabf370a2a4d42a050f980ec Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Wed, 18 Mar 2009 16:25:34 +0000 Subject: 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 Tested and Acked-by: Joseph Smith git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4017 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/config') 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 -- cgit v1.2.3