diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 51 |
1 files changed, 36 insertions, 15 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 92104a0451..13a531b478 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -576,6 +576,42 @@ define AUTOBOOT_CMDLINE comment "Default command line when autobooting" end +define USE_WATCHDOG_ON_BOOT + default 0 + export always + comment "Use the watchdog on booting" +end + +############################################### +# Plugin Device support options +############################################### + +define CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT + default 1 + export always + comment "Enable support for plugin Hypertransport busses" +end +define CONFIG_AGP_PLUGIN_SUPPORT + default 1 + export always + comment "Enable support for plugin AGP busses" +end +define CONFIG_CARDBUS_PLUGIN_SUPPORT + default 1 + export always + comment "Enable support cardbus plugin cards" +end +define CONFIG_PCIX_PLUGIN_SUPPORT + default 1 + export always + comment "Enable support for plugin PCI-X busses" +end +define CONFIG_PCIEXP_PLUGIN_SUPPORT + default 1 + export always + comment "Enable support for plugin PCI-E busses" +end + ############################################### # IRQ options ############################################### @@ -709,21 +745,6 @@ define HAVE_HARD_RESET export used comment "Have hard reset" end -define HARD_RESET_BUS - default 1 - export always - comment "Bus number of southbridge device doing reset" -end -define HARD_RESET_DEVICE - default 5 - export always - comment "Device number of southbridge device doing reset" -end -define HARD_RESET_FUNCTION - default 0 - export always - comment "Function number of southbridge device doing reset" -end define MEMORY_HOLE default none export used |