summaryrefslogtreecommitdiff
path: root/apps/examples/ostest/Kconfig
blob: ca89579934ed43ade7ad32ea162d2196c9b58a6b (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_OSTEST
	bool "OS test example"
	default n
	---help---
		Enable the OS test example

if EXAMPLES_OSTEST
endif