projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow the kernel to provide own series files for specific subdirs
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
arch
/
mips
/
adm5120
/
Kconfig
diff --git
a/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
b/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
index
1b73a37
..
7738d81
100644
(file)
--- a/
target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
+++ b/
target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
@@
-2,15
+2,19
@@
if MIPS_ADM5120
menu "ADM5120 Implementation Options"
menu "ADM5120 Implementation Options"
+config ADM5120_CPU_OVERRIDES
+ bool "Enable CPU feature overrides"
+ default y
+
config PCI_ADM5120
bool "Enable PCI support"
select PCI
default y
config PCI_ADM5120
bool "Enable PCI support"
select PCI
default y
-config ADM5120_HARDWARE_SWAB
- bool "Enable hardware accelerated byte-swapping"
- default y
-
endmenu
endmenu
+config ARM_AMBA
+ bool
+ default y
+
endif
endif
This page took
0.019281 seconds
and
4
git commands to generate.