1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-10 17:50:14 +02:00
openwrt-xburst/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
juhosg 6b9dfc5e20 [adm5120] make overriding of CPU features configurable, and enable it by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-26 13:09:11 +00:00

21 lines
253 B
Plaintext

if MIPS_ADM5120
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
endmenu
config ARM_AMBA
bool
default y
endif