Kconfig choice value needs a prompt

This commit is contained in:
Gregory Nutt 2014-09-11 07:18:33 -06:00
parent 0614f69b72
commit 81a4de4a4d

View File

@ -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"