aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxtext/Kconfig')
-rw-r--r--apps/examples/nxtext/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
new file mode 100644
index 000000000..1ff2c44be
--- /dev/null
+++ b/apps/examples/nxtext/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_NXTEXT
+ bool "NX graphics text example"
+ default n
+ ---help---
+ Enable the NX graphics text example
+
+if EXAMPLES_NXTEXT
+endif