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:
Masayuki Ishikawa 2018-12-25 14:15:16 +00:00 committed by GregoryN
parent 88c78b6a0c
commit 9b548e8ea2

View File

@ -6,6 +6,7 @@
config EXAMPLES_SMP
tristate "SMP example"
default n
depends on SMP
---help---
Enable the SMP example. This example basically extracts the pthread
barrier test from apps/testing/ostest and adds some instrumentation