summaryrefslogtreecommitdiff
path: root/apps/examples/cpuhog/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cpuhog/Kconfig')
-rw-r--r--apps/examples/cpuhog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/cpuhog/Kconfig b/apps/examples/cpuhog/Kconfig
new file mode 100644
index 000000000..a74074537
--- /dev/null
+++ b/apps/examples/cpuhog/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_CPUHOG
+ bool "CPU Hog"
+ default n
+ ---help---
+ Enable the cpuhog example
+
+if EXAMPLES_CPUHOG
+endif