Kconfig (9d4d8572a539ef807e21c196f145aa365fd52f0e) | Kconfig (eabe533904cbcb6c7df530fd807cf2a3c3567d35) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y --- 610 unchanged lines hidden (view full) --- 619config IDEAPAD_LAPTOP 620 tristate "Lenovo IdeaPad Laptop Extras" 621 depends on ACPI 622 depends on RFKILL && INPUT 623 depends on SERIO_I8042 624 depends on BACKLIGHT_CLASS_DEVICE 625 depends on ACPI_VIDEO || ACPI_VIDEO = n 626 depends on ACPI_WMI || ACPI_WMI = n | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# X86 Platform Specific Drivers 4# 5 6menuconfig X86_PLATFORM_DEVICES 7 bool "X86 Platform Specific Device Drivers" 8 default y --- 610 unchanged lines hidden (view full) --- 619config IDEAPAD_LAPTOP 620 tristate "Lenovo IdeaPad Laptop Extras" 621 depends on ACPI 622 depends on RFKILL && INPUT 623 depends on SERIO_I8042 624 depends on BACKLIGHT_CLASS_DEVICE 625 depends on ACPI_VIDEO || ACPI_VIDEO = n 626 depends on ACPI_WMI || ACPI_WMI = n |
627 depends on ACPI_PLATFORM_PROFILE |
|
627 select INPUT_SPARSEKMAP 628 help 629 This is a driver for Lenovo IdeaPad netbooks contains drivers for 630 rfkill switch, hotkey, fan control and backlight control. 631 632config SENSORS_HDAPS 633 tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 634 depends on INPUT --- 687 unchanged lines hidden (view full) --- 1322 depends on INPUT 1323 help 1324 This option adds a power button driver driver for Dollar Cove TI 1325 PMIC on Intel Cherry Trail devices. 1326 1327 To compile this driver as a module, choose M here: the module 1328 will be called intel_chtdc_ti_pwrbtn. 1329 | 628 select INPUT_SPARSEKMAP 629 help 630 This is a driver for Lenovo IdeaPad netbooks contains drivers for 631 rfkill switch, hotkey, fan control and backlight control. 632 633config SENSORS_HDAPS 634 tristate "Thinkpad Hard Drive Active Protection System (hdaps)" 635 depends on INPUT --- 687 unchanged lines hidden (view full) --- 1323 depends on INPUT 1324 help 1325 This option adds a power button driver driver for Dollar Cove TI 1326 PMIC on Intel Cherry Trail devices. 1327 1328 To compile this driver as a module, choose M here: the module 1329 will be called intel_chtdc_ti_pwrbtn. 1330 |
1330config INTEL_MFLD_THERMAL 1331 tristate "Thermal driver for Intel Medfield platform" 1332 depends on MFD_INTEL_MSIC && THERMAL 1333 help 1334 Say Y here to enable thermal driver support for the Intel Medfield 1335 platform. 1336 1337config INTEL_MID_POWER_BUTTON 1338 tristate "power button driver for Intel MID platforms" 1339 depends on INTEL_SCU && INPUT 1340 help 1341 This driver handles the power button on the Intel MID platforms. 1342 1343 If unsure, say N. 1344 | |
1345config INTEL_MRFLD_PWRBTN 1346 tristate "Intel Merrifield Basin Cove power button driver" 1347 depends on INTEL_SOC_PMIC_MRFLD 1348 depends on INPUT 1349 help 1350 This option adds a power button driver for Basin Cove PMIC 1351 on Intel Merrifield devices. 1352 --- 115 unchanged lines hidden --- | 1331config INTEL_MRFLD_PWRBTN 1332 tristate "Intel Merrifield Basin Cove power button driver" 1333 depends on INTEL_SOC_PMIC_MRFLD 1334 depends on INPUT 1335 help 1336 This option adds a power button driver for Basin Cove PMIC 1337 on Intel Merrifield devices. 1338 --- 115 unchanged lines hidden --- |