From c5940e115e188051f34a88ee705c5f81c6bf0e54 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 30 Oct 2014 10:59:22 +0900 Subject: [PATCH] ARM: shmobile: ape6evm: Enable PM Runtime in defconfig This is consistent with other shmobile defconfigs. Signed-off-by: Simon Horman --- arch/arm/configs/ape6evm_defconfig | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2