diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2019-06-11 04:51:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-14 16:03:56 -0400 |
commit | 3f6bcdf6a5b315e99b878212219a99e8df177112 (patch) | |
tree | 6f477b61ddf60ee7f579418af752b379f2222ce8 /net/Kconfig | |
parent | 0dfe442e87199dec94febf6169da487d89f4f19a (diff) |
net: Convert CONFIG_IP_DEFRAG to Kconfig
Convert CONFIG_IP_DEFRAG to Kconfig, update defconfigs, headers
and whitelist. This patch is a follow-up on a patch by Christian
Gmeiner with the added config/header/whitelist updates.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Reported-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index f2363e52567..1a6fda9ebcf 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -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 |