aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/poll/Kconfig
blob: c528274968fe6b0abf8d5012599a8d6bb4715099 (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_POLL
	bool "Poll example"
	default n
	---help---
		Enable the poll example

if EXAMPLES_POLL
endif