diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-14 11:25:56 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-14 11:25:56 -0700 |
commit | 4068b00e9d0542653b26c04dcf05ab0c80bbbbb2 (patch) | |
tree | 200e21afc8155b2043c1e9f63b8825c2f5e9cede /arch/avr32/configs/atngw100mkii_evklcd100_defconfig | |
parent | f39e8409955fad210a9a7169cc53c4c18daaef3a (diff) | |
parent | ff71db2f0784cfff38fa7b55908867a24ccc3216 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/avr32-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/avr32-2.6:
avr32, exec: remove redundant set_fs(USER_DS)
avr32: make intc_resume() return void to conform to syscore_ops
avr32: add some more at91 to cpu.h definition
avr32: set CONFIG_CC_OPTIMIZE_FOR_SIZE=y for all defconfigs
avr32/at32ap: fix mapping of platform device id for USART
avr32: fix use of non-existing portnr variable in at32_map_usart()
Diffstat (limited to 'arch/avr32/configs/atngw100mkii_evklcd100_defconfig')
-rw-r--r-- | arch/avr32/configs/atngw100mkii_evklcd100_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/configs/atngw100mkii_evklcd100_defconfig b/arch/avr32/configs/atngw100mkii_evklcd100_defconfig index e4a7c1dc838..7f2a344a5fa 100644 --- a/arch/avr32/configs/atngw100mkii_evklcd100_defconfig +++ b/arch/avr32/configs/atngw100mkii_evklcd100_defconfig @@ -5,6 +5,7 @@ CONFIG_POSIX_MQUEUE=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_RELAY=y CONFIG_BLK_DEV_INITRD=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_SYSCTL_SYSCALL is not set # CONFIG_BASE_FULL is not set # CONFIG_COMPAT_BRK is not set |