summaryrefslogtreecommitdiffstats
path: root/cfg/smp.scc
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2017-07-03smp: Separate smp into 32 and 64 bit versions to avoid kernel warningsAlejandro Hernandez
When selecting SMP, some dependencies are needed, in the case of a 32 bit build CONFIG_X86_BIGSMP=y is required, but adding that to a 64 bit build causes warnings to be shown since X86_BIGSMP requires X86_32 [n] itself, which can only be true for a 32 bit build. This patch creates a 64 bit version of smp (smp_64), avoiding the dependecy issues. [YOCTO #11742] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2012-01-27add descriptions to optional features and configsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-27meta: Add SMP config fragmentDarren Hart
For reusable BSPs like atom-pc which may or may not have SMP support, allow the linux-yocto recipe to choose whether or not to enable SMP support. The smp config fragment enables SMP and SCHED_SMT. Signed-off-by: Darren Hart <dvhart@linux.intel.com>