CHROMIUM: config: turn on inet diag and inet diag destroy

Turn on CONFIG_INET_DIAG and CONFIG_INET_DIAG_DESTROY required by
Android to nuke connections.

BUG=706213
TEST=Wrote and ran a test program to nuke all connections on user
specified IP using SOCK_DESTROY. Verified all connections were nuked.
CQ-DEPEND=CL:468397, CL:468408

Change-Id: I9dd9bc558c607794e1e143abeba166c0bf010d74
Signed-off-by: Abhishek Bhardwaj <abhishekbh@google.com>
Reviewed-on: https://chromium-review.googlesource.com/451818
Reviewed-by: Dylan Reid <dgreid@chromium.org>
(cherry picked from commit 84712ab35e12dd4c9947bf7ff48ae6c9d417bfde)
Reviewed-on: https://chromium-review.googlesource.com/468398
diff --git a/chromeos/config/base.config b/chromeos/config/base.config
index c64f00e..5d96dbb 100644
--- a/chromeos/config/base.config
+++ b/chromeos/config/base.config
@@ -895,11 +895,14 @@
 CONFIG_INET6_XFRM_MODE_TUNNEL=m
 # CONFIG_INET6_XFRM_TUNNEL is not set
 CONFIG_INET_AH=m
-# CONFIG_INET_DIAG is not set
+CONFIG_INET_DIAG=y
+CONFIG_INET_DIAG_DESTROY=y
 CONFIG_INET_ESP=m
 CONFIG_INET_IPCOMP=m
 CONFIG_INET_LRO=y
+CONFIG_INET_TCP_DIAG=y
 CONFIG_INET_TUNNEL=m
+CONFIG_INET_UDP_DIAG=y
 CONFIG_INET_XFRM_MODE_BEET=m
 CONFIG_INET_XFRM_MODE_TRANSPORT=m
 CONFIG_INET_XFRM_MODE_TUNNEL=m