blob: 1c5ad72ca5d283b09eec31dd20afbcd001216b20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# copyright 2007 john crispin <blogic@openwrt.org>
menu "Danube built-in"
config DANUBE_ASC_UART
bool "Danube asc uart"
select SERIAL_CORE
select SERIAL_CORE_CONSOLE
default y
config MTD_DANUBE
bool "Danube flash map"
default y
config DANUBE_WDT
bool "Danube watchdog"
default y
config DANUBE_LED
bool "Danube led"
default y
config DANUBE_GPIO
bool "Danube gpio"
default y
config DANUBE_SSC
bool "Danube ssc"
default y
config DANUBE_EEPROM
bool "Danube eeprom"
default y
endmenu
|