mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
6d5ce3ce25
SVN-Revision: 7708
17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
if MIPS_ADM5120
|
|
|
|
menu "ADM5120 Implementation Options"
|
|
|
|
config PCI_ADM5120
|
|
bool "Enable PCI support"
|
|
select PCI
|
|
default y
|
|
|
|
config ADM5120_HARDWARE_SWAB
|
|
bool "Enable hardware accelerated byte-swapping"
|
|
default y
|
|
|
|
endmenu
|
|
|
|
endif
|