From 502c22bf1349a9e31b6e86d4d45e2d2d3e908678 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Mon, 9 Feb 2009 22:25:59 +0000 Subject: Move Plugin menu and make it depend on experimental. Signed-off-by: Myles Watson Acked-by: Peter Stuge git-svn-id: svn://coreboot.org/repository/coreboot-v3@1126 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- device/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/device/Kconfig b/device/Kconfig index 41faaa2e2c71..06c154e7145e 100644 --- a/device/Kconfig +++ b/device/Kconfig @@ -123,9 +123,8 @@ config INITIALIZE_ONBOARD_VGA_FIRST 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 @@ config CARDBUS_PLUGIN_SUPPORT endmenu +endmenu #Devices + menu "Power management" config SUSPEND_TO_RAM -- cgit v1.2.3