mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 17:20:59 +00:00
56231056ea
SVN-Revision: 8653
21 lines
253 B
Plaintext
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
|