]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: don't make THERMAL_NETLINK 'default y'
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2020 16:05:02 +0000 (09:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Aug 2020 16:05:02 +0000 (09:05 -0700)
commitaa1f276179815ce1aca0445226261645eb69562d
tree2aa14755812335e7c390e40d13c9ae94be54e6a4
parenta3e0f4ed7df5c8e502e2e5347ffcd547f27f0b0d
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>
drivers/thermal/Kconfig