fixup! net, diet: Make TCP fastopen optional
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index aa301ce..19f3142 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -344,6 +344,7 @@
 
 config TCP_FASTOPEN
 	bool "Enable TCP fastopen"
+	select TCP_METRICS
 	default y
 
 config INET_AH