From 9b548e8ea26e25997067ba47b2ed220ca72158ce Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Tue, 25 Dec 2018 14:15:16 +0000 Subject: [PATCH] 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 Approved-by: GregoryN --- examples/smp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/smp/Kconfig b/examples/smp/Kconfig index 2dcafaedd..2145dabc8 100644 --- a/examples/smp/Kconfig +++ b/examples/smp/Kconfig @@ -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