aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/danube/Kconfig
blob: 3d8277ec317510fd17aef0e536e47abc47df0ff7 (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 "IFXMips built-in"

config IFXMIPS_ASC_UART
	bool "IFXMips asc uart"
	select SERIAL_CORE
	select SERIAL_CORE_CONSOLE
	default y

config MTD_IFXMIPS
	bool "IFXMips flash map"
	default y

config IFXMIPS_WDT
	bool "IFXMips watchdog"
	default y

config IFXMIPS_LED
	bool "IFXMips led"
	default y

config IFXMIPS_GPIO
	bool "IFXMips gpio"
	default y

config IFXMIPS_SSC
	bool "IFXMips ssc"
	default y

config IFXMIPS_EEPROM
	bool "IFXMips eeprom"
	default y

endmenu