zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/os/linux/linux-3.4.x/net/dsa/Kconfig b/ap/os/linux/linux-3.4.x/net/dsa/Kconfig
new file mode 100644
index 0000000..274791c
--- /dev/null
+++ b/ap/os/linux/linux-3.4.x/net/dsa/Kconfig
@@ -0,0 +1,26 @@
+config NET_DSA
+ tristate "Distributed Switch Architecture support"
+ default n
+ depends on EXPERIMENTAL && NETDEVICES && !S390
+ select PHYLIB
+ ---help---
+ This allows you to use hardware switch chips that use
+ the Distributed Switch Architecture.
+
+
+if NET_DSA
+
+# tagging formats
+config NET_DSA_TAG_DSA
+ bool
+ default n
+
+config NET_DSA_TAG_EDSA
+ bool
+ default n
+
+config NET_DSA_TAG_TRAILER
+ bool
+ default n
+
+endif