summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-08-01 11:50:21 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-08-01 11:50:21 -0700
commite811603feb198079bcdb3f75f72cbf9681de2062 (patch)
tree5841151d3345286986c675f1b8b3e6fa6efd2bc4 /init
parentb17b3d479c4c43c3a980ee553c3be3ca456523de (diff)
parent48a61569bb5396415c5dad0e81e1cfeb87c0aca3 (diff)
downloadlinux-e811603feb198079bcdb3f75f72cbf9681de2062.tar.gz
linux-e811603feb198079bcdb3f75f72cbf9681de2062.tar.xz
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