]> git.baikalelectronics.ru Git - kernel.git/commit
clean up x86 platform driver default values
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Nov 2017 20:09:51 +0000 (12:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Nov 2017 20:09:51 +0000 (12:09 -0800)
commitaabf120d771850a957e4188217bfb5194980af08
tree0c1e0b8ea0fbf92335e99693342f7a5729190cf8
parentab501e6d5e6992aee370079e9ebf0f3e09217f2b
clean up x86 platform driver default values

The updates this merge window added several bogus default enablement for
new features.  We don't do that.  If people want new behavior, they ask
for it.

One 'default n' was also removed as pointless.  That's great, but there
were eight other ones in the same file that were left alone.

Fix it up.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/platform/x86/Kconfig