summaryrefslogtreecommitdiff
path: root/apps/examples/cpuhog/Kconfig
blob: a740745377f8a6dcc8a5004b42abc7cf108dc9c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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