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://coreboot.org/repository/coreboot-v3@1154 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Pattrick Hueper 2009-03-18 16:26:56 +00:00
parent 2a7dcbc865
commit 6258e1e826

View file

@ -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.