Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-11
-11
drivers/platform/x86/Kconfig
··· 98 98 tristate "Dell SMBIOS calling interface (WMI implementation)" 99 99 depends on ACPI_WMI 100 100 select DELL_WMI_DESCRIPTOR 101 - default ACPI_WMI 102 101 select DELL_SMBIOS 103 102 ---help--- 104 103 This provides an implementation for the Dell SMBIOS calling interface ··· 110 111 config DELL_SMBIOS_SMM 111 112 tristate "Dell SMBIOS calling interface (SMM implementation)" 112 113 depends on DCDBAS 113 - default DCDBAS 114 114 select DELL_SMBIOS 115 115 ---help--- 116 116 This provides an implementation for the Dell SMBIOS calling interface ··· 450 452 config THINKPAD_ACPI_DEBUGFACILITIES 451 453 bool "Maintainer debug facilities" 452 454 depends on THINKPAD_ACPI 453 - default n 454 455 ---help--- 455 456 Enables extra stuff in the thinkpad-acpi which is completely useless 456 457 for normal use. Read the driver source to find out what it does. ··· 460 463 config THINKPAD_ACPI_DEBUG 461 464 bool "Verbose debug mode" 462 465 depends on THINKPAD_ACPI 463 - default n 464 466 ---help--- 465 467 Enables extra debugging information, at the expense of a slightly 466 468 increase in driver size. ··· 469 473 config THINKPAD_ACPI_UNSAFE_LEDS 470 474 bool "Allow control of important LEDs (unsafe)" 471 475 depends on THINKPAD_ACPI 472 - default n 473 476 ---help--- 474 477 Overriding LED state on ThinkPads can mask important 475 478 firmware alerts (like critical battery condition), or misled ··· 536 541 tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 537 542 depends on INPUT 538 543 select INPUT_POLLDEV 539 - default n 540 544 help 541 545 This driver provides support for the IBM Hard Drive Active Protection 542 546 System (hdaps), which provides an accelerometer and other misc. data. ··· 681 687 config INTEL_WMI_THUNDERBOLT 682 688 tristate "Intel WMI thunderbolt force power driver" 683 689 depends on ACPI_WMI 684 - default ACPI_WMI 685 690 ---help--- 686 691 Say Y here if you want to be able to use the WMI interface on select 687 692 systems to force the power control of Intel Thunderbolt controllers. ··· 795 802 796 803 config TOSHIBA_WMI 797 804 tristate "Toshiba WMI Hotkeys Driver (EXPERIMENTAL)" 798 - default n 799 805 depends on ACPI_WMI 800 806 depends on INPUT 801 807 select INPUT_SPARSEKMAP ··· 816 824 depends on RFKILL || RFKILL=n 817 825 select INPUT 818 826 select BACKLIGHT_CLASS_DEVICE 819 - default n 820 827 help 821 828 Support for Intel Classmate PC ACPI devices, including some 822 829 keys as input device, backlight device, tablet and accelerometer ··· 926 935 927 936 config INTEL_IMR 928 937 bool "Intel Isolated Memory Region support" 929 - default n 930 938 depends on X86_INTEL_QUARK && IOSF_MBI 931 939 ---help--- 932 940 This option provides a means to manipulate Isolated Memory Regions. ··· 1143 1153 1144 1154 config MLX_CPLD_PLATFORM 1145 1155 tristate "Mellanox platform hotplug driver support" 1146 - default n 1147 1156 select HWMON 1148 1157 select I2C 1149 1158 ---help---