Merged in masayuki2009/nuttx.apps/add_dep_to_smp (pull request #162)
apps/examples/smp: Add dependency on SMP in Kconfig Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
parent
88c78b6a0c
commit
9b548e8ea2
@ -6,6 +6,7 @@
|
|||||||
config EXAMPLES_SMP
|
config EXAMPLES_SMP
|
||||||
tristate "SMP example"
|
tristate "SMP example"
|
||||||
default n
|
default n
|
||||||
|
depends on SMP
|
||||||
---help---
|
---help---
|
||||||
Enable the SMP example. This example basically extracts the pthread
|
Enable the SMP example. This example basically extracts the pthread
|
||||||
barrier test from apps/testing/ostest and adds some instrumentation
|
barrier test from apps/testing/ostest and adds some instrumentation
|
||||||
|
Loading…
Reference in New Issue
Block a user