mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:05:19 +02:00
37587c4a8a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7924 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
141 B
Plaintext
13 lines
141 B
Plaintext
if MIPS_ADM5120
|
|
|
|
menu "ADM5120 Implementation Options"
|
|
|
|
config PCI_ADM5120
|
|
bool "Enable PCI support"
|
|
select PCI
|
|
default y
|
|
|
|
endmenu
|
|
|
|
endif
|