diff options
author | Olof Johansson <olof@lixom.net> | 2014-01-09 06:10:21 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-09 07:02:26 (GMT) |
commit | 51f37801b44fb5beb7f651e6f74e0dd90fd159c9 (patch) | |
tree | 5b4e81fe8dbc7086b2c248d1b2e16584754f2e5e /arch/arm/configs | |
parent | ced015aaa430e559ab2a44e858d25d6fdcca0a79 (diff) | |
parent | ead9e2936b071a501f7c7ff709802ea4257cd23a (diff) | |
download | linux-51f37801b44fb5beb7f651e6f74e0dd90fd159c9.tar.xz |
Merge tag 'ux500-core-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/soc
From Linus Walleij:
Ux500 core patches for the v3.14 series:
- Enable PRINTK_TIME
- Enable suspend with WFI
* tag 'ux500-core-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson:
ARM: ux500: Enable system suspend with WFI support
ARM: ux500: turn on PRINTK_TIME in u8500_defconfig
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index c6ebc18..65f7788 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -119,6 +119,7 @@ CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_PRINTK_TIME=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y |