cmd: Make CMD_MP depend on the CPU framework being disabled

The CMD_MP (and cmd/mp.c) command provide a "cpu" command which is
mutually exclusive from the "cpu" command provided by cmd/cpu.c and the
CPU framework. Make CMD_MP depend on CPU not being enabled.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-09-25 14:51:30 -06:00
parent e5fea3f3b9
commit 583a45c33f

View File

@@ -2437,7 +2437,7 @@ config CMD_SLEEP
config CMD_MP
bool "support for multiprocessor commands"
depends on MP
depends on MP && !CPU
default y
help
This enables commands to bringup different processors