summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
blob: 1b73a370b4dcf62fc8e47861e8592640e95d959d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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