summaryrefslogtreecommitdiff
path: root/apps/examples/buttons/Kconfig
blob: 9c34b37bcbd2da581dbec711565374149e70d2a3 (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_BUTTONS
	bool "Buttons example"
	default n
	---help---
		Enable the buttons example

if EXAMPLES_BUTTONS
endif