summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kbuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/Kbuild b/Kbuild
index 36c5673575d9..d2474d828a14 100644
--- a/Kbuild
+++ b/Kbuild
@@ -168,12 +168,10 @@ ifneq ($(CONFIG_ROME_IF),sdio)
endif
# Flag to enable LRO (Large Receive Offload)
- ifeq ($(CONFIG_CNSS_EOS), y)
- ifeq ($(CONFIG_INET_LRO), y)
- CONFIG_WLAN_LRO := y
- else
- CONFIG_WLAN_LRO := n
- endif
+ ifeq ($(CONFIG_INET_LRO), y)
+ CONFIG_WLAN_LRO := y
+ else
+ CONFIG_WLAN_LRO := n
endif
endif