From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754339AbaLBBKj (ORCPT ); Mon, 1 Dec 2014 20:10:39 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:51368 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754283AbaLBBKf (ORCPT ); Mon, 1 Dec 2014 20:10:35 -0500 From: Kevin Hilman 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 Subject: Re: [PATCH] PM / Kconfig: Do not select PM directly from Kconfig files References: <4088467.A4Xd3YfMSv@vostro.rjw.lan> Date: Mon, 01 Dec 2014 17:10:32 -0800 In-Reply-To: <4088467.A4Xd3YfMSv@vostro.rjw.lan> (Rafael J. Wysocki's message of "Sat, 29 Nov 2014 02:03:48 +0100") Message-ID: <7h388y501j.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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