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/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/examples/cpuhog/Kconfig b/apps/examples/cpuhog/Kconfig
index a74074537..a632c4c7d 100644
--- a/apps/examples/cpuhog/Kconfig
+++ b/apps/examples/cpuhog/Kconfig
@@ -4,10 +4,19 @@
#
config EXAMPLES_CPUHOG
- bool "CPU Hog"
+ bool "CPU hog"
default n
---help---
Enable the cpuhog example
if EXAMPLES_CPUHOG
+
+config EXAMPLES_CPUHOG_STACKSIZE
+ int "CPU hog stack size"
+ default 2048
+
+config EXAMPLES_CPUHOG_PRIORITY
+ int "CPU hog task priority"
+ default 50
+
endif