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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user