提交 e88b2563 编写于 作者: J Joe Hershberger

net: Move the DHCP command below the BOOTP command

Move DHCP to directly follow BOOTP so that Kconfig can show the
dependency as a hierarchy.
Signed-off-by: NJoe Hershberger <joe.hershberger@ni.com>
Reviewed-by: NChris Packham <judge.packham@gmail.com>
Reviewed-by: NDuncan Hare <dh@synoia.com>
上级 92fa44d5
...@@ -1035,6 +1035,12 @@ config CMD_BOOTP ...@@ -1035,6 +1035,12 @@ config CMD_BOOTP
help help
bootp - boot image via network using BOOTP/TFTP protocol bootp - boot image via network using BOOTP/TFTP protocol
config CMD_DHCP
bool "dhcp"
depends on CMD_BOOTP
help
Boot image via network using DHCP/TFTP protocol
config BOOTP_BOOTPATH config BOOTP_BOOTPATH
bool "Enable BOOTP BOOTPATH" bool "Enable BOOTP BOOTPATH"
depends on CMD_BOOTP depends on CMD_BOOTP
...@@ -1108,12 +1114,6 @@ config CMD_RARP ...@@ -1108,12 +1114,6 @@ config CMD_RARP
help help
Boot image via network using RARP/TFTP protocol Boot image via network using RARP/TFTP protocol
config CMD_DHCP
bool "dhcp"
depends on CMD_BOOTP
help
Boot image via network using DHCP/TFTP protocol
config CMD_NFS config CMD_NFS
bool "nfs" bool "nfs"
default y default y
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册