From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Tue, 02 Dec 2014 01:10:32 +0000 Subject: Re: [PATCH] PM / Kconfig: Do not select PM directly from Kconfig files Message-Id: <7h388y501j.fsf@deeprootsystems.com> List-Id: References: <4088467.A4Xd3YfMSv@vostro.rjw.lan> In-Reply-To: <4088467.A4Xd3YfMSv@vostro.rjw.lan> (Rafael J. Wysocki's message of "Sat, 29 Nov 2014 02:03:48 +0100") MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rafael J. Wysocki" Cc: Linux PM list , Linux Kernel Mailing List , Tony Luck , linux-sh@vger.kernel.org, Fenghua Yu , linux-ia64@vger.kernel.org "Rafael J. Wysocki" writes: > From: Rafael J. Wysocki > > It is not valid to select CONFIG_PM directly without selecting > CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME too, because that breaks > dependencies (ia64 does that) and it is not necessary to select > CONFIG_PM directly if CONFIG_PM_SLEEP or CONFIG_PM_RUNTIME is > set, because it will be set automatically then (sh does that). > > Fix those mistakes. > > Signed-off-by: Rafael J. Wysocki Reviewed-by: Kevin Hilman