aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-08-07 09:05:02 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-08-07 09:05:02 -0700
commit0f5d0a4c01cc1b7b0590baa18809a96d45a1e278 (patch)
tree2aa14755812335e7c390e40d13c9ae94be54e6a4
parentMerge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm (diff)
downloadlinux-dev-0f5d0a4c01cc1b7b0590baa18809a96d45a1e278.tar.xz
linux-dev-0f5d0a4c01cc1b7b0590baa18809a96d45a1e278.zip
thermal: don't make THERMAL_NETLINK 'default y'
We just don't do that. "default y" is for things that are needed for compatibility (when an old feature is made unconditional), or for things that are basically part of the infrastructure of a platform. And it can possibly be used for questions that don't enable code on their own, but are used to enable or disable a whole slew of other questions. A new feature that people aren't using is never 'default y', unless it cures cancer or ends world hunger. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/thermal/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 13991d68c844..a2e710d46432 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -20,7 +20,6 @@ if THERMAL
config THERMAL_NETLINK
bool "Thermal netlink management"
depends on NET
- default y
help
The thermal framework has a netlink interface to do thermal
zones discovery, temperature readings and events such as