From 0fd2290cfc3b5c907783772ded82a8dfad4eb0e8 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Tue, 19 Jun 2018 12:24:23 +0200 Subject: cmd: Kconfig: Move CONFIG_MP to Kconfig This patch moves CONFIG_MP to Kconfig Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- cmd/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index aec209006d..2fa0829925 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1356,6 +1356,13 @@ config CMD_MISC help Delay execution for some time +config MP + bool "support for multiprocessor" + help + This provides an option to brinup + different processors in multiprocessor + cases. + config CMD_TIMER bool "timer" help -- cgit v1.2.3