summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/Kconfig
blob: 22f16c9b227d8b6c33d1ec3d46b31ae66ed67139 (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_NXHELLO
	bool "NX graphics \"Hello, World!\" example"
	default n
	---help---
		Enable the NX graphics \"Hello, World!\" example

if EXAMPLES_HELLOXX
endif