Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752408AbaAGPIG (ORCPT ); Tue, 7 Jan 2014 10:08:06 -0500 Received: from zoneX.GCU-Squad.org ([194.213.125.0]:48261 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910AbaAGPH5 (ORCPT ); Tue, 7 Jan 2014 10:07:57 -0500 Date: Tue, 7 Jan 2014 16:07:38 +0100 From: Jean Delvare To: Eduardo Valentin Cc: "Zhang, Rui" , Guenter Roeck , Randy Dunlap , Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org, linux-pm@vger.kernel.org Subject: Re: [PATCH] hwmon/sensors: fix SENSORS_LM75 dependencies Message-ID: <20140107160738.4a76a6d0@endymion.delvare> In-Reply-To: <52CC15F0.6020209@ti.com> References: <20140106204020.b47e53cc3ead8f90164ef5b7@canb.auug.org.au> <52CB0948.6030702@infradead.org> <20140106203209.GA21630@roeck-us.net> <52CB53DC.4030901@infradead.org> <52CB65DA.2010103@roeck-us.net> <20140107130401.23bffcd2@endymion.delvare> <52CBF1CF.2000603@ti.com> <744357E9AAD1214791ACBA4B0B909263011BC64C@SHSMSX101.ccr.corp.intel.com> <52CC15F0.6020209@ti.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 Jan 2014 10:57:52 -0400, Eduardo Valentin wrote: > On 07-01-2014 10:05, Zhang, Rui wrote: > > BTW, I've been thinking of make CONFIG_THERMAL a bool since long time ago, the only thing that blocks me is that Thermal subsystem needs to register a hwmon device for each thermal zone and CONFIG_HWMON is a tristate. > > I agree with the move of having CONFIG_THERMAL as bool. Unless you have > use cases where users are dynamically loading and unloading thermal per > user demand, which I doubt. Modularity is not only about reloading modules (although this can be useful for developers in particular.) It's also about enabling many features in a generic distribution kernel and each feature only gets loaded/used on the hardware which needs it. This is why, as a distribution kernel maintainer, I keep complaining when I see boolean options which might easily be tristates. -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/