summaryrefslogtreecommitdiffstats
path: root/target/linux/danube/files/arch/mips/danube/Kconfig
blob: 135b640b403e09894c3fc096b141df45c854b5c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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

endmenu