diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-06-08 09:42:27 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-26 08:17:17 -0600 |
commit | 14480c84dcdbdb5d7861fc1e1100900a8cd16e87 (patch) | |
tree | b843b53d509805f9e4081081cec1e31ceb48963b | |
parent | b8c43968b801c568b66b1d2985e8542275d9d49a (diff) |
cmd: remove duplicate DHCPv6 Kconfig definitions
Remove duplicate definition of
* DHCP6_PXE_CLIENTARCH
* DHCP6_PXE_DHCP_OPTION
* DHCP6_ENTERPRISE_ID
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fixes: da24eb553279 ("Merge patch series "BOOTP/DHCPv4 enhancements"")
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Fixes: 5eb1b7843811 ("Merge patch series "test/py: enable HTTP testing"")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
-rw-r--r-- | cmd/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index ed741d43cea..c335eceea63 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2004,23 +2004,6 @@ config BOOTP_RANDOM_XID Selecting this will allow for a random transaction ID to get selected for each BOOTP/DHCPv4 exchange. -if CMD_DHCP6 - -config DHCP6_PXE_CLIENTARCH - hex - default 0x16 if ARM64 - default 0x15 if ARM - default 0xFF - -config DHCP6_PXE_DHCP_OPTION - bool "Request & store 'pxe_configfile' from DHCP6 server" - -config DHCP6_ENTERPRISE_ID - int "Enterprise ID to send in DHCPv6 Vendor Class Option" - default 0 - -endif - config CMD_TFTPPUT bool "tftp put" depends on CMD_TFTPBOOT |