add mei to ifxmips's makefiles
[openwrt/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 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_GPIO
24 bool "IFXMips gpio"
25 default y
26
27 config IFXMIPS_SSC
28 bool "IFXMips ssc"
29 default y
30
31 config IFXMIPS_EEPROM
32 bool "IFXMips eeprom"
33 default y
34
35 config IFXMIPS_MEI
36 bool "IFXMips mei"
37 default y
38
39 endmenu
40