diff options
author | Rogério Brito <rbrito@ime.usp.br> | 2008-10-13 00:07:03 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-10-28 10:46:43 -0400 |
commit | 3420a982c74eddcf9d2a5d504dd2b272cceddae7 (patch) | |
tree | 1cbdc122aa86b5d7a68bba905e657654ae3d6ebf /arch/powerpc/configs | |
parent | 22e181ba7f09197dd6f35a48013cb86289644eb6 (diff) |
powerpc: compile kernel for linkstations optimized for size
Since Linkstations and Kuroboxes often have *very* little memory (as
they are embedded systems), it is desirable to get their kernels
compiled optimized for size.
Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/linkstation_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig index d0846ec238d0..8d869e952b44 100644 --- a/arch/powerpc/configs/linkstation_defconfig +++ b/arch/powerpc/configs/linkstation_defconfig | |||
@@ -90,7 +90,7 @@ CONFIG_NAMESPACES=y | |||
90 | # CONFIG_PID_NS is not set | 90 | # CONFIG_PID_NS is not set |
91 | CONFIG_BLK_DEV_INITRD=y | 91 | CONFIG_BLK_DEV_INITRD=y |
92 | CONFIG_INITRAMFS_SOURCE="" | 92 | CONFIG_INITRAMFS_SOURCE="" |
93 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 93 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
94 | CONFIG_SYSCTL=y | 94 | CONFIG_SYSCTL=y |
95 | # CONFIG_EMBEDDED is not set | 95 | # CONFIG_EMBEDDED is not set |
96 | CONFIG_SYSCTL_SYSCALL=y | 96 | CONFIG_SYSCTL_SYSCALL=y |