summaryrefslogtreecommitdiff
path: root/apps/examples/nximage/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nximage/Kconfig')
-rw-r--r--apps/examples/nximage/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/nximage/Kconfig b/apps/examples/nximage/Kconfig
index ae2bf3130..e1d84a867 100644
--- a/apps/examples/nximage/Kconfig
+++ b/apps/examples/nximage/Kconfig
@@ -2,3 +2,12 @@
# 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