net: Convert CONFIG_IP_DEFRAG to Kconfig
[project/bcm63xx/u-boot.git] / net / Kconfig
index f2363e525678aded4e28e23e58e6e77bde4e7c93..1a6fda9ebcf8423bb950aa9da2f6d67d31b77ed6 100644 (file)
@@ -22,4 +22,11 @@ config NETCONSOLE
          Support the 'nc' input/output device for networked console.
          See README.NetConsole for details.
 
+config IP_DEFRAG
+       bool "Support IP datagram reassembly"
+       default n
+       help
+         Selecting this will enable IP datagram reassembly according
+         to the algorithm in RFC815.
+
 endif   # if NET