Author: phueper
Date: 2009-03-18 17:26:56 +0100 (Wed, 18 Mar 2009)
New Revision: 1154

Modified:
   coreboot-v3/device/Kconfig
Log:
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 <[email protected]>
Tested and Acked-by: Joseph Smith <[email protected]>

Modified: coreboot-v3/device/Kconfig
===================================================================
--- coreboot-v3/device/Kconfig  2009-03-18 14:58:03 UTC (rev 1153)
+++ coreboot-v3/device/Kconfig  2009-03-18 16:26:56 UTC (rev 1154)
@@ -111,6 +111,14 @@
                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.


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to