From: Krzysztof Kozlowski Date: Tue, 19 Jul 2016 11:09:14 +0000 (+0200) Subject: ARM: exynos_defconfig: Enable PM_DEBUG X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a30051491ac75e1a66b0dd7bc36925561abfcb61;p=linux-beck.git ARM: exynos_defconfig: Enable PM_DEBUG PM_DEBUG and PM_ADVANCED_DEBUG bring some information useful for development and they should not cause any significant overhead. Enable them in default configuration so debugging would be slightly easier. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Javier Martinez Canillas Acked-by: Kukjin Kim --- diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index c49cb4eabe7a..81862a77dddf 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -35,6 +35,8 @@ CONFIG_ARM_EXYNOS_CPUIDLE=y CONFIG_VFP=y CONFIG_NEON=y CONFIG_KERNEL_MODE_NEON=y +CONFIG_PM_DEBUG=y +CONFIG_PM_ADVANCED_DEBUG=y CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y