Root/target/linux/ifxmips/files-2.6.30/arch/mips/ifxmips/Kconfig

1# copyright 2007 john crispin <blogic@openwrt.org>
2
3menu "IFXMips built-in"
4
5config MTD_IFXMIPS
6    bool "IFXMips flash map"
7    default y
8
9config IFXMIPS_GPIO_RST_BTN
10    bool "Reset Button"
11    default y
12
13choice
14    prompt "prom_printf ASC"
15    help
16      Choose which serial port is used, until the console driver is loaded
17
18config IFXMIPS_PROM_ASC0
19    bool "ASC0"
20
21config IFXMIPS_PROM_ASC1
22    bool "ASC1"
23
24endchoice
25
26
27endmenu
28
29

Archive Download this file



interactive