]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: move CMD_DHCP6 options beneath CMD_DHCP6
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 17 Jul 2024 14:54:46 +0000 (16:54 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Jul 2024 22:48:07 +0000 (16:48 -0600)
commit84e000c9ab68c562575f66315d663e6cb9fddfb8
tree1d8d5f1f79afdcc4b31d318e3d970892a754f392
parent4cf1275f2b85b4bf5c5b037369178e9fedacd0a9
cmd: move CMD_DHCP6 options beneath CMD_DHCP6

All Kconfig options that depend on CONFIG_CMD_DHCP6 should immediately
follow it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
cmd/Kconfig