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