diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-10-30 04:59:22 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-04 03:13:55 +0300 |
commit | c5940e115e188051f34a88ee705c5f81c6bf0e54 (patch) | |
tree | ed77486aed8418a200fbe540a9cea47fd192d165 | |
parent | f114040e3ea6e07372334ade75d1ee0775c355e1 (diff) | |
download | linux-c5940e115e188051f34a88ee705c5f81c6bf0e54.tar.xz |
ARM: shmobile: ape6evm: Enable PM Runtime in defconfig
This is consistent with other shmobile defconfigs.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/ape6evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig index b54b28fc5a70..db81d8ce4c03 100644 --- a/arch/arm/configs/ape6evm_defconfig +++ b/arch/arm/configs/ape6evm_defconfig @@ -33,6 +33,7 @@ CONFIG_ARM_APPENDED_DTB=y CONFIG_VFP=y CONFIG_NEON=y CONFIG_BINFMT_MISC=y +CONFIG_PM_RUNTIME=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y |