summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2018-04-13 15:26:36 -0500
committerJoe Hershberger <joe.hershberger@ni.com>2018-04-13 15:48:21 -0500
commit2b9f486bf58b52fc6b2c53245c6a3a509b48524f (patch)
tree60fbc6850976c27ecc07b84da1833483b25fd4cf /cmd
parent80449c032c595707c9eb4e3517e79e43546b9c78 (diff)
net: Improve BOOTP PXE config option
Improve the documentation and correct the listed dependencies. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Duncan Hare <dh@synoia.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 43efe7d4e9..0d077bde00 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