summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds2008-08-01 20:50:21 +0200
committerLinus Torvalds2008-08-01 20:50:21 +0200
commite811603feb198079bcdb3f75f72cbf9681de2062 (patch)
tree5841151d3345286986c675f1b8b3e6fa6efd2bc4 /init
parentMerge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block (diff)
parentkbuild: scripts/ver_linux: don't set PATH (diff)
downloadkernel-qcow2-linux-e811603feb198079bcdb3f75f72cbf9681de2062.tar.gz
kernel-qcow2-linux-e811603feb198079bcdb3f75f72cbf9681de2062.tar.xz
kernel-qcow2-linux-e811603feb198079bcdb3f75f72cbf9681de2062.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes: kbuild: scripts/ver_linux: don't set PATH Kconfig/init: change help text to match default value kbuild: genksyms: Include extern information in dumps kbuild: genksyms parser: fix the __attribute__ rule kbuild: scripts/genksyms/lex.l: add %option noinput kconfig: scripts/kconfig/zconf.l: add %option noinput kbuild: fix O=... build of um
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
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