b4d0b6cbb3
SVN-Revision: 20789
29 lines
406 B
Plaintext
29 lines
406 B
Plaintext
# copyright 2007 john crispin <blogic@openwrt.org>
|
|
|
|
menu "IFXMips built-in"
|
|
|
|
config MTD_IFXMIPS
|
|
bool "IFXMips flash map"
|
|
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
|
|
|