ifxmips should build uboot by default
[openwrt/svn-archive/archive.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 endmenu
22