From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ido Schimmel Subject: Re: [PATCH -next] mlxsw: Remove obsolete dependency on THERMAL=m Date: Tue, 30 Apr 2019 10:16:10 +0000 Message-ID: <20190430101608.GB6343@splinter> References: <20190430092832.7376-1-geert+renesas@glider.be> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20190430092832.7376-1-geert+renesas@glider.be> Content-Language: en-US Content-ID: <323BFEDD0C772C4F9395BE241D4B9385@eurprd05.prod.outlook.com> Sender: linux-kernel-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Daniel Lezcano , Zhang Rui , Eduardo Valentin , Matthias Brugger , Jiri Pirko , "David S . Miller" , "linux-pm@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" List-Id: linux-pm@vger.kernel.org On Tue, Apr 30, 2019 at 11:28:32AM +0200, Geert Uytterhoeven wrote: > The THERMAL configuration option was changed from tristate to bool, but > a dependency on THERMAL=3Dm was forgotten, leading to a warning when > running "make savedefconfig": >=20 > boolean symbol THERMAL tested for 'm'? test forced to 'n' >=20 > Fixes: be33e4fbbea581ea ("thermal/drivers/core: Remove the module Kconfig= 's option") > Signed-off-by: Geert Uytterhoeven Reviewed-by: Ido Schimmel I assume this will be applied to the thermal tree?