Kconfig (2e6c4e5101633a54aeee1f2e83020ee77fcb70d2) | Kconfig (9a1e8eb1f0b76b5e72a2343ad881c81b08dd6410) |
---|---|
1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- 9 Say Y here to get to see options for device drivers from various 10 different categories. This option alone does not add any kernel code. 11 12 If you say N, all options in this submenu will be skipped and disabled. 13 14if MISC_DEVICES 15 | 1# 2# Misc strange devices 3# 4 5menuconfig MISC_DEVICES 6 bool "Misc devices" 7 default y 8 ---help--- 9 Say Y here to get to see options for device drivers from various 10 different categories. This option alone does not add any kernel code. 11 12 If you say N, all options in this submenu will be skipped and disabled. 13 14if MISC_DEVICES 15 |
16config ATMEL_PWM 17 tristate "Atmel AT32/AT91 PWM support" 18 depends on AVR32 || ARCH_AT91 19 help 20 This option enables device driver support for the PWM channels 21 on certain Atmel prcoessors. Pulse Width Modulation is used for 22 purposes including software controlled power-efficent backlights 23 on LCD displays, motor control, and waveform generation. 24 |
|
16config IBM_ASM 17 tristate "Device driver for IBM RSA service processor" 18 depends on X86 && PCI && INPUT && EXPERIMENTAL 19 ---help--- 20 This option enables device driver support for in-band access to the 21 IBM RSA (Condor) service processor in eServer xSeries systems. 22 The ibmasm device driver allows user space application to access 23 ASM (Advanced Systems Management) functions on the service --- 68 unchanged lines hidden (view full) --- 92 To compile this driver as a module, choose M here: the module will 93 be called tifm_7xx1. 94 95config ACER_WMI 96 tristate "Acer WMI Laptop Extras (EXPERIMENTAL)" 97 depends on X86 98 depends on EXPERIMENTAL 99 depends on ACPI | 25config IBM_ASM 26 tristate "Device driver for IBM RSA service processor" 27 depends on X86 && PCI && INPUT && EXPERIMENTAL 28 ---help--- 29 This option enables device driver support for in-band access to the 30 IBM RSA (Condor) service processor in eServer xSeries systems. 31 The ibmasm device driver allows user space application to access 32 ASM (Advanced Systems Management) functions on the service --- 68 unchanged lines hidden (view full) --- 101 To compile this driver as a module, choose M here: the module will 102 be called tifm_7xx1. 103 104config ACER_WMI 105 tristate "Acer WMI Laptop Extras (EXPERIMENTAL)" 106 depends on X86 107 depends on EXPERIMENTAL 108 depends on ACPI |
109 depends on ACPI_WMI |
|
100 depends on LEDS_CLASS 101 depends on BACKLIGHT_CLASS_DEVICE | 110 depends on LEDS_CLASS 111 depends on BACKLIGHT_CLASS_DEVICE |
102 select ACPI_WMI | |
103 ---help--- 104 This is a driver for newer Acer (and Wistron) laptops. It adds 105 wireless radio and bluetooth control, and on some laptops, 106 exposes the mail LED and LCD backlight. 107 108 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 109 here. 110 --- 30 unchanged lines hidden (view full) --- 141 It adds support for LCD brightness control. 142 143 If you have a Fujitsu laptop, say Y or M here. 144 145config TC1100_WMI 146 tristate "HP Compaq TC1100 Tablet WMI Extras" 147 depends on X86 && !X86_64 148 depends on ACPI | 112 ---help--- 113 This is a driver for newer Acer (and Wistron) laptops. It adds 114 wireless radio and bluetooth control, and on some laptops, 115 exposes the mail LED and LCD backlight. 116 117 If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 118 here. 119 --- 30 unchanged lines hidden (view full) --- 150 It adds support for LCD brightness control. 151 152 If you have a Fujitsu laptop, say Y or M here. 153 154config TC1100_WMI 155 tristate "HP Compaq TC1100 Tablet WMI Extras" 156 depends on X86 && !X86_64 157 depends on ACPI |
149 select ACPI_WMI | 158 depends on ACPI_WMI |
150 ---help--- 151 This is a driver for the WMI extensions (wireless and bluetooth power 152 control) of the HP Compaq TC1100 tablet. 153 154config MSI_LAPTOP 155 tristate "MSI Laptop Extras" 156 depends on X86 157 depends on ACPI_EC --- 116 unchanged lines hidden (view full) --- 274 The SSC peripheral supports a wide variety of serial frame based 275 communications, i.e. I2S, SPI, etc. 276 277 If unsure, say N. 278 279config INTEL_MENLOW 280 tristate "Thermal Management driver for Intel menlow platform" 281 depends on ACPI_THERMAL | 159 ---help--- 160 This is a driver for the WMI extensions (wireless and bluetooth power 161 control) of the HP Compaq TC1100 tablet. 162 163config MSI_LAPTOP 164 tristate "MSI Laptop Extras" 165 depends on X86 166 depends on ACPI_EC --- 116 unchanged lines hidden (view full) --- 283 The SSC peripheral supports a wide variety of serial frame based 284 communications, i.e. I2S, SPI, etc. 285 286 If unsure, say N. 287 288config INTEL_MENLOW 289 tristate "Thermal Management driver for Intel menlow platform" 290 depends on ACPI_THERMAL |
282 depends on X86 | |
283 ---help--- 284 ACPI thermal management enhancement driver on 285 Intel Menlow platform. 286 287 If unsure, say N. 288 289config ENCLOSURE_SERVICES 290 tristate "Enclosure Services" 291 default n 292 help 293 Provides support for intelligent enclosures (bays which 294 contain storage devices). You also need either a host 295 driver (SCSI/ATA) which supports enclosures 296 or a SCSI enclosure device (SES) to use these services. 297 298endif # MISC_DEVICES | 291 ---help--- 292 ACPI thermal management enhancement driver on 293 Intel Menlow platform. 294 295 If unsure, say N. 296 297config ENCLOSURE_SERVICES 298 tristate "Enclosure Services" 299 default n 300 help 301 Provides support for intelligent enclosures (bays which 302 contain storage devices). You also need either a host 303 driver (SCSI/ATA) which supports enclosures 304 or a SCSI enclosure device (SES) to use these services. 305 306endif # MISC_DEVICES |