diff options
| author | Marek Vasut <[email protected]> | 2019-06-11 04:51:15 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-06-14 16:10:36 -0400 |
| commit | b618b3707633d4e345104b345c382b5e3bfcbe52 (patch) | |
| tree | d7bd7b4968fbe501599ce9144d05a5c206eb58f2 /net | |
| parent | 3f6bcdf6a5b315e99b878212219a99e8df177112 (diff) | |
net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig
Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs,
headers and whitelist.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Christian Gmeiner <[email protected]>
Cc: Joe Hershberger <[email protected]>
Diffstat (limited to 'net')
| -rw-r--r-- | net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index 1a6fda9ebcf..68cecf75a2c 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -29,4 +29,10 @@ config IP_DEFRAG Selecting this will enable IP datagram reassembly according to the algorithm in RFC815. +config TFTP_BLOCKSIZE + int "TFTP block size" + default 512 + help + Default TFTP block size. + endif # if NET |
