diff options
-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 |