From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Dooks Subject: Re: [PATCH] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL Date: Fri, 24 Sep 2010 00:54:34 +0100 Message-ID: <4C9BE8BA.7000804@simtec.co.uk> References: <4c920aa8.d37b0e0a.4ee4.ffffc4bc@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from hull.simtec.co.uk ([78.105.113.97]:36790 "EHLO preston.local.simtec.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752546Ab0IWXyj (ORCPT ); Thu, 23 Sep 2010 19:54:39 -0400 In-Reply-To: <4c920aa8.d37b0e0a.4ee4.ffffc4bc@mx.google.com> Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Maurus Cuelenaere Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, ben-linux@fluff.org On 16/09/10 13:16, Maurus Cuelenaere wrote: > 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 > --- > arch/arm/plat-samsung/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig > index 7c0bde7..d5816e7 100644 > --- a/arch/arm/plat-samsung/Kconfig > +++ b/arch/arm/plat-samsung/Kconfig > @@ -260,6 +260,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 Either this, or having SAMSUNG_PM_DEBUG depend on DEBUG_LL.. Personally I think this is probably best, unless it's offensive to anyone else? -- Ben From mboxrd@z Thu Jan 1 00:00:00 1970 From: ben@simtec.co.uk (Ben Dooks) Date: Fri, 24 Sep 2010 00:54:34 +0100 Subject: [PATCH] ARM: SAMSUNG: make SAMSUNG_PM_DEBUG select DEBUG_LL In-Reply-To: <4c920aa8.d37b0e0a.4ee4.ffffc4bc@mx.google.com> References: <4c920aa8.d37b0e0a.4ee4.ffffc4bc@mx.google.com> Message-ID: <4C9BE8BA.7000804@simtec.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 16/09/10 13:16, Maurus Cuelenaere wrote: > 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 > --- > arch/arm/plat-samsung/Kconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig > index 7c0bde7..d5816e7 100644 > --- a/arch/arm/plat-samsung/Kconfig > +++ b/arch/arm/plat-samsung/Kconfig > @@ -260,6 +260,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 Either this, or having SAMSUNG_PM_DEBUG depend on DEBUG_LL.. Personally I think this is probably best, unless it's offensive to anyone else? -- Ben