aboutsummaryrefslogtreecommitdiff
path: root/configs/chromebook_coral_defconfig
diff options
context:
space:
mode:
authorTero Kristo2021-05-12 11:03:04 +0300
committerTom Rini2021-06-08 21:38:51 -0400
commit2509493cc1482b2b07ea6fd883960cd6bc068af5 (patch)
tree2cb15b0d850dfe5c497e5aafc76a53db40371a94 /configs/chromebook_coral_defconfig
parentda29243251651e631d916b3554ad1ee57134793b (diff)
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>
Diffstat (limited to 'configs/chromebook_coral_defconfig')
-rw-r--r--configs/chromebook_coral_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig
index e43f8783c5d..d785c9ba1a5 100644
--- a/configs/chromebook_coral_defconfig
+++ b/configs/chromebook_coral_defconfig
@@ -73,6 +73,7 @@ CONFIG_EFI_PARTITION=y
# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_OF_SPL_REMOVE_PROPS="clocks clock-names interrupt-parent interrupts linux-name acpi,name acpi,path u-boot,acpi-dsdt-order u-boot,acpi-ssdt-order"
CONFIG_ENV_OVERWRITE=y
+CONFIG_TFTP_TSIZE=y
CONFIG_REGMAP=y
CONFIG_SYSCON=y
CONFIG_SPL_OF_TRANSLATE=y