summaryrefslogtreecommitdiffstats
path: root/target/linux/ifxmips/files/arch/mips/ifxmips/Kconfig
blob: 621020f83f10b4f294f623cb8c616a52fdb497c1 (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
37
38
39
40
# copyright 2007 john crispin <blogic@openwrt.org>

menu "IFXMips built-in"

config MTD_IFXMIPS
	bool "IFXMips flash map"
	default y

config IFXMIPS_SSC
	bool "IFXMips ssc"
	default y

config IFXMIPS_EEPROM
	bool "IFXMips eeprom"
	default y

config IFXMIPS_MEI
	bool "IFXMips mei"
	default y

config IFXMIPS_GPIO_RST_BTN
	bool "Reset Button"
	default y

choice
	prompt "prom_printf ASC"
	help
	  Choose which serial port is used, until the console driver is loaded

config IFXMIPS_PROM_ASC0
	bool "ASC0"

config IFXMIPS_PROM_ASC1
	bool "ASC1"

endchoice


endmenu