03b53b8e441a41273c685c776985b1586e8c8f29
[openwrt/openwrt.git] / target / linux / ifxmips / files / arch / mips / danube / Kconfig
1 # copyright 2007 john crispin <blogic@openwrt.org>
2
3 menu "Danube built-in"
4
5 config IFXMIPS_ASC_UART
6 bool "Danube asc uart"
7 select SERIAL_CORE
8 select SERIAL_CORE_CONSOLE
9 default y
10
11 config MTD_IFXMIPS
12 bool "Danube flash map"
13 default y
14
15 config IFXMIPS_WDT
16 bool "Danube watchdog"
17 default y
18
19 config IFXMIPS_LED
20 bool "Danube led"
21 default y
22
23 config IFXMIPS_GPIO
24 bool "Danube gpio"
25 default y
26
27 config IFXMIPS_SSC
28 bool "Danube ssc"
29 default y
30
31 config IFXMIPS_EEPROM
32 bool "Danube eeprom"
33 default y
34
35 endmenu
36