[backfire] merge r27449
[openwrt-10.03/.git] / target / linux / ifxmips / files / arch / mips / ifxmips / Kconfig
index 3e68f7f9b976392a352f85991afe9d34dd35ab4f..549ffe2bb01fb36bf748f9101eb7b799a19dfb39 100644 (file)
@@ -6,17 +6,23 @@ config MTD_IFXMIPS
        bool "IFXMips flash map"
        default y
 
-config IFXMIPS_SSC
-       bool "IFXMips ssc"
+config IFXMIPS_GPIO_RST_BTN
+       bool "Reset Button"
        default y
 
-config IFXMIPS_EEPROM
-       bool "IFXMips eeprom"
-       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
 
-config IFXMIPS_MEI
-       bool "IFXMips mei"
-       default y
 
 endmenu