d4e96af32e2a8731edc761b0506eb87aef211d9e
[10.03/openwrt.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_SSC
10         bool "IFXMips ssc"
11         default y
12
13 config IFXMIPS_EEPROM
14         bool "IFXMips eeprom"
15         default y
16
17 config IFXMIPS_MEI
18         bool "IFXMips mei"
19         default y
20
21 choice
22         prompt "prom_printf ASC"
23         help
24           Choose which serial port is used, until the console driver is loaded
25
26 config IFXMIPS_PROM_ASC0
27         bool "ASC0"
28
29 config IFXMIPS_PROM_ASC1
30         bool "ASC1"
31
32 endchoice
33
34
35 endmenu
36