549ffe2bb01fb36bf748f9101eb7b799a19dfb39
[openwrt/svn-archive/archive.git] / target / linux / ifxmips / files-2.6.30 / 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