8 tristate "Device driver for IBM RSA service processor"
9 depends on X86 && PCI && EXPERIMENTAL
11 This option enables device driver support for in-band access to the
12 IBM RSA (Condor) service processor in eServer xSeries systems.
13 The ibmasm device driver allows user space application to access
14 ASM (Advanced Systems Management) functions on the service
15 processor. The driver is meant to be used in conjunction with
17 The ibmasm driver also enables the OS to use the UART on the
18 service processor board as a regular serial port. To make use of
19 this feature serial driver support (CONFIG_SERIAL_8250) must be
22 WARNING: This software may not be supported or function
23 correctly on your IBM server. Please consult the IBM ServerProven
24 website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
25 information on the specific driver level and support statement
29 tristate "Sensable PHANToM"
32 Say Y here if you want to build a driver for Sensable PHANToM device.
34 If you choose to build module, its name will be phantom. If unsure,
38 tristate "EEPROM 93CX6 support"
40 This is a driver for the EEPROM chipsets 93c46 and 93c66.
41 The driver supports both read as well as write commands.
46 tristate "SGI IOC4 Base IO support"
49 This option enables basic support for the IOC4 chip on certain
50 SGI IO controller cards (IO9, IO10, and PCI-RT). This option
51 does not enable any specific functions on such a card, but provides
52 necessary infrastructure for other drivers to utilize.
54 If you have an SGI Altix with an IOC4-based card say Y.
58 tristate "TI Flash Media interface support (EXPERIMENTAL)"
59 depends on EXPERIMENTAL && PCI
61 If you want support for Texas Instruments(R) Flash Media adapters
62 you should select this option and then also choose an appropriate
63 host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
64 support', if you have a TI PCI74xx compatible card reader, for
66 You will also have to select some flash card format drivers. MMC/SD
67 cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
68 Interface support (MMC_TIFM_SD)'.
70 To compile this driver as a module, choose M here: the module will
74 tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
75 depends on PCI && TIFM_CORE && EXPERIMENTAL
78 This option enables support for Texas Instruments(R) PCI74xx and
79 PCI76xx families of Flash Media adapters, found in many laptops.
80 To make actual use of the device, you will have to select some
81 flash card format drivers, as outlined in the TIFM_CORE Help.
83 To compile this driver as a module, choose M here: the module will
87 tristate "Asus Laptop Extras (EXPERIMENTAL)"
90 depends on EXPERIMENTAL && !ACPI_ASUS
92 depends on BACKLIGHT_CLASS_DEVICE
94 This is the new Linux driver for Asus laptops. It may also support some
95 MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
96 standard ACPI events that go through /proc/acpi/events. It also adds
97 support for video output switching, LCD backlight control, Bluetooth and
98 Wlan control, and most importantly, allows you to blink those fancy LEDs.
100 For more information and a userspace daemon for handling the extra
101 buttons see <http://acpi4asus.sf.net/>.
103 If you have an ACPI-compatible ASUS laptop, say Y or M here.
106 tristate "MSI Laptop Extras"
109 depends on BACKLIGHT_CLASS_DEVICE
111 This is a driver for laptops built by MSI (MICRO-STAR
114 MSI MegaBook S270 (MS-1013)
115 Cytron/TCM/Medion/Tchibo MD96100/SAM2000
117 It adds support for Bluetooth, WLAN and LCD brightness control.
119 More information about this driver is available at
120 <http://0pointer.de/lennart/tchibo.html>.
122 If you have an MSI S270 laptop, say Y or M here.
125 tristate "Sony Laptop Extras"
126 depends on X86 && ACPI
127 select BACKLIGHT_CLASS_DEVICE
129 This mini-driver drives the SNC and SPIC devices present in the ACPI
130 BIOS of the Sony Vaio laptops.
132 It gives access to some extra laptop functionalities like Bluetooth,
133 screen brightness control, Fn keys and allows powering on/off some
136 Read <file:Documentation/sony-laptop.txt> for more information.
139 bool "Sonypi compatibility"
140 depends on SONY_LAPTOP
142 Build the sonypi driver compatibility code into the sony-laptop driver.
145 tristate "ThinkPad ACPI Laptop Extras"
146 depends on X86 && ACPI
147 select BACKLIGHT_CLASS_DEVICE
150 This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
151 support for Fn-Fx key combinations, Bluetooth control, video
152 output switching, ThinkLight control, UltraBay eject and more.
153 For more information about this driver see
154 <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> .
156 This driver was formely known as ibm-acpi.
158 If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
160 config THINKPAD_ACPI_DEBUG
161 bool "Verbose debug mode"
162 depends on THINKPAD_ACPI
165 Enables extra debugging information, at the expense of a slightly
166 increase in driver size.
168 If you are not sure, say N here.
170 config THINKPAD_ACPI_DOCK
171 bool "Legacy Docking Station Support"
172 depends on THINKPAD_ACPI
173 depends on ACPI_DOCK=n
176 Allows the thinkpad_acpi driver to handle docking station events.
177 This support was made obsolete by the generic ACPI docking station
178 support (CONFIG_ACPI_DOCK). It will allow locking and removing the
179 laptop from the docking station, but will not properly connect PCI
182 If you are not sure, say N here.
184 config THINKPAD_ACPI_BAY
185 bool "Legacy Removable Bay Support"
186 depends on THINKPAD_ACPI
189 Allows the thinkpad_acpi driver to handle removable bays. It will
190 eletrically disable the device in the bay, and also generate
191 notifications when the bay lever is ejected or inserted.
193 If you are not sure, say Y here.