From b618b3707633d4e345104b345c382b5e3bfcbe52 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 11 Jun 2019 04:51:15 +0200 Subject: net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs, headers and whitelist. Signed-off-by: Marek Vasut Cc: Christian Gmeiner Cc: Joe Hershberger --- net/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'net/Kconfig') diff --git a/net/Kconfig b/net/Kconfig index 1a6fda9ebc..68cecf75a2 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 -- cgit v1.2.3