kconfig: Deprecate CONFIG_MP_NUM_CPUS
Mark CONFIG_MP_NUM_CPUS deprecated and point to CONFIG_MP_MAX_NUM_CPUS. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
15aa3acaf6
commit
fee22dae40
1 changed files with 2 additions and 3 deletions
|
|
@ -1140,12 +1140,11 @@ config SMP_BOOT_DELAY
|
|||
secondary CPUs at a later time.
|
||||
|
||||
config MP_NUM_CPUS
|
||||
int "Number of CPUs/cores"
|
||||
int "Number of CPUs/cores [DEPRECATED]"
|
||||
default MP_MAX_NUM_CPUS
|
||||
range 1 12
|
||||
help
|
||||
Number of multiprocessing-capable cores available to the
|
||||
multicpu API and SMP features.
|
||||
This is deprecated, please use MP_MAX_NUM_CPUS instead.
|
||||
|
||||
config MP_MAX_NUM_CPUS
|
||||
int "Maximum number of CPUs/cores"
|
||||
|
|
|
|||
Loading…
Reference in a new issue