summaryrefslogtreecommitdiff
path: root/apps/examples/nxlines/Kconfig
blob: 5d18e00e0e590159f7f94683aae56e973e1dee97 (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_NXLINES
	bool "NX graphics lines example"
	default n
	---help---
		Enable the X graphics lines example

if EXAMPLES_NXLINES
endif