]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit0192f17529fa3f8d78ca0181a2b2aaa7cbb0784d
tree0c1e0b8ea0fbf92335e99693342f7a5729190cf8
parent4dd3c2e5a4225e3df85afc6033e62ce8b09f0ed2
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