move danube folder to ifxmips, to allow future integration of the other chips
[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 DANUBE_ASC_UART
6 bool "Danube asc uart"
7 select SERIAL_CORE
8 select SERIAL_CORE_CONSOLE
9 default y
10
11 config MTD_DANUBE
12 bool "Danube flash map"
13 default y
14
15 config DANUBE_WDT
16 bool "Danube watchdog"
17 default y
18
19 config DANUBE_LED
20 bool "Danube led"
21 default y
22
23 config DANUBE_GPIO
24 bool "Danube gpio"
25 default y
26
27 config DANUBE_SSC
28 bool "Danube ssc"
29 default y
30
31 config DANUBE_EEPROM
32 bool "Danube eeprom"
33 default y
34
35 endmenu
36