[Feature][T108][bug-view-1989] add ext4 file write async for ota files P2
Change-Id: Ifde9601d9963aba991475e2c27f3ee1902ac8a25
diff --git a/package/kernel/opt-cmd-36/files/Kconfig b/package/kernel/opt-cmd-36/files/Kconfig
new file mode 100755
index 0000000..4ea775f
--- /dev/null
+++ b/package/kernel/opt-cmd-36/files/Kconfig
@@ -0,0 +1,20 @@
+
+config MRVL_FASTPATH
+ tristate "Marvell Fastpath"
+ default m
+ depends on NF_CT_NETLINK && NF_CONNTRACK_FASTPATH
+ select NETIF_RX_FASTPATH_HOOK
+ help
+ Enable marvell fastpath in the application processor
+
+if !NF_CT_NETLINK || !NF_CONNTRACK_FASTPATH
+
+comment "Fastpath support disabled"
+
+comment "NF_CT_NETLINK disabled"
+ depends on !NF_CT_NETLINK
+
+comment "NF_CONNTRACK_FASTPATH disabled"
+ depends on !NF_CONNTRACK_FASTPATH
+
+endif