diff options
author | Igor Mammedov <niallain@gmail.com> | 2008-04-28 19:08:21 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-04-28 19:08:21 -0400 |
commit | e9f20d6f03e8df393b001dab6dc5226c2a5daf57 (patch) | |
tree | 73e94fa5e4f83576c97e36187b809c5aad2ade30 /init | |
parent | bf62fd887cab230f5952b611bde25e8e15acb454 (diff) | |
parent | e31a94ed371c70855eb30b77c490d6d85dd4da26 (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index ba3a389fab94..da071c4bbfb7 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -496,16 +496,12 @@ source "usr/Kconfig" | |||
496 | endif | 496 | endif |
497 | 497 | ||
498 | config CC_OPTIMIZE_FOR_SIZE | 498 | config CC_OPTIMIZE_FOR_SIZE |
499 | bool "Optimize for size (Look out for broken compilers!)" | 499 | bool "Optimize for size" |
500 | default y | 500 | default y |
501 | depends on ARM || H8300 || SUPERH || EXPERIMENTAL | ||
502 | help | 501 | help |
503 | Enabling this option will pass "-Os" instead of "-O2" to gcc | 502 | Enabling this option will pass "-Os" instead of "-O2" to gcc |
504 | resulting in a smaller kernel. | 503 | resulting in a smaller kernel. |
505 | 504 | ||
506 | WARNING: some versions of gcc may generate incorrect code with this | ||
507 | option. If problems are observed, a gcc upgrade may be needed. | ||
508 | |||
509 | If unsure, say N. | 505 | If unsure, say N. |
510 | 506 | ||
511 | config SYSCTL | 507 | config SYSCTL |
@@ -521,7 +517,7 @@ menuconfig EMBEDDED | |||
521 | 517 | ||
522 | config UID16 | 518 | config UID16 |
523 | bool "Enable 16-bit UID system calls" if EMBEDDED | 519 | bool "Enable 16-bit UID system calls" if EMBEDDED |
524 | depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) | 520 | depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) |
525 | default y | 521 | default y |
526 | help | 522 | help |
527 | This enables the legacy 16-bit UID syscall wrappers. | 523 | This enables the legacy 16-bit UID syscall wrappers. |