ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL
authorMaurus Cuelenaere <mcuelenaere@gmail.com>
Sat, 14 Apr 2012 14:42:04 +0000 (07:42 -0700)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 14 Apr 2012 14:42:24 +0000 (07:42 -0700)
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>
arch/arm/plat-samsung/Kconfig

index 71553f4..a0ffc77 100644 (file)
@@ -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>