1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-21 09:31:06 +02:00

17 lines
232 B
Plaintext
Raw Normal View History

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