diff options
| author | Siva Durga Prasad Paladugu <[email protected]> | 2018-06-19 12:24:23 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-07-10 16:55:59 -0400 |
| commit | 0fd2290cfc3b5c907783772ded82a8dfad4eb0e8 (patch) | |
| tree | 07d77799903ab6de27421ce309949f0fcf206c1b /cmd | |
| parent | bf5dd78cd4b26e8e9186311da14793110b9c3278 (diff) | |
cmd: Kconfig: Move CONFIG_MP to Kconfig
This patch moves CONFIG_MP to Kconfig
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index aec209006db..2fa0829925c 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 |
