11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Misc strange devices 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 57bf1fc43SRandy Dunlapmenuconfig MISC_DEVICES 6376df37aSJan Engelhardt bool "Misc devices" 7376df37aSJan Engelhardt default y 806bfb7ebSJan Engelhardt ---help--- 906bfb7ebSJan Engelhardt Say Y here to get to see options for device drivers from various 1006bfb7ebSJan Engelhardt different categories. This option alone does not add any kernel code. 1106bfb7ebSJan Engelhardt 1206bfb7ebSJan Engelhardt If you say N, all options in this submenu will be skipped and disabled. 13376df37aSJan Engelhardt 147bf1fc43SRandy Dunlapif MISC_DEVICES 151da177e4SLinus Torvalds 161da177e4SLinus Torvaldsconfig IBM_ASM 171da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 18ff294cbaSDmitry Torokhov depends on X86 && PCI && INPUT && EXPERIMENTAL 191da177e4SLinus Torvalds ---help--- 201da177e4SLinus Torvalds This option enables device driver support for in-band access to the 211da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 221da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 231da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 241da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 251da177e4SLinus Torvalds a user space API. 261da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 271da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 281da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 291da177e4SLinus Torvalds enabled. 301da177e4SLinus Torvalds 311da177e4SLinus Torvalds WARNING: This software may not be supported or function 321da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 3301e77d31SAdrian Bunk website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for 341da177e4SLinus Torvalds information on the specific driver level and support statement 351da177e4SLinus Torvalds for your IBM server. 361da177e4SLinus Torvalds 37cef2cf07SJiri Slabyconfig PHANTOM 38cef2cf07SJiri Slaby tristate "Sensable PHANToM" 39cef2cf07SJiri Slaby depends on PCI 40cef2cf07SJiri Slaby help 41cef2cf07SJiri Slaby Say Y here if you want to build a driver for Sensable PHANToM device. 42cef2cf07SJiri Slaby 43cef2cf07SJiri Slaby If you choose to build module, its name will be phantom. If unsure, 44cef2cf07SJiri Slaby say N here. 45cef2cf07SJiri Slaby 469467d64bSIvo van Doornconfig EEPROM_93CX6 479467d64bSIvo van Doorn tristate "EEPROM 93CX6 support" 489467d64bSIvo van Doorn ---help--- 499467d64bSIvo van Doorn This is a driver for the EEPROM chipsets 93c46 and 93c66. 509467d64bSIvo van Doorn The driver supports both read as well as write commands. 511da177e4SLinus Torvalds 521da177e4SLinus Torvalds If unsure, say N. 531da177e4SLinus Torvalds 5459f14800SBrent Casavantconfig SGI_IOC4 5559f14800SBrent Casavant tristate "SGI IOC4 Base IO support" 56aa6c2e62SAl Viro depends on PCI 5759f14800SBrent Casavant ---help--- 5859f14800SBrent Casavant This option enables basic support for the IOC4 chip on certain 5959f14800SBrent Casavant SGI IO controller cards (IO9, IO10, and PCI-RT). This option 6059f14800SBrent Casavant does not enable any specific functions on such a card, but provides 6159f14800SBrent Casavant necessary infrastructure for other drivers to utilize. 6259f14800SBrent Casavant 6359f14800SBrent Casavant If you have an SGI Altix with an IOC4-based card say Y. 6459f14800SBrent Casavant Otherwise say N. 6559f14800SBrent Casavant 66f9565129SAlex Dubovconfig TIFM_CORE 67f9565129SAlex Dubov tristate "TI Flash Media interface support (EXPERIMENTAL)" 689f3bed5fSAl Viro depends on EXPERIMENTAL && PCI 69f9565129SAlex Dubov help 70f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 71f9565129SAlex Dubov you should select this option and then also choose an appropriate 72f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 73f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 74f9565129SAlex Dubov example. 75f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 76f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 77f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 781da177e4SLinus Torvalds 79f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 80f9565129SAlex Dubov be called tifm_core. 81f9565129SAlex Dubov 82f9565129SAlex Dubovconfig TIFM_7XX1 83f9565129SAlex Dubov tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" 84f9565129SAlex Dubov depends on PCI && TIFM_CORE && EXPERIMENTAL 85f9565129SAlex Dubov default TIFM_CORE 86f9565129SAlex Dubov help 87f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 88f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 89f9565129SAlex Dubov To make actual use of the device, you will have to select some 90f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 91f9565129SAlex Dubov 92f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 93f9565129SAlex Dubov be called tifm_7xx1. 94f9565129SAlex Dubov 95745a5d21SCarlos Corbachoconfig ACER_WMI 96745a5d21SCarlos Corbacho tristate "Acer WMI Laptop Extras (EXPERIMENTAL)" 97745a5d21SCarlos Corbacho depends on X86 98745a5d21SCarlos Corbacho depends on EXPERIMENTAL 99745a5d21SCarlos Corbacho depends on ACPI 100745a5d21SCarlos Corbacho depends on ACPI_WMI 101745a5d21SCarlos Corbacho depends on LEDS_CLASS 102745a5d21SCarlos Corbacho depends on BACKLIGHT_CLASS_DEVICE 103745a5d21SCarlos Corbacho ---help--- 104745a5d21SCarlos Corbacho This is a driver for newer Acer (and Wistron) laptops. It adds 105745a5d21SCarlos Corbacho wireless radio and bluetooth control, and on some laptops, 106745a5d21SCarlos Corbacho exposes the mail LED and LCD backlight. 107745a5d21SCarlos Corbacho 108745a5d21SCarlos Corbacho If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M 109745a5d21SCarlos Corbacho here. 110745a5d21SCarlos Corbacho 11185091b71SCorentin Charyconfig ASUS_LAPTOP 11285091b71SCorentin Chary tristate "Asus Laptop Extras (EXPERIMENTAL)" 11385091b71SCorentin Chary depends on X86 11485091b71SCorentin Chary depends on ACPI 11585091b71SCorentin Chary depends on EXPERIMENTAL && !ACPI_ASUS 116be18cdabSCorentin Chary depends on LEDS_CLASS 1176b7091e7SCorentin Chary depends on BACKLIGHT_CLASS_DEVICE 11885091b71SCorentin Chary ---help--- 11985091b71SCorentin Chary This is the new Linux driver for Asus laptops. It may also support some 12085091b71SCorentin Chary MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate 12185091b71SCorentin Chary standard ACPI events that go through /proc/acpi/events. It also adds 12285091b71SCorentin Chary support for video output switching, LCD backlight control, Bluetooth and 12385091b71SCorentin Chary Wlan control, and most importantly, allows you to blink those fancy LEDs. 12485091b71SCorentin Chary 12585091b71SCorentin Chary For more information and a userspace daemon for handling the extra 12685091b71SCorentin Chary buttons see <http://acpi4asus.sf.net/>. 12785091b71SCorentin Chary 12885091b71SCorentin Chary If you have an ACPI-compatible ASUS laptop, say Y or M here. 12985091b71SCorentin Chary 130d0482533SJonathan Woitheconfig FUJITSU_LAPTOP 131d0482533SJonathan Woithe tristate "Fujitsu Laptop Extras" 132d0482533SJonathan Woithe depends on X86 133d0482533SJonathan Woithe depends on ACPI 134d0482533SJonathan Woithe depends on BACKLIGHT_CLASS_DEVICE 135d0482533SJonathan Woithe ---help--- 136d0482533SJonathan Woithe This is a driver for laptops built by Fujitsu: 137d0482533SJonathan Woithe 138d0482533SJonathan Woithe * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks 139d0482533SJonathan Woithe * Possibly other Fujitsu laptop models 140d0482533SJonathan Woithe 141d0482533SJonathan Woithe It adds support for LCD brightness control. 142d0482533SJonathan Woithe 143d0482533SJonathan Woithe If you have a Fujitsu laptop, say Y or M here. 144d0482533SJonathan Woithe 145dd8cd779SCarlos Corbachoconfig TC1100_WMI 146dd8cd779SCarlos Corbacho tristate "HP Compaq TC1100 Tablet WMI Extras" 147dd8cd779SCarlos Corbacho depends on X86 && !X86_64 148dd8cd779SCarlos Corbacho depends on ACPI 149dd8cd779SCarlos Corbacho depends on ACPI_WMI 150dd8cd779SCarlos Corbacho ---help--- 151dd8cd779SCarlos Corbacho This is a driver for the WMI extensions (wireless and bluetooth power 152dd8cd779SCarlos Corbacho control) of the HP Compaq TC1100 tablet. 153dd8cd779SCarlos Corbacho 1548c4c731aSLennart Poetteringconfig MSI_LAPTOP 1558c4c731aSLennart Poettering tristate "MSI Laptop Extras" 1568c4c731aSLennart Poettering depends on X86 1578c4c731aSLennart Poettering depends on ACPI_EC 1588c4c731aSLennart Poettering depends on BACKLIGHT_CLASS_DEVICE 1598c4c731aSLennart Poettering ---help--- 1608c4c731aSLennart Poettering This is a driver for laptops built by MSI (MICRO-STAR 1618c4c731aSLennart Poettering INTERNATIONAL): 1628c4c731aSLennart Poettering 1638c4c731aSLennart Poettering MSI MegaBook S270 (MS-1013) 1648c4c731aSLennart Poettering Cytron/TCM/Medion/Tchibo MD96100/SAM2000 1658c4c731aSLennart Poettering 1668c4c731aSLennart Poettering It adds support for Bluetooth, WLAN and LCD brightness control. 1678c4c731aSLennart Poettering 1688c4c731aSLennart Poettering More information about this driver is available at 1698c4c731aSLennart Poettering <http://0pointer.de/lennart/tchibo.html>. 1708c4c731aSLennart Poettering 1718c4c731aSLennart Poettering If you have an MSI S270 laptop, say Y or M here. 1728c4c731aSLennart Poettering 17391fbc1d3SMattia Dongiliconfig SONY_LAPTOP 17491fbc1d3SMattia Dongili tristate "Sony Laptop Extras" 17591fbc1d3SMattia Dongili depends on X86 && ACPI 17691fbc1d3SMattia Dongili select BACKLIGHT_CLASS_DEVICE 1778a66074cSAndreas Herrmann depends on INPUT 17891fbc1d3SMattia Dongili ---help--- 1793d2b8a9fSmalattia@linux.it This mini-driver drives the SNC and SPIC devices present in the ACPI 1803d2b8a9fSmalattia@linux.it BIOS of the Sony Vaio laptops. 18191fbc1d3SMattia Dongili 1823d2b8a9fSmalattia@linux.it It gives access to some extra laptop functionalities like Bluetooth, 1833d2b8a9fSmalattia@linux.it screen brightness control, Fn keys and allows powering on/off some 184ab5bd206SMattia Dongili devices. 18591fbc1d3SMattia Dongili 186ab5bd206SMattia Dongili Read <file:Documentation/sony-laptop.txt> for more information. 18791fbc1d3SMattia Dongili 188a64e62a0SMattia Dongiliconfig SONYPI_COMPAT 1897b153f36Smalattia@linux.it bool "Sonypi compatibility" 1907b153f36Smalattia@linux.it depends on SONY_LAPTOP 1917b153f36Smalattia@linux.it ---help--- 1927b153f36Smalattia@linux.it Build the sonypi driver compatibility code into the sony-laptop driver. 1937b153f36Smalattia@linux.it 19485998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI 19585998248SHenrique de Moraes Holschuh tristate "ThinkPad ACPI Laptop Extras" 1963ede41c7SHenrique de Moraes Holschuh depends on X86 && ACPI 1973ede41c7SHenrique de Moraes Holschuh select BACKLIGHT_CLASS_DEVICE 19854ae1501SHenrique de Moraes Holschuh select HWMON 19924d3b774SHenrique de Moraes Holschuh select NVRAM 2008a66074cSAndreas Herrmann depends on INPUT 2013ede41c7SHenrique de Moraes Holschuh ---help--- 20285998248SHenrique de Moraes Holschuh This is a driver for the IBM and Lenovo ThinkPad laptops. It adds 2033ede41c7SHenrique de Moraes Holschuh support for Fn-Fx key combinations, Bluetooth control, video 2043ede41c7SHenrique de Moraes Holschuh output switching, ThinkLight control, UltraBay eject and more. 20585998248SHenrique de Moraes Holschuh For more information about this driver see 20685998248SHenrique de Moraes Holschuh <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> . 2073ede41c7SHenrique de Moraes Holschuh 20801dd2fbfSMatt LaPlante This driver was formerly known as ibm-acpi. 2093ede41c7SHenrique de Moraes Holschuh 21085998248SHenrique de Moraes Holschuh If you have an IBM or Lenovo ThinkPad laptop, say Y or M here. 21185998248SHenrique de Moraes Holschuh 212132ce091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUG 213132ce091SHenrique de Moraes Holschuh bool "Verbose debug mode" 214132ce091SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 215132ce091SHenrique de Moraes Holschuh default n 216132ce091SHenrique de Moraes Holschuh ---help--- 217132ce091SHenrique de Moraes Holschuh Enables extra debugging information, at the expense of a slightly 218132ce091SHenrique de Moraes Holschuh increase in driver size. 219132ce091SHenrique de Moraes Holschuh 220132ce091SHenrique de Moraes Holschuh If you are not sure, say N here. 221132ce091SHenrique de Moraes Holschuh 22285998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DOCK 2233ede41c7SHenrique de Moraes Holschuh bool "Legacy Docking Station Support" 22485998248SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 2253ede41c7SHenrique de Moraes Holschuh depends on ACPI_DOCK=n 2263ede41c7SHenrique de Moraes Holschuh default n 2273ede41c7SHenrique de Moraes Holschuh ---help--- 22885998248SHenrique de Moraes Holschuh Allows the thinkpad_acpi driver to handle docking station events. 22985998248SHenrique de Moraes Holschuh This support was made obsolete by the generic ACPI docking station 23085998248SHenrique de Moraes Holschuh support (CONFIG_ACPI_DOCK). It will allow locking and removing the 23185998248SHenrique de Moraes Holschuh laptop from the docking station, but will not properly connect PCI 23285998248SHenrique de Moraes Holschuh devices. 2333ede41c7SHenrique de Moraes Holschuh 2343ede41c7SHenrique de Moraes Holschuh If you are not sure, say N here. 2353ede41c7SHenrique de Moraes Holschuh 23685998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_BAY 2373ede41c7SHenrique de Moraes Holschuh bool "Legacy Removable Bay Support" 23885998248SHenrique de Moraes Holschuh depends on THINKPAD_ACPI 2393ede41c7SHenrique de Moraes Holschuh default y 2403ede41c7SHenrique de Moraes Holschuh ---help--- 24185998248SHenrique de Moraes Holschuh Allows the thinkpad_acpi driver to handle removable bays. It will 24201dd2fbfSMatt LaPlante electrically disable the device in the bay, and also generate 24385998248SHenrique de Moraes Holschuh notifications when the bay lever is ejected or inserted. 2443ede41c7SHenrique de Moraes Holschuh 2453ede41c7SHenrique de Moraes Holschuh If you are not sure, say Y here. 2463ede41c7SHenrique de Moraes Holschuh 2471a343760SHenrique de Moraes Holschuh 248eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC 249eb1f2930SHans-Christian Egtvedt tristate "Device driver for Atmel SSC peripheral" 250eb1f2930SHans-Christian Egtvedt depends on AVR32 || ARCH_AT91 251eb1f2930SHans-Christian Egtvedt ---help--- 252eb1f2930SHans-Christian Egtvedt This option enables device driver support for Atmel Syncronized 253eb1f2930SHans-Christian Egtvedt Serial Communication peripheral (SSC). 254eb1f2930SHans-Christian Egtvedt 255eb1f2930SHans-Christian Egtvedt The SSC peripheral supports a wide variety of serial frame based 256eb1f2930SHans-Christian Egtvedt communications, i.e. I2S, SPI, etc. 257eb1f2930SHans-Christian Egtvedt 258eb1f2930SHans-Christian Egtvedt If unsure, say N. 259eb1f2930SHans-Christian Egtvedt 2607bf1fc43SRandy Dunlapendif # MISC_DEVICES 261