diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-05-16 09:04:42 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-16 19:44:32 +0900 |
commit | 6e2776388a85e6b41e8cc816ece318d944fc3388 (patch) | |
tree | 7393911204c218714343c0a31717918aed347e10 /arch/arm/configs | |
parent | b2bfcdc2f28b045cf01f63d0949f7eb9bd597405 (diff) | |
download | op-kernel-dev-6e2776388a85e6b41e8cc816ece318d944fc3388.zip op-kernel-dev-6e2776388a85e6b41e8cc816ece318d944fc3388.tar.gz |
ARM: shmobile: Enable PM_RUNTIME in defconfig
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 8cde033..94d7736 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -35,6 +35,7 @@ CONFIG_KEXEC=y CONFIG_VFP=y CONFIG_NEON=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y |