Kconfig (be18cdabb8ed40ff4b8a240e0d6f4e6c30ff866d) Kconfig (6b7091e74fe176da97917ca60524e2b3554305f0)
1#
2# Misc strange devices
3#
4
5menu "Misc devices"
6
7config IBM_ASM
8 tristate "Device driver for IBM RSA service processor"

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

70 be called tifm_7xx1.
71
72config ASUS_LAPTOP
73 tristate "Asus Laptop Extras (EXPERIMENTAL)"
74 depends on X86
75 depends on ACPI
76 depends on EXPERIMENTAL && !ACPI_ASUS
77 depends on LEDS_CLASS
1#
2# Misc strange devices
3#
4
5menu "Misc devices"
6
7config IBM_ASM
8 tristate "Device driver for IBM RSA service processor"

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

70 be called tifm_7xx1.
71
72config ASUS_LAPTOP
73 tristate "Asus Laptop Extras (EXPERIMENTAL)"
74 depends on X86
75 depends on ACPI
76 depends on EXPERIMENTAL && !ACPI_ASUS
77 depends on LEDS_CLASS
78 depends on BACKLIGHT_CLASS_DEVICE
78 ---help---
79 This is the new Linux driver for Asus laptops. It may also support some
80 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
81 standard ACPI events that go through /proc/acpi/events. It also adds
82 support for video output switching, LCD backlight control, Bluetooth and
83 Wlan control, and most importantly, allows you to blink those fancy LEDs.
84
85 For more information and a userspace daemon for handling the extra

--- 24 unchanged lines hidden ---
79 ---help---
80 This is the new Linux driver for Asus laptops. It may also support some
81 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
82 standard ACPI events that go through /proc/acpi/events. It also adds
83 support for video output switching, LCD backlight control, Bluetooth and
84 Wlan control, and most importantly, allows you to blink those fancy LEDs.
85
86 For more information and a userspace daemon for handling the extra

--- 24 unchanged lines hidden ---