diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:51 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:35 -0500 |
commit | d3877fba3172486245f02f1b027f3069de891ca7 (patch) | |
tree | 01be8773947a64fdcdf4035c62c9cb6677b470d1 /net | |
parent | d6b318de2f0670b13240c7147e60497aef5f1164 (diff) | |
download | u-boot-d3877fba3172486245f02f1b027f3069de891ca7.tar.gz |
Convert CONFIG_BOOTP_SERVERIP to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTP_SERVERIP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig index e5b5837515..2ae9d6a020 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -116,4 +116,11 @@ config UDP_CHECKSUM is wrong then the packet is discussed and an error is shown, like "UDP wrong checksum 29374a23 30ff3826" +config BOOTP_SERVERIP + bool "Use the 'serverip' env var for tftp, not bootp" + help + Enable this if the TFTP server will be the 'serverip' environment + variable, not the BOOTP server. This affects the operation of both + bootp and tftp. + endif # if NET |