summaryrefslogtreecommitdiff
path: root/apps/examples/nximage/Kconfig
blob: e1d84a8678cc27f665323d5097c564310e0985ff (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_NXIMAGE
	bool "NX graphics image example"
	default n
	---help---
		Enable the X graphics image example

if EXAMPLES_NXIMAGE
endif