projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
danube to ifxmips transition
[openwrt.git]
/
target
/
linux
/
ifxmips
/
files
/
arch
/
mips
/
danube
/
Kconfig
1
# copyright 2007 john crispin <blogic@openwrt.org>
2
3
menu "IFXMips built-in"
4
5
config IFXMIPS_ASC_UART
6
bool "IFXMips asc uart"
7
select SERIAL_CORE
8
select SERIAL_CORE_CONSOLE
9
default y
10
11
config MTD_IFXMIPS
12
bool "IFXMips flash map"
13
default y
14
15
config IFXMIPS_WDT
16
bool "IFXMips watchdog"
17
default y
18
19
config IFXMIPS_LED
20
bool "IFXMips led"
21
default y
22
23
config IFXMIPS_GPIO
24
bool "IFXMips gpio"
25
default y
26
27
config IFXMIPS_SSC
28
bool "IFXMips ssc"
29
default y
30
31
config IFXMIPS_EEPROM
32
bool "IFXMips eeprom"
33
default y
34
35
endmenu
36
This page took
0.036393 seconds
and
5
git commands to generate.