2012-04-06 16:33:17 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2012-04-06 16:45:52 +00:00
|
|
|
# see misc/tools/kconfig-language.txt.
|
2012-04-06 16:33:17 +00:00
|
|
|
#
|
2012-04-13 02:14:09 +00:00
|
|
|
|
|
|
|
config EXAMPLES_NXIMAGE
|
|
|
|
bool "NX graphics image example"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the X graphics image example
|
|
|
|
|
|
|
|
if EXAMPLES_NXIMAGE
|
|
|
|
endif
|