summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLakshit Tyagi <ltyagi@codeaurora.org>2019-09-20 15:50:55 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-10-30 23:20:13 -0700
commit09f2bd7cdb5e0715771c7ca28cb2ed46d50cdfea (patch)
treec0c69425abc02fe99bee50ecd7102e99177785ce /drivers
parent900154a488256e6ee227b7ae49d9b0d10abc384d (diff)
downloaddata-kernel-09f2bd7cdb5e0715771c7ca28cb2ed46d50cdfea.tar.gz
data-kernel: EMAC: Disable IPA for sa8155 auto
IPA offload was getting enabled in Sa8155 for early ethernet. Disabling it while checking the correct config Change-Id: I4d165aea9dcbf6115218f21f99ff0968664aa2f7 Signed-off-by: Lakshit Tyagi <ltyagi@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/emac-dwc-eqos/Makefile.builtin2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/emac-dwc-eqos/Makefile.builtin b/drivers/emac-dwc-eqos/Makefile.builtin
index 520cb8d..f6a5573 100644
--- a/drivers/emac-dwc-eqos/Makefile.builtin
+++ b/drivers/emac-dwc-eqos/Makefile.builtin
@@ -13,7 +13,7 @@ EXTRA_CFLAGS+=-DCONFIG_PTPSUPPORT_OBJ
obj-$(CONFIG_EMAC_DWC_EQOS) += DWC_ETH_QOS_ptp.o
endif
-ifeq ($(CONFIG_IPA3), y)
+ifeq ($(CONFIG_IPA_OFFLOAD), y)
KBUILD_CFLAGS += -DDWC_ETH_QOS_ENABLE_IPA
obj-$(CONFIG_EMAC_DWC_EQOS) += DWC_ETH_QOS_ipa.o
endif