mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
445230cf78
SVN-Revision: 8159
17 lines
175 B
Plaintext
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
|