summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxtext/Kconfig')
-rw-r--r--apps/examples/nxtext/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/examples/nxtext/Kconfig b/apps/examples/nxtext/Kconfig
index 90f4e5cd2..d7dc1be82 100644
--- a/apps/examples/nxtext/Kconfig
+++ b/apps/examples/nxtext/Kconfig
@@ -82,7 +82,7 @@ config EXAMPLES_NXTEXT_PUFONTCOLOR
The color of the fonts used in the pop-up window. Default
depends on config EXAMPLES_NXTEXT_BPP.
-endif
+endif # !EXAMPLES_NXTEXT_DEFAULT_COLORS
comment "Example Font Configuration"
@@ -106,7 +106,7 @@ config EXAMPLES_NXTEXT_PUFONTID
Selects the font used in the pop-up window (see font ID numbers
in include/nuttx/nx/nxfonts.h)
-endif
+endif # !EXAMPLES_NXTEXT_DEFAULT_FONT
config EXAMPLES_NXTEXT_EXTERNINIT
bool "External Device Initialization"
@@ -124,6 +124,7 @@ config EXAMPLES_NXTEXT_EXTERNINIT
#endif
if NX_MULTIUSER
+
comment "Multi-User Configuration Options"
config EXAMPLES_NXTEXT_STACKSIZE
@@ -156,5 +157,5 @@ config EXAMPLES_NXTEXT_NOTIFYSIGNO
---help---
The signal number to use with nx_eventnotify(). Default: 4
-endif
-endif
+endif # NX_MULTIUSER
+endif # EXAMPLES_NXTEXT