mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-15 00:08:26 +02:00
b6fb9a7180
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11607 3c298f89-4303-0410-b956-a3cf2f4a3e73
41 lines
565 B
Plaintext
41 lines
565 B
Plaintext
# copyright 2007 john crispin <blogic@openwrt.org>
|
|
|
|
menu "IFXMips built-in"
|
|
|
|
config MTD_IFXMIPS
|
|
bool "IFXMips flash map"
|
|
default y
|
|
|
|
config IFXMIPS_SSC
|
|
bool "IFXMips ssc"
|
|
default y
|
|
|
|
config IFXMIPS_EEPROM
|
|
bool "IFXMips eeprom"
|
|
default y
|
|
|
|
config IFXMIPS_MEI
|
|
bool "IFXMips mei"
|
|
default y
|
|
|
|
config IFXMIPS_GPIO_RST_BTN
|
|
bool "Reset Button"
|
|
default y
|
|
|
|
choice
|
|
prompt "prom_printf ASC"
|
|
help
|
|
Choose which serial port is used, until the console driver is loaded
|
|
|
|
config IFXMIPS_PROM_ASC0
|
|
bool "ASC0"
|
|
|
|
config IFXMIPS_PROM_ASC1
|
|
bool "ASC1"
|
|
|
|
endchoice
|
|
|
|
|
|
endmenu
|
|
|