commit | 0192f17529fa3f8d78ca0181a2b2aaa7cbb0784d | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sat Nov 18 12:09:51 2017 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Nov 18 12:09:51 2017 -0800 |
tree | 0c1e0b8ea0fbf92335e99693342f7a5729190cf8 | |
parent | 4dd3c2e5a4225e3df85afc6033e62ce8b09f0ed2 [diff] |
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>