]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: Make most commands depend on CMDLINE
authorSimon Glass <sjg@chromium.org>
Thu, 26 Oct 2023 18:31:29 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:09 +0000 (14:49 -0500)
commit88d9b2617e6a827c2809e51932d1878ca9500dff
tree458a8b79b0876eac0f6b443a33e28660f9c84b54
parentdbdb4b3374ed96be9b5df123b7009030e0ff37df
cmd: Make most commands depend on CMDLINE

If we disable CMDLINE then we should not ask about enabling the hush
parser nor any of the commands that would be run on the command line as
it is no longer available. Convert the CMDLINE option into a menuconfig
and make every command referenced under cmd/Kconfig depend on it.

This leaves as future work moving the commands that are not under the
cmd/ hierarchy as future work.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile
cmd/Kconfig