summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/sched/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/Kconfig b/nuttx/sched/Kconfig
index 12752da75..96a424d20 100644
--- a/nuttx/sched/Kconfig
+++ b/nuttx/sched/Kconfig
@@ -225,7 +225,7 @@ choice
default INIT_NONE if BUILD_KERNEL && BINFMT_DISABLE
config INIT_NONE
- bool
+ bool "None"
config INIT_ENTRYPOINT
bool "Via application entry point"