summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTejaswi Tanikella <tejaswit@codeaurora.org>2018-05-22 12:59:28 +0530
committerTejaswi Tanikella <tejaswit@codeaurora.org>2018-05-22 14:09:32 +0530
commit1e52f94bdb92e70de44af8e8e200fc834a6f7afa (patch)
tree87b9d9da41b48c4f9f7a7d03d5cb0307293ff5d9 /arch
parent3d8551da605ea8bbdb5ffcc838409db04124ed2b (diff)
defconfig: msmcortex: Enable INET_UDP_DIAG
Enable config to enable UDP stats collection by ss tool. "ss -uneiopan" should work now. Change-Id: If74647d5027f509c7f4f5878aae8e051ed15c979 Signed-off-by: Tejaswi Tanikella <tejaswit@codeaurora.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/configs/msmcortex-perf_defconfig1
-rw-r--r--arch/arm64/configs/msmcortex_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/msmcortex-perf_defconfig b/arch/arm64/configs/msmcortex-perf_defconfig
index 61e1e347532d..45841cdafc3e 100644
--- a/arch/arm64/configs/msmcortex-perf_defconfig
+++ b/arch/arm64/configs/msmcortex-perf_defconfig
@@ -104,6 +104,7 @@ CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
# CONFIG_INET_LRO is not set
+CONFIG_INET_UDP_DIAG=y
CONFIG_INET_DIAG_DESTROY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
diff --git a/arch/arm64/configs/msmcortex_defconfig b/arch/arm64/configs/msmcortex_defconfig
index 54d4c7e87ccc..bd5435729d88 100644
--- a/arch/arm64/configs/msmcortex_defconfig
+++ b/arch/arm64/configs/msmcortex_defconfig
@@ -103,6 +103,7 @@ CONFIG_IP_PNP_DHCP=y
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
+CONFIG_INET_UDP_DIAG=y
CONFIG_INET_DIAG_DESTROY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y