aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2012-04-14 07:42:04 -0700
committerKukjin Kim <kgene.kim@samsung.com>2012-04-14 07:42:24 -0700
commit3cd21f6162e7703adc13c5030f316db9ec6bf5cf (patch)
tree3d536d44aacd44771e8d66ed2c47d9734b1bd2c0
parentARM: EXYNOS: Add PDMA and MDMA physical base address defines (diff)
downloadlinux-dev-3cd21f6162e7703adc13c5030f316db9ec6bf5cf.tar.xz
linux-dev-3cd21f6162e7703adc13c5030f316db9ec6bf5cf.zip
ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
When selecting SAMSUNG_PM_DEBUG, it complains about a missing printascii() function if you do not select DEBUG_LL, so make the former select the latter. Signed-off-by: Maurus Cuelenaere <mcuelenaere@gmail.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r--arch/arm/plat-samsung/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 71553f410016..a0ffc77da809 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -302,6 +302,7 @@ comment "Power management"
config SAMSUNG_PM_DEBUG
bool "S3C2410 PM Suspend debug"
depends on PM
+ select DEBUG_LL
help
Say Y here if you want verbose debugging from the PM Suspend and
Resume code. See <file:Documentation/arm/Samsung-S3C24XX/Suspend.txt>