ARM: exynos_defconfig: Enable PM_DEBUG
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 19 Jul 2016 11:09:14 +0000 (13:09 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 10 Aug 2016 09:48:00 +0000 (11:48 +0200)
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 <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Kukjin Kim <kgene@kernel.org>
arch/arm/configs/exynos_defconfig

index c49cb4eabe7a05324c4a4994b071c5e52a73a0bc..81862a77dddfcc71f3579bd5962993bba9a1d6ed 100644 (file)
@@ -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
This page took 0.027219 seconds and 5 git commands to generate.