move files, rename defines for ifxmips
[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 IFXMIPS_ASC_UART
6         bool "IFXMips asc uart"
7         select SERIAL_CORE
8         select SERIAL_CORE_CONSOLE
9         default y
10
11 config MTD_IFXMIPS
12         bool "IFXMips flash map"
13         default y
14
15 config IFXMIPS_WDT
16         bool "IFXMips watchdog"
17         default y
18
19 config IFXMIPS_LED
20         bool "IFXMips led"
21         default y
22
23 config IFXMIPS_SSC
24         bool "IFXMips ssc"
25         default y
26
27 config IFXMIPS_EEPROM
28         bool "IFXMips eeprom"
29         default y
30
31 config IFXMIPS_MEI
32         bool "IFXMips mei"
33         default y
34
35 endmenu
36