summaryrefslogtreecommitdiff
path: root/apps/examples/nx/Kconfig
blob: 2081b12dc376481b736275f80fbe51c50c288555 (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_NX
	bool "NX graphics example"
	default n
	---help---
		Enable the NX graphics example

if EXAMPLES_NX
endif