make the serial poirt used by prom.c configurable for ifxmips
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files / arch / mips / ifxmips / Kconfig
index 3e68f7f9b976392a352f85991afe9d34dd35ab4f..d4e96af32e2a8731edc761b0506eb87aef211d9e 100644 (file)
@@ -18,5 +18,19 @@ config IFXMIPS_MEI
        bool "IFXMips mei"
        default y
 
        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
 
 endmenu