msm: Reorganize CPU config options to be meaningful
commit e02db89be5da3cf610e548e162cfdd824a45b581
Author: Stepan Moskovchenko <stepanm@codeaurora.org>
AuthorDate: Thu May 12 19:41:50 2011 -0700
Reorganize the meaning of CONFIG_ARCH_MSM_SCORPION and
CONFIG_ARCH_MSM_SCORPIONMP to be more intuitive, and to
facilitate adding future targets. The SCORPION option now
represents any target containing a Scorpion processor,
regardless of the number of cores present. The MSM_SMP option now
represents targets containing a multi-processor complex, and is
selected regardless of CONFIG_SMP.
The SCORPIONMP option selects both of these.
Similarly, the KRAIT option now refers to current and future targets
containing a Krait processor, regardless of core count. The KRAITMP
option refers to targets containing a Krait-MP complex, and selects
both KRAIT and MSM_SMP.
Previously, SCORPIONMP was selected for targets containing either
Scorpion or Krait CPUs, which is confusing and compicates adding
new Krait-based targets, as these CPUs are substantially different.
Change-Id: I297d322c3bd931d9534026950cb64b95a0594ecd
Signed-off-by:
Rohit Vaswani <rvaswani@codeaurora.org>
Loading
Please register or sign in to comment