Kconfig (e21e696edb498c7f7eed42ba3096f6bbe13927b6) Kconfig (8950d89acaa8c353869e681772479d7955ae6f7a)
1#
2# Misc strange devices
3#
4
5menuconfig MISC_DEVICES
6 bool "Misc devices"
7 default y
8 ---help---

--- 216 unchanged lines hidden (view full) ---

225 to read data from WMI such as docking or ambient light sensor state.
226
227 To compile this driver as a module, choose M here: the module will
228 be called hp-wmi.
229
230config MSI_LAPTOP
231 tristate "MSI Laptop Extras"
232 depends on X86
1#
2# Misc strange devices
3#
4
5menuconfig MISC_DEVICES
6 bool "Misc devices"
7 default y
8 ---help---

--- 216 unchanged lines hidden (view full) ---

225 to read data from WMI such as docking or ambient light sensor state.
226
227 To compile this driver as a module, choose M here: the module will
228 be called hp-wmi.
229
230config MSI_LAPTOP
231 tristate "MSI Laptop Extras"
232 depends on X86
233 depends on ACPI_EC
233 depends on ACPI
234 depends on BACKLIGHT_CLASS_DEVICE
235 ---help---
236 This is a driver for laptops built by MSI (MICRO-STAR
237 INTERNATIONAL):
238
239 MSI MegaBook S270 (MS-1013)
240 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
241

--- 13 unchanged lines hidden (view full) ---

255 on Panasonic Let's Note laptops.
256
257 If you have a Panasonic Let's note laptop (such as the R1(N variant),
258 R2, R3, R5, T2, W2 and Y2 series), say Y.
259
260config COMPAL_LAPTOP
261 tristate "Compal Laptop Extras"
262 depends on X86
234 depends on BACKLIGHT_CLASS_DEVICE
235 ---help---
236 This is a driver for laptops built by MSI (MICRO-STAR
237 INTERNATIONAL):
238
239 MSI MegaBook S270 (MS-1013)
240 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
241

--- 13 unchanged lines hidden (view full) ---

255 on Panasonic Let's Note laptops.
256
257 If you have a Panasonic Let's note laptop (such as the R1(N variant),
258 R2, R3, R5, T2, W2 and Y2 series), say Y.
259
260config COMPAL_LAPTOP
261 tristate "Compal Laptop Extras"
262 depends on X86
263 depends on ACPI_EC
263 depends on ACPI
264 depends on BACKLIGHT_CLASS_DEVICE
265 ---help---
266 This is a driver for laptops built by Compal:
267
268 Compal FL90/IFL90
269 Compal FL91/IFL91
270 Compal FL92/JFL92
271 Compal FT00/IFT00

--- 220 unchanged lines hidden ---
264 depends on BACKLIGHT_CLASS_DEVICE
265 ---help---
266 This is a driver for laptops built by Compal:
267
268 Compal FL90/IFL90
269 Compal FL91/IFL91
270 Compal FL92/JFL92
271 Compal FT00/IFT00

--- 220 unchanged lines hidden ---