diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-08-15 06:36:28 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-22 10:40:31 +0900 |
commit | 99923753e7c17a9c9d46bfe4d7fa543e426ec647 (patch) | |
tree | 04482b180be832402a5ef0226e3ae2daf8a32aeb /arch/arm/configs/bockw_defconfig | |
parent | 874ee23c83d888f8824305c277e047c7799f30b9 (diff) | |
download | linux-99923753e7c17a9c9d46bfe4d7fa543e426ec647.tar.bz2 |
ARM: shmobile: bockw: Do not disable SUSPEND in defconfig
As of "ARM: shmobile: r8a7778: Add missing call to shmobile_init_late()"
suspend-to-ram is now supported on the r8a7778 SoC and thus the bockw
board.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/bockw_defconfig')
-rw-r--r-- | arch/arm/configs/bockw_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig index 70b3f451f065..1dde5daa84f9 100644 --- a/arch/arm/configs/bockw_defconfig +++ b/arch/arm/configs/bockw_defconfig @@ -29,7 +29,6 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ARM_APPENDED_DTB=y CONFIG_VFP=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set -# CONFIG_SUSPEND is not set CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_PACKET=y |