All of lore.kernel.org
 help / color / mirror / Atom feed
* [KERNEL PATCH] Add SMP config fragment
@ 2011-04-27 17:43 Darren Hart
  2011-04-27 17:55 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2011-04-27 17:43 UTC (permalink / raw)
  To: poky; +Cc: Darren 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>
---
 wrs/cfg/kernel-cache/cfg/smp.cfg |    2 ++
 wrs/cfg/kernel-cache/cfg/smp.scc |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)
 create mode 100644 wrs/cfg/kernel-cache/cfg/smp.cfg
 create mode 100644 wrs/cfg/kernel-cache/cfg/smp.scc

diff --git a/wrs/cfg/kernel-cache/cfg/smp.cfg b/wrs/cfg/kernel-cache/cfg/smp.cfg
new file mode 100644
index 0000000..f53b969
--- /dev/null
+++ b/wrs/cfg/kernel-cache/cfg/smp.cfg
@@ -0,0 +1,2 @@
+CONFIG_SMP=y
+CONFIG_SCHED_SMT=y
diff --git a/wrs/cfg/kernel-cache/cfg/smp.scc b/wrs/cfg/kernel-cache/cfg/smp.scc
new file mode 100644
index 0000000..1fd8c32
--- /dev/null
+++ b/wrs/cfg/kernel-cache/cfg/smp.scc
@@ -0,0 +1 @@
+kconf hardware smp.cfg
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-27 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 17:43 [KERNEL PATCH] Add SMP config fragment Darren Hart
2011-04-27 17:55 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.