net: convert TFTP_TSIZE to proper Kconfig option
authorTero Kristo <kristo@kernel.org>
Wed, 12 May 2021 08:03:04 +0000 (11:03 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jun 2021 01:38:51 +0000 (21:38 -0400)
commit2509493cc1482b2b07ea6fd883960cd6bc068af5
tree2cb15b0d850dfe5c497e5aafc76a53db40371a94
parentda29243251651e631d916b3554ad1ee57134793b
net: convert TFTP_TSIZE to proper Kconfig option

TFTP transfer size can be used to re-size the TFTP progress bar on
single line based on the server reported file size. The support for
this has been around from 2019, but it was never converted to proper
Kconfig.

While adding this new Kconfig, enable it by default for OMAP2+ and K3
devices also.

Signed-off-by: Tero Kristo <kristo@kernel.org>
64 files changed:
configs/apalis-imx8_defconfig
configs/apalis-imx8x_defconfig
configs/apalis-tk1_defconfig
configs/apalis_t30_defconfig
configs/bayleybay_defconfig
configs/cherryhill_defconfig
configs/chromebook_coral_defconfig
configs/chromebook_link64_defconfig
configs/chromebook_link_defconfig
configs/chromebook_samus_defconfig
configs/chromebox_panther_defconfig
configs/colibri-imx6ull_defconfig
configs/colibri-imx8x_defconfig
configs/colibri_t20_defconfig
configs/colibri_t30_defconfig
configs/conga-qeval20-qa3-e3845-internal-uart_defconfig
configs/conga-qeval20-qa3-e3845_defconfig
configs/coreboot64_defconfig
configs/coreboot_defconfig
configs/cougarcanyon2_defconfig
configs/crownbay_defconfig
configs/dfi-bt700-q7x-151_defconfig
configs/efi-x86_payload32_defconfig
configs/efi-x86_payload64_defconfig
configs/galileo_defconfig
configs/gurnard_defconfig
configs/minnowmax_defconfig
configs/octeontx2_95xx_defconfig
configs/octeontx2_96xx_defconfig
configs/octeontx_81xx_defconfig
configs/octeontx_83xx_defconfig
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig
configs/rpi_0_w_defconfig
configs/rpi_2_defconfig
configs/rpi_3_32b_defconfig
configs/rpi_3_b_plus_defconfig
configs/rpi_3_defconfig
configs/rpi_4_32b_defconfig
configs/rpi_4_defconfig
configs/rpi_arm64_defconfig
configs/rpi_defconfig
configs/slimbootloader_defconfig
configs/snapper9260_defconfig
configs/snapper9g20_defconfig
configs/som-db5800-som-6867_defconfig
configs/theadorable-x86-conga-qa3-e3845-pcie-x4_defconfig
configs/theadorable-x86-conga-qa3-e3845_defconfig
configs/theadorable-x86-dfi-bt700_defconfig
include/configs/apalis-imx8.h
include/configs/apalis-imx8x.h
include/configs/apalis-tk1.h
include/configs/apalis_t30.h
include/configs/colibri-imx6ull.h
include/configs/colibri-imx8x.h
include/configs/colibri_t20.h
include/configs/colibri_t30.h
include/configs/octeontx2_common.h
include/configs/octeontx_common.h
include/configs/rpi.h
include/configs/snapper9260.h
include/configs/snapper9g45.h
include/configs/x86-common.h
net/Kconfig