Skip to content

Commit 0f5d0a4

Browse files
committed
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>
1 parent 86cfccb commit 0f5d0a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/thermal/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ if THERMAL
2020
config THERMAL_NETLINK
2121
bool "Thermal netlink management"
2222
depends on NET
23-
default y
2423
help
2524
The thermal framework has a netlink interface to do thermal
2625
zones discovery, temperature readings and events such as

0 commit comments

Comments
 (0)