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