From 480245cf273dfd14536dc2b30aff0a733b71a1ed Mon Sep 17 00:00:00 2001 From: Ashok Reddy Soma Date: Mon, 17 Jan 2022 10:16:50 +0100 Subject: cmd: Add Kconfig option for multiprocessor cmds Add Kconfig option(CONFIG_CMD_MP) to enable or disable multiprocessor commands. Compile cmd/mp.c based on CONFIG_CMD_MP. Signed-off-by: Ashok Reddy Soma Signed-off-by: Michal Simek --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index c46f4fce86..b0e45cd236 100644 --- a/Kconfig +++ b/Kconfig @@ -454,6 +454,12 @@ config SYS_SRAM_SIZE default 0x10000 if TARGET_TRICORDER default 0x0 +config MP + bool "Support for multiprocessor" + help + This provides an option to bringup different processors + in multiprocessor cases. + config EXAMPLES bool "Compile API examples" depends on !SANDBOX -- cgit v1.2.3