diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1921b8dbb242..321eb9134635 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -77,11 +77,13 @@ config IBM_ASM | |||
77 | for your IBM server. | 77 | for your IBM server. |
78 | 78 | ||
79 | config PHANTOM | 79 | config PHANTOM |
80 | tristate "Sensable PHANToM" | 80 | tristate "Sensable PHANToM (PCI)" |
81 | depends on PCI | 81 | depends on PCI |
82 | help | 82 | help |
83 | Say Y here if you want to build a driver for Sensable PHANToM device. | 83 | Say Y here if you want to build a driver for Sensable PHANToM device. |
84 | 84 | ||
85 | This driver is only for PCI PHANToMs. | ||
86 | |||
85 | If you choose to build module, its name will be phantom. If unsure, | 87 | If you choose to build module, its name will be phantom. If unsure, |
86 | say N here. | 88 | say N here. |
87 | 89 | ||
@@ -212,6 +214,18 @@ config TC1100_WMI | |||
212 | This is a driver for the WMI extensions (wireless and bluetooth power | 214 | This is a driver for the WMI extensions (wireless and bluetooth power |
213 | control) of the HP Compaq TC1100 tablet. | 215 | control) of the HP Compaq TC1100 tablet. |
214 | 216 | ||
217 | config HP_WMI | ||
218 | tristate "HP WMI extras" | ||
219 | depends on ACPI_WMI | ||
220 | depends on INPUT | ||
221 | depends on RFKILL | ||
222 | help | ||
223 | Say Y here if you want to support WMI-based hotkeys on HP laptops and | ||
224 | to read data from WMI such as docking or ambient light sensor state. | ||
225 | |||
226 | To compile this driver as a module, choose M here: the module will | ||
227 | be called hp-wmi. | ||
228 | |||
215 | config MSI_LAPTOP | 229 | config MSI_LAPTOP |
216 | tristate "MSI Laptop Extras" | 230 | tristate "MSI Laptop Extras" |
217 | depends on X86 | 231 | depends on X86 |
@@ -279,6 +293,8 @@ config THINKPAD_ACPI | |||
279 | select INPUT | 293 | select INPUT |
280 | select NEW_LEDS | 294 | select NEW_LEDS |
281 | select LEDS_CLASS | 295 | select LEDS_CLASS |
296 | select NET | ||
297 | select RFKILL | ||
282 | ---help--- | 298 | ---help--- |
283 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds | 299 | This is a driver for the IBM and Lenovo ThinkPad laptops. It adds |
284 | support for Fn-Fx key combinations, Bluetooth control, video | 300 | support for Fn-Fx key combinations, Bluetooth control, video |
@@ -420,4 +436,18 @@ config SGI_XP | |||
420 | this feature will allow for direct communication between SSIs | 436 | this feature will allow for direct communication between SSIs |
421 | based on a network adapter and DMA messaging. | 437 | based on a network adapter and DMA messaging. |
422 | 438 | ||
439 | config HP_ILO | ||
440 | tristate "Channel interface driver for HP iLO/iLO2 processor" | ||
441 | depends on PCI | ||
442 | default n | ||
443 | help | ||
444 | The channel interface driver allows applications to communicate | ||
445 | with iLO/iLO2 management processors present on HP ProLiant | ||
446 | servers. Upon loading, the driver creates /dev/hpilo/dXccbN files, | ||
447 | which can be used to gather data from the management processor, | ||
448 | via read and write system calls. | ||
449 | |||
450 | To compile this driver as a module, choose M here: the | ||
451 | module will be called hpilo. | ||
452 | |||
423 | endif # MISC_DEVICES | 453 | endif # MISC_DEVICES |