1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 11:40:22 +03:00
openwrt-xburst/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
juhosg 87f5e12cd0 [adm5120] uses AMBA PL010 driver for the serial ports from now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8159 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-07-25 14:47:16 +00:00

17 lines
175 B
Plaintext

if MIPS_ADM5120
menu "ADM5120 Implementation Options"
config PCI_ADM5120
bool "Enable PCI support"
select PCI
default y
endmenu
config ARM_AMBA
bool
default y
endif