summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/configs/asf_delta_defconfig1
-rw-r--r--drivers/net/Kconfig3
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/asf_delta_defconfig b/arch/powerpc/configs/asf_delta_defconfig
new file mode 100644
index 0000000..51035e56
--- /dev/null
+++ b/arch/powerpc/configs/asf_delta_defconfig
@@ -0,0 +1 @@
+CONFIG_AS_FASTPATH=y
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a91e552..1fc4070 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -25,7 +25,7 @@ menuconfig NETDEVICES
# that for each of the symbols.
if NETDEVICES
config AS_FASTPATH
- default y
+ default n
bool "Application Specific FastPath"
select NAMESPACES
select NET_NS
@@ -53,7 +53,6 @@ config AS_FASTPATH
select INET_AH
select PPP
select PPPOE
- select FSL_DPAA_ETH_OPTIMIZE_FOR_IPFWD
---help---
Enables application specific fastpath n/w stack that
accelerates the throughput for forwarding, firewall, NAT and IPsec