[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.11.1411170128560.11690@knanqh.ubzr>
Date: Mon, 17 Nov 2014 01:29:20 -0500 (EST)
From: Nicolas Pitre <nicolas.pitre@...aro.org>
To: Pankaj Dubey <pankaj.dubey@...sung.com>
cc: linux-pm@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, rjw@...ysocki.net, pavel@....cz,
len.brown@...el.com, linux@....linux.org.uk, ccross@...roid.com
Subject: Re: [PATCH v2] cpu_pm: fix unmet dependency for CPU_PM
On Mon, 17 Nov 2014, Pankaj Dubey wrote:
> If BL_SWITCHER is enabled but SUSPEND and CPU_IDLE is not enabled
> we are getting following config warning.
>
> warning: (BL_SWITCHER) selects CPU_PM which has unmet direct
> dependencies (SUSPEND || CPU_IDLE)
>
> It has been noticed that CPU_PM dependencies in this file are not really
> required so let's remove these dependencies from CPU_PM.
>
> Signed-off-by: Pankaj Dubey <pankaj.dubey@...sung.com>
Acked-by: Nicolas Pitre <nico@...aro.org>
> ---
> This patch is second attempt to fix this config issue. Patch v1 and related
> discussion can be found here [1]
> 1: https://lkml.org/lkml/2014/11/14/673
>
> kernel/power/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
> index bbef57f..1eb7da7 100644
> --- a/kernel/power/Kconfig
> +++ b/kernel/power/Kconfig
> @@ -308,4 +308,3 @@ config PM_GENERIC_DOMAINS_OF
>
> config CPU_PM
> bool
> - depends on SUSPEND || CPU_IDLE
> --
> 1.7.9.5
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists