nuttx-apps/examples/cpuhog/Kconfig
2014-04-22 07:52:08 -06:00

14 lines
237 B
Plaintext

#
# 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