Kconfig (7b153f366867a3b70daeaf3c6074e4a0594057a7) | Kconfig (132ce09123755ec5e3d3a8ae22f4f753c3baac97) |
---|---|
1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config IBM_ASM 8 tristate "Device driver for IBM RSA service processor" --- 98 unchanged lines hidden (view full) --- 107 108 If you have an MSI S270 laptop, say Y or M here. 109 110config SONY_LAPTOP 111 tristate "Sony Laptop Extras" 112 depends on X86 && ACPI 113 select BACKLIGHT_CLASS_DEVICE 114 ---help--- | 1# 2# Misc strange devices 3# 4 5menu "Misc devices" 6 7config IBM_ASM 8 tristate "Device driver for IBM RSA service processor" --- 98 unchanged lines hidden (view full) --- 107 108 If you have an MSI S270 laptop, say Y or M here. 109 110config SONY_LAPTOP 111 tristate "Sony Laptop Extras" 112 depends on X86 && ACPI 113 select BACKLIGHT_CLASS_DEVICE 114 ---help--- |
115 This mini-driver drives the SNC and SPIC devices present in the ACPI 116 BIOS of the Sony Vaio laptops. | 115 This mini-driver drives the SNC device present in the ACPI BIOS of 116 the Sony Vaio laptops. |
117 | 117 |
118 It gives access to some extra laptop functionalities like Bluetooth, 119 screen brightness control, Fn keys and allows powering on/off some | 118 It gives access to some extra laptop functionalities. In its current 119 form, this driver let the user set or query the screen brightness 120 through the backlight subsystem and remove/apply power to some |
120 devices. 121 122 Read <file:Documentation/sony-laptop.txt> for more information. 123 | 121 devices. 122 123 Read <file:Documentation/sony-laptop.txt> for more information. 124 |
124config SONY_LAPTOP_OLD 125 bool "Sonypi compatibility" 126 depends on SONY_LAPTOP 127 ---help--- 128 Build the sonypi driver compatibility code into the sony-laptop driver. | 125config THINKPAD_ACPI 126 tristate "ThinkPad ACPI Laptop Extras" 127 depends on X86 && ACPI 128 select BACKLIGHT_CLASS_DEVICE 129 ---help--- 130 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 131 support for Fn-Fx key combinations, Bluetooth control, video 132 output switching, ThinkLight control, UltraBay eject and more. 133 For more information about this driver see 134 <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> . |
129 | 135 |
136 This driver was formely known as ibm-acpi. 137 138 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 139 140config THINKPAD_ACPI_DEBUG 141 bool "Verbose debug mode" 142 depends on THINKPAD_ACPI 143 default n 144 ---help--- 145 Enables extra debugging information, at the expense of a slightly 146 increase in driver size. 147 148 If you are not sure, say N here. 149 150config THINKPAD_ACPI_DOCK 151 bool "Legacy Docking Station Support" 152 depends on THINKPAD_ACPI 153 depends on ACPI_DOCK=n 154 default n 155 ---help--- 156 Allows the thinkpad_acpi driver to handle docking station events. 157 This support was made obsolete by the generic ACPI docking station 158 support (CONFIG_ACPI_DOCK). It will allow locking and removing the 159 laptop from the docking station, but will not properly connect PCI 160 devices. 161 162 If you are not sure, say N here. 163 164config THINKPAD_ACPI_BAY 165 bool "Legacy Removable Bay Support" 166 depends on THINKPAD_ACPI 167 default y 168 ---help--- 169 Allows the thinkpad_acpi driver to handle removable bays. It will 170 eletrically disable the device in the bay, and also generate 171 notifications when the bay lever is ejected or inserted. 172 173 If you are not sure, say Y here. 174 |
|
130endmenu | 175endmenu |