ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/net/switchdev/Kconfig b/marvell/linux/net/switchdev/Kconfig
new file mode 100644
index 0000000..50f21a6
--- /dev/null
+++ b/marvell/linux/net/switchdev/Kconfig
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Configuration for Switch device support
+#
+
+config NET_SWITCHDEV
+	bool "Switch (and switch-ish) device support"
+	depends on INET
+	---help---
+	  This module provides glue between core networking code and device
+	  drivers in order to support hardware switch chips in very generic
+	  meaning of the word "switch". This include devices supporting L2/L3 but
+	  also various flow offloading chips, including switches embedded into
+	  SR-IOV NICs.