From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] PM / Kconfig: Replace PM_RUNTIME with PM in dependencies Date: Fri, 5 Dec 2014 20:28:26 -0800 Message-ID: <20141206042826.GA3398@kroah.com> References: <1710744.OD8H2BOPgr@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:57377 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061AbaLFE22 (ORCPT ); Fri, 5 Dec 2014 23:28:28 -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 , Tejun Heo , Mauro Carvalho Chehab , Kyungmin Park , Tomasz Stanislawski , 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 > --- > > Note: This depends on commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if > PM_SLEEP is selected) which is only in linux-next at the moment (via the > linux-pm tree). > > Please let me know if it is OK to take this one into linux-pm. Acked-by: Greg Kroah-Hartman