summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 84ede90eee..5e25e45fd2 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1827,12 +1827,13 @@ config CMD_SLEEP
help
Delay execution for some time
-config MP
- bool "support for multiprocessor"
+config CMD_MP
+ bool "support for multiprocessor commands"
+ depends on MP
+ default y
help
- This provides an option to brinup
- different processors in multiprocessor
- cases.
+ This enables commands to bringup different processors
+ in multiprocessor cases.
config CMD_TIMER
bool "timer"