mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
This commit is contained in:
parent
d7048f10ca
commit
502c22bf13
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue