summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2009-02-09 22:25:59 +0000
committerMyles Watson <mylesgw@gmail.com>2009-02-09 22:25:59 +0000
commit502c22bf1349a9e31b6e86d4d45e2d2d3e908678 (patch)
tree0060f83587754f4e1e70cf341609fd05151891cb
parentd7048f10ca3629bb19a8bacca29afc2854232c88 (diff)
downloadcoreboot-502c22bf1349a9e31b6e86d4d45e2d2d3e908678.tar.gz
coreboot-502c22bf1349a9e31b6e86d4d45e2d2d3e908678.tar.bz2
coreboot-502c22bf1349a9e31b6e86d4d45e2d2d3e908678.zip
Move Plugin menu and make it depend on experimental.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1126 f3766cd6-281f-0410-b1cd-43a5c92072e9
-rw-r--r--device/Kconfig5
1 files 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