Kconfig (2879a927bb7a3cf91ae3906a5e59215f9c17dd75) | Kconfig (709ee531c153038d81b30649b9eeed3c44a4d5cc) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 231 unchanged lines hidden (view full) --- 240 241 It adds support for Bluetooth, WLAN and LCD brightness control. 242 243 More information about this driver is available at 244 <http://0pointer.de/lennart/tchibo.html>. 245 246 If you have an MSI S270 laptop, say Y or M here. 247 | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- --- 231 unchanged lines hidden (view full) --- 240 241 It adds support for Bluetooth, WLAN and LCD brightness control. 242 243 More information about this driver is available at 244 <http://0pointer.de/lennart/tchibo.html>. 245 246 If you have an MSI S270 laptop, say Y or M here. 247 |
248config PANASONIC_LAPTOP 249 tristate "Panasonic Laptop Extras" 250 depends on X86 && INPUT 251 depends on BACKLIGHT_CLASS_DEVICE 252 ---help--- 253 This driver adds support for access to backlight control and hotkeys 254 on Panasonic Let's Note laptops. 255 256 If you have a Panasonic Let's note laptop (such as the R1(N variant), 257 R2, R3, R5, T2, W2 and Y2 series), say Y. 258 |
|
248config COMPAL_LAPTOP 249 tristate "Compal Laptop Extras" 250 depends on X86 251 depends on ACPI_EC 252 depends on BACKLIGHT_CLASS_DEVICE 253 ---help--- 254 This is a driver for laptops built by Compal: 255 --- 223 unchanged lines hidden --- | 259config COMPAL_LAPTOP 260 tristate "Compal Laptop Extras" 261 depends on X86 262 depends on ACPI_EC 263 depends on BACKLIGHT_CLASS_DEVICE 264 ---help--- 265 This is a driver for laptops built by Compal: 266 --- 223 unchanged lines hidden --- |