From 6258e1e82622a5642e073e4df07a6e3ad31b46b5 Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Wed, 18 Mar 2009 16:26:56 +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://coreboot.org/repository/coreboot-v3@1154 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- device/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit v1.2.3