From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] PM / Kconfig: Replace PM_RUNTIME with PM in dependencies Date: Sat, 6 Dec 2014 07:43:04 -0500 Message-ID: <20141206124304.GA18711@htj.dyndns.org> References: <1710744.OD8H2BOPgr@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-qg0-f44.google.com ([209.85.192.44]:38278 "EHLO mail-qg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752383AbaLFMnJ (ORCPT ); Sat, 6 Dec 2014 07:43:09 -0500 Content-Disposition: inline In-Reply-To: <1710744.OD8H2BOPgr@vostro.rjw.lan> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org, Russell King , Kukjin Kim , Tony Luck , Fenghua Yu , Mauro Carvalho Chehab , Kyungmin Park , Tomasz Stanislawski , Greg Kroah-Hartman , Felipe Balbi , Matthew Dharm , Alan Stern , Aaron Lu , Linux PM list On Sat, Dec 06, 2014 at 03:54:35AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is > selected) PM_RUNTIME is always set if PM is set, so Kconfig options > depending on CONFIG_PM_RUNTIME may now be changed to depend on > CONFIG_PM. > > Replace PM_RUNTIME with PM in Kconfig dependencies throughout the > tree. > > Signed-off-by: Rafael J. Wysocki Acked-by: Tejun Heo Thanks. -- tejun