From 1bab337ed228403d29ca0a868c4251762fb9ddd7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 11 Sep 2014 07:18:33 -0600 Subject: Kconfig choice value needs a prompt --- nuttx/sched/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3