From: jkacur Date: Tue, 15 Jul 2008 22:31:16 +0000 (+0200) Subject: Kconfig/init: change help text to match default value X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=775a7229ac862ea93924672e7e331edf8475415c;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Kconfig/init: change help text to match default value Change the "If unsure" message to match the default value. Signed-off-by: John Kacur Signed-off-by: Sam Ravnborg --- diff --git a/init/Kconfig b/init/Kconfig index 250e02c8f8f9..7e6dae1ae727 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -522,7 +522,7 @@ config CC_OPTIMIZE_FOR_SIZE Enabling this option will pass "-Os" instead of "-O2" to gcc resulting in a smaller kernel. - If unsure, say N. + If unsure, say Y. config SYSCTL bool