[backfire] merge r27449
[openwrt-10.03/.git] / target / linux / ifxmips / files / arch / mips / ifxmips / Kconfig
1 # copyright 2007 john crispin <blogic@openwrt.org>
2
3 menu "IFXMips built-in"
4
5 config MTD_IFXMIPS
6         bool "IFXMips flash map"
7         default y
8
9 config IFXMIPS_GPIO_RST_BTN
10         bool "Reset Button"
11         default y
12
13 choice
14         prompt "prom_printf ASC"
15         help
16           Choose which serial port is used, until the console driver is loaded
17
18 config IFXMIPS_PROM_ASC0
19         bool "ASC0"
20
21 config IFXMIPS_PROM_ASC1
22         bool "ASC1"
23
24 endchoice
25
26
27 endmenu
28