projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[adm5120] make overriding of CPU features configurable, and enable it by default
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
arch
/
mips
/
adm5120
/
Kconfig
1
if MIPS_ADM5120
2
3
menu "ADM5120 Implementation Options"
4
5
config ADM5120_CPU_OVERRIDES
6
bool "Enable CPU feature overrides"
7
default y
8
9
config PCI_ADM5120
10
bool "Enable PCI support"
11
select PCI
12
default y
13
14
endmenu
15
16
config ARM_AMBA
17
bool
18
default y
19
20
endif
This page took
0.0484 seconds
and
5
git commands to generate.