[adm5120] add initial support for hardware accelerated byte swapping
[openwrt/svn-archive/archive.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / Kconfig
diff --git a/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig b/target/linux/adm5120-2.6/files/arch/mips/adm5120/Kconfig
new file mode 100644 (file)
index 0000000..1b73a37
--- /dev/null
@@ -0,0 +1,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