[coreboot] r1126 - coreboot-v3/device

svn at coreboot.org svn at coreboot.org
Mon Feb 9 23:26:00 CET 2009


Author: myles
Date: 2009-02-09 23:25:59 +0100 (Mon, 09 Feb 2009)
New Revision: 1126

Modified:
   coreboot-v3/device/Kconfig
Log:
Move Plugin menu and make it depend on experimental.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: coreboot-v3/device/Kconfig
===================================================================
--- coreboot-v3/device/Kconfig	2009-02-09 16:10:58 UTC (rev 1125)
+++ coreboot-v3/device/Kconfig	2009-02-09 22:25:59 UTC (rev 1126)
@@ -123,9 +123,8 @@
 	  Initialize onboard VGA chips before any plugin VGA cards
 	  are initialized.
 
-endmenu
-
 menu "Plugin Support"
+depends EXPERT
 
 config PCIX_PLUGIN_SUPPORT
 	bool "Support for devices that provide PCI-X and aren't in the dts."
@@ -164,6 +163,8 @@
 
 endmenu
 
+endmenu #Devices
+
 menu "Power management"
 
 config SUSPEND_TO_RAM





More information about the coreboot mailing list