11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Misc strange devices 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5376df37aSJan Engelhardtmenuconfig MISC_STRANGE_DEV 6376df37aSJan Engelhardt bool "Misc devices" 7376df37aSJan Engelhardt default y 8376df37aSJan Engelhardt 9376df37aSJan Engelhardtif MISC_STRANGE_DEV 101da177e4SLinus Torvalds 111da177e4SLinus Torvaldsconfig IBM_ASM 121da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 1366172d25SMax Asbock depends on X86 && PCI && EXPERIMENTAL 141da177e4SLinus Torvalds ---help--- 151da177e4SLinus Torvalds This option enables device driver support for in-band access to the 161da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 171da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 181da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 191da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 201da177e4SLinus Torvalds a user space API. 211da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 221da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 231da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 241da177e4SLinus Torvalds enabled. 251da177e4SLinus Torvalds 261da177e4SLinus Torvalds WARNING: This software may not be supported or function 271da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 2801e77d31SAdrian Bunk website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for 291da177e4SLinus Torvalds information on the specific driver level and support statement 301da177e4SLinus Torvalds for your IBM server. 311da177e4SLinus Torvalds 32cef2cf07SJiri Slabyconfig PHANTOM 33cef2cf07SJiri Slaby tristate "Sensable PHANToM" 34cef2cf07SJiri Slaby depends on PCI 35cef2cf07SJiri Slaby help 36cef2cf07SJiri Slaby Say Y here if you want to build a driver for Sensable PHANToM device. 37cef2cf07SJiri Slaby 38cef2cf07SJiri Slaby If you choose to build module, its name will be phantom. If unsure, 39cef2cf07SJiri Slaby say N here. 40cef2cf07SJiri Slaby 419467d64bSIvo van Doornconfig EEPROM_93CX6 429467d64bSIvo van Doorn tristate "EEPROM 93CX6 support" 439467d64bSIvo van Doorn ---help--- 449467d64bSIvo van Doorn This is a driver for the EEPROM chipsets 93c46 and 93c66. 459467d64bSIvo van Doorn The driver supports both read as well as write commands. 461da177e4SLinus Torvalds 471da177e4SLinus Torvalds If unsure, say N. 481da177e4SLinus Torvalds 4959f14800SBrent Casavantconfig SGI_IOC4 5059f14800SBrent Casavant tristate "SGI IOC4 Base IO support" 51aa6c2e62SAl Viro depends on PCI 5259f14800SBrent Casavant ---help--- 5359f14800SBrent Casavant This option enables basic support for the IOC4 chip on certain 5459f14800SBrent Casavant SGI IO controller cards (IO9, IO10, and PCI-RT). This option 5559f14800SBrent Casavant does not enable any specific functions on such a card, but provides 5659f14800SBrent Casavant necessary infrastructure for other drivers to utilize. 5759f14800SBrent Casavant 5859f14800SBrent Casavant If you have an SGI Altix with an IOC4-based card say Y. 5959f14800SBrent Casavant Otherwise say N. 6059f14800SBrent Casavant 61f9565129SAlex Dubovconfig TIFM_CORE 62f9565129SAlex Dubov tristate "TI Flash Media interface support (EXPERIMENTAL)" 639f3bed5fSAl Viro depends on EXPERIMENTAL && PCI 64f9565129SAlex Dubov help 65f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 66f9565129SAlex Dubov you should select this option and then also choose an appropriate 67f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 68f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 69f9565129SAlex Dubov example. 70f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 71f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 72f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 731da177e4SLinus Torvalds 74f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 75f9565129SAlex Dubov be called tifm_core. 76f9565129SAlex Dubov 77f9565129SAlex Dubovconfig TIFM_7XX1 78f9565129SAlex Dubov tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" 79f9565129SAlex Dubov depends on PCI && TIFM_CORE && EXPERIMENTAL 80f9565129SAlex Dubov default TIFM_CORE 81f9565129SAlex Dubov help 82f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 83f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 84f9565129SAlex Dubov To make actual use of the device, you will have to select some 85f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 86f9565129SAlex Dubov 87f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 88f9565129SAlex Dubov be called tifm_7xx1. 89f9565129SAlex Dubov 9085091b71SCorentin Charyconfig ASUS_LAPTOP 9185091b71SCorentin Chary tristate "Asus Laptop Extras (EXPERIMENTAL)" 9285091b71SCorentin Chary depends on X86 9385091b71SCorentin Chary depends on ACPI 9485091b71SCorentin Chary depends on EXPERIMENTAL && !ACPI_ASUS 95be18cdabSCorentin Chary depends on LEDS_CLASS 966b7091e7SCorentin Chary depends on BACKLIGHT_CLASS_DEVICE 9785091b71SCorentin Chary ---help--- 9885091b71SCorentin Chary This is the new Linux driver for Asus laptops. It may also support some 9985091b71SCorentin Chary MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate 10085091b71SCorentin Chary standard ACPI events that go through /proc/acpi/events. It also adds 10185091b71SCorentin Chary support for video output switching, LCD backlight control, Bluetooth and 10285091b71SCorentin Chary Wlan control, and most importantly, allows you to blink those fancy LEDs. 10385091b71SCorentin Chary 10485091b71SCorentin Chary For more information and a userspace daemon for handling the extra 10585091b71SCorentin Chary buttons see <http://acpi4asus.sf.net/>. 10685091b71SCorentin Chary 10785091b71SCorentin Chary If you have an ACPI-compatible ASUS laptop, say Y or M here. 10885091b71SCorentin Chary 1098c4c731aSLennart Poetteringconfig MSI_LAPTOP 1108c4c731aSLennart Poettering tristate "MSI Laptop Extras" 1118c4c731aSLennart Poettering depends on X86 1128c4c731aSLennart Poettering depends on ACPI_EC 1138c4c731aSLennart Poettering depends on BACKLIGHT_CLASS_DEVICE 1148c4c731aSLennart Poettering ---help--- 1158c4c731aSLennart Poettering This is a driver for laptops built by MSI (MICRO-STAR 1168c4c731aSLennart Poettering INTERNATIONAL): 1178c4c731aSLennart Poettering 1188c4c731aSLennart Poettering MSI MegaBook S270 (MS-1013) 1198c4c731aSLennart Poettering Cytron/TCM/Medion/Tchibo MD96100/SAM2000 1208c4c731aSLennart Poettering 1218c4c731aSLennart Poettering It adds support for Bluetooth, WLAN and LCD brightness control. 1228c4c731aSLennart Poettering 1238c4c731aSLennart Poettering More information about this driver is available at 1248c4c731aSLennart Poettering <http://0pointer.de/lennart/tchibo.html>. 1258c4c731aSLennart Poettering 1268c4c731aSLennart Poettering If you have an MSI S270 laptop, say Y or M here. 1278c4c731aSLennart Poettering 12891fbc1d3SMattia Dongiliconfig SONY_LAPTOP 12991fbc1d3SMattia Dongili tristate "Sony Laptop Extras" 13091fbc1d3SMattia Dongili depends on X86 && ACPI 13191fbc1d3SMattia Dongili select BACKLIGHT_CLASS_DEVICE 13291fbc1d3SMattia Dongili ---help--- 1333d2b8a9fSmalattia@linux.it This mini-driver drives the SNC and SPIC devices present in the ACPI 1343d2b8a9fSmalattia@linux.it BIOS of the Sony Vaio laptops. 13591fbc1d3SMattia Dongili 1363d2b8a9fSmalattia@linux.it It gives access to some extra laptop functionalities like Bluetooth, 1373d2b8a9fSmalattia@linux.it screen brightness control, Fn keys and allows powering on/off some 138ab5bd206SMattia Dongili devices. 13991fbc1d3SMattia Dongili 140ab5bd206SMattia Dongili Read <file:Documentation/sony-laptop.txt> for more information. 14191fbc1d3SMattia Dongili 142a64e62a0SMattia Dongiliconfig SONYPI_COMPAT 1437b153f36Smalattia@linux.it bool "Sonypi compatibility" 1447b153f36Smalattia@linux.it depends on SONY_LAPTOP 1457b153f36Smalattia@linux.it ---help--- 1467b153f36Smalattia@linux.it Build the sonypi driver compatibility code into the sony-laptop driver. 1477b153f36Smalattia@linux.it 14885998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI 14985998248SHenrique de Moraes Holschuh tristate "ThinkPad ACPI Laptop Extras" 1503ede41c7SHenrique de Moraes Holschuh depends on X86 && ACPI 1513ede41c7SHenrique de Moraes Holschuh select BACKLIGHT_CLASS_DEVICE 15254ae1501SHenrique de Moraes Holschuh select HWMON 1533ede41c7SHenrique de Moraes Holschuh ---help--- 15485998248SHenrique de Moraes Holschuh This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 1553ede41c7SHenrique de Moraes Holschuh support for Fn-Fx key combinations, Bluetooth control, video 1563ede41c7SHenrique de Moraes Holschuh output switching, ThinkLight control, UltraBay eject and more. 15785998248SHenrique de Moraes Holschuh For more information about this driver see 15885998248SHenrique de Moraes Holschuh <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> . 1593ede41c7SHenrique de Moraes Holschuh 16085998248SHenrique de Moraes Holschuh This driver was formely known as ibm-acpi. 1613ede41c7SHenrique de Moraes Holschuh 16285998248SHenrique de Moraes Holschuh If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 16385998248SHenrique de Moraes Holschuh 164132ce091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUG 165132ce091SHenrique de Moraes Holschuh bool "Verbose debug mode" 166132ce091SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 167132ce091SHenrique de Moraes Holschuh default n 168132ce091SHenrique de Moraes Holschuh ---help--- 169132ce091SHenrique de Moraes Holschuh Enables extra debugging information, at the expense of a slightly 170132ce091SHenrique de Moraes Holschuh increase in driver size. 171132ce091SHenrique de Moraes Holschuh 172132ce091SHenrique de Moraes Holschuh If you are not sure, say N here. 173132ce091SHenrique de Moraes Holschuh 17485998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DOCK 1753ede41c7SHenrique de Moraes Holschuh bool "Legacy Docking Station Support" 17685998248SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 1773ede41c7SHenrique de Moraes Holschuh depends on ACPI_DOCK=n 1783ede41c7SHenrique de Moraes Holschuh default n 1793ede41c7SHenrique de Moraes Holschuh ---help--- 18085998248SHenrique de Moraes Holschuh Allows the thinkpad_acpi driver to handle docking station events. 18185998248SHenrique de Moraes Holschuh This support was made obsolete by the generic ACPI docking station 18285998248SHenrique de Moraes Holschuh support (CONFIG_ACPI_DOCK). It will allow locking and removing the 18385998248SHenrique de Moraes Holschuh laptop from the docking station, but will not properly connect PCI 18485998248SHenrique de Moraes Holschuh devices. 1853ede41c7SHenrique de Moraes Holschuh 1863ede41c7SHenrique de Moraes Holschuh If you are not sure, say N here. 1873ede41c7SHenrique de Moraes Holschuh 18885998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_BAY 1893ede41c7SHenrique de Moraes Holschuh bool "Legacy Removable Bay Support" 19085998248SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 1913ede41c7SHenrique de Moraes Holschuh default y 1923ede41c7SHenrique de Moraes Holschuh ---help--- 19385998248SHenrique de Moraes Holschuh Allows the thinkpad_acpi driver to handle removable bays. It will 19485998248SHenrique de Moraes Holschuh eletrically disable the device in the bay, and also generate 19585998248SHenrique de Moraes Holschuh notifications when the bay lever is ejected or inserted. 1963ede41c7SHenrique de Moraes Holschuh 1973ede41c7SHenrique de Moraes Holschuh If you are not sure, say Y here. 1983ede41c7SHenrique de Moraes Holschuh 199376df37aSJan Engelhardtendif # MISC_STRANGE_DEV 200