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