浏览代码

Kconfig/init: change help text to match default value

Change the "If unsure" message to match the default value.

Signed-off-by: John Kacur <jkacur at gmail dot com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
jkacur 17 年之前
父节点
当前提交
775a7229ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      init/Kconfig

+ 1 - 1
init/Kconfig

@@ -522,7 +522,7 @@ config CC_OPTIMIZE_FOR_SIZE
 	  Enabling this option will pass "-Os" instead of "-O2" to gcc
 	  Enabling this option will pass "-Os" instead of "-O2" to gcc
 	  resulting in a smaller kernel.
 	  resulting in a smaller kernel.
 
 
-	  If unsure, say N.
+	  If unsure, say Y.
 
 
 config SYSCTL
 config SYSCTL
 	bool
 	bool