Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757577Ab3E0Kur (ORCPT ); Mon, 27 May 2013 06:50:47 -0400 Received: from intranet.asianux.com ([58.214.24.6]:50617 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757456Ab3E0Kup (ORCPT ); Mon, 27 May 2013 06:50:45 -0400 X-Spam-Score: -100.8 Message-ID: <51A33A53.1050502@asianux.com> Date: Mon, 27 May 2013 18:49:55 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Kukjin Kim CC: ben-linux@fluff.org, "'Russell King - ARM Linux'" , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, "'Linux-Arch'" Subject: Re: [PATCH] ARM: S5PV210: dependency issue, S5P_SLEEP is depend on ARM_CPU_SUSPEND References: <5199E4AF.7040607@asianux.com> <51A32FD4.4000001@asianux.com> <158201ce5ac2$a7843de0$f68cb9a0$%kim@samsung.com> In-Reply-To: <158201ce5ac2$a7843de0$f68cb9a0$%kim@samsung.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 27 On 05/27/2013 06:12 PM, Kukjin Kim wrote: >>> config S5P_SLEEP >>> > > bool >>> > > + select ARM_CPU_SUSPEND > Probably, > > + select ARM_CPU_SUSPEND if PM ? > > selecting the S5P_SLEEP depends on PM though... After reference another platform, they are really all "select ARM_CPU_SUSPEND if PM", we'd really better to follow by to let readers easy understanding. I will send patch v2. Thanks. -- Chen Gang Asianux Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/