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 <[email protected]>
Acked-by: Peter Stuge <[email protected]>


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


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

Reply via email to