With the patch.
On Mon, Feb 9, 2009 at 11:30 AM, Myles Watson <[email protected]> wrote: > Plugin support shouldn't be as visible as it is. > > This patch moves it to the device menu and makes it depend on expert. > > Signed-off-by: Myles Watson <[email protected]> > > Thanks, > Myles >
Index: device/Kconfig =================================================================== --- device/Kconfig (revision 1125) +++ device/Kconfig (working copy) @@ -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

