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
This commit is contained in:
parent
5f7d506ae7
commit
1233054fbe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue