1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

make the serial poirt used by prom.c configurable for ifxmips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2008-06-28 22:01:37 +00:00
parent 9cfdd6b07a
commit 9309132bb9
3 changed files with 24 additions and 2 deletions

View File

@@ -18,5 +18,19 @@ config IFXMIPS_MEI
bool "IFXMips mei"
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