Kconfig (c2f828977ba5d17c13debba374ea252d18e5ccfb) | Kconfig (8a66074c379cacc79168681bf7dea37ad278f5d1) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 120 unchanged lines hidden (view full) --- 129 <http://0pointer.de/lennart/tchibo.html>. 130 131 If you have an MSI S270 laptop, say Y or M here. 132 133config SONY_LAPTOP 134 tristate "Sony Laptop Extras" 135 depends on X86 && ACPI 136 select BACKLIGHT_CLASS_DEVICE | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 120 unchanged lines hidden (view full) --- 129 <http://0pointer.de/lennart/tchibo.html>. 130 131 If you have an MSI S270 laptop, say Y or M here. 132 133config SONY_LAPTOP 134 tristate "Sony Laptop Extras" 135 depends on X86 && ACPI 136 select BACKLIGHT_CLASS_DEVICE |
137 depends on INPUT |
|
137 ---help--- 138 This mini-driver drives the SNC and SPIC devices present in the ACPI 139 BIOS of the Sony Vaio laptops. 140 141 It gives access to some extra laptop functionalities like Bluetooth, 142 screen brightness control, Fn keys and allows powering on/off some 143 devices. 144 --- 6 unchanged lines hidden (view full) --- 151 Build the sonypi driver compatibility code into the sony-laptop driver. 152 153config THINKPAD_ACPI 154 tristate "ThinkPad ACPI Laptop Extras" 155 depends on X86 && ACPI 156 select BACKLIGHT_CLASS_DEVICE 157 select HWMON 158 select NVRAM | 138 ---help--- 139 This mini-driver drives the SNC and SPIC devices present in the ACPI 140 BIOS of the Sony Vaio laptops. 141 142 It gives access to some extra laptop functionalities like Bluetooth, 143 screen brightness control, Fn keys and allows powering on/off some 144 devices. 145 --- 6 unchanged lines hidden (view full) --- 152 Build the sonypi driver compatibility code into the sony-laptop driver. 153 154config THINKPAD_ACPI 155 tristate "ThinkPad ACPI Laptop Extras" 156 depends on X86 && ACPI 157 select BACKLIGHT_CLASS_DEVICE 158 select HWMON 159 select NVRAM |
160 depends on INPUT |
|
159 ---help--- 160 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 161 support for Fn-Fx key combinations, Bluetooth control, video 162 output switching, ThinkLight control, UltraBay eject and more. 163 For more information about this driver see 164 <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> . 165 166 This driver was formely known as ibm-acpi. --- 40 unchanged lines hidden --- | 161 ---help--- 162 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 163 support for Fn-Fx key combinations, Bluetooth control, video 164 output switching, ThinkLight control, UltraBay eject and more. 165 For more information about this driver see 166 <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> . 167 168 This driver was formely known as ibm-acpi. --- 40 unchanged lines hidden --- |