From: Joe Hershberger Date: Fri, 13 Apr 2018 20:26:36 +0000 (-0500) Subject: net: Improve BOOTP PXE config option X-Git-Tag: v2018.05-rc2~10^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b9f486bf58b52fc6b2c53245c6a3a509b48524f;p=platform%2Fkernel%2Fu-boot.git net: Improve BOOTP PXE config option Improve the documentation and correct the listed dependencies. Signed-off-by: Joe Hershberger Reviewed-by: Duncan Hare --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 43efe7d..0d077bd 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1082,12 +1082,14 @@ config BOOTP_SUBNETMASK depends on CMD_BOOTP config BOOTP_PXE - bool "Enable BOOTP PXE" - depends on CMD_BOOTP + bool "Send PXE client arch to BOOTP/DHCP server" + depends on CMD_BOOTP && CMD_PXE + help + Supported for ARM, ARM64, and x86 for now. config BOOTP_PXE_CLIENTARCH hex - depends on CMD_BOOTP + depends on BOOTP_PXE default 0x16 if ARM64 default 0x15 if ARM default 0 if X86