11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Misc strange devices 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 51da177e4SLinus Torvaldsmenu "Misc devices" 61da177e4SLinus Torvalds 71da177e4SLinus Torvaldsconfig IBM_ASM 81da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 966172d25SMax Asbock depends on X86 && PCI && EXPERIMENTAL 101da177e4SLinus Torvalds ---help--- 111da177e4SLinus Torvalds This option enables device driver support for in-band access to the 121da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 131da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 141da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 151da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 161da177e4SLinus Torvalds a user space API. 171da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 181da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 191da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 201da177e4SLinus Torvalds enabled. 211da177e4SLinus Torvalds 221da177e4SLinus Torvalds WARNING: This software may not be supported or function 231da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 2401e77d31SAdrian Bunk website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for 251da177e4SLinus Torvalds information on the specific driver level and support statement 261da177e4SLinus Torvalds for your IBM server. 271da177e4SLinus Torvalds 281da177e4SLinus Torvalds 291da177e4SLinus Torvalds If unsure, say N. 301da177e4SLinus Torvalds 31*f9565129SAlex Dubovconfig TIFM_CORE 32*f9565129SAlex Dubov tristate "TI Flash Media interface support (EXPERIMENTAL)" 33*f9565129SAlex Dubov depends on EXPERIMENTAL 34*f9565129SAlex Dubov help 35*f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 36*f9565129SAlex Dubov you should select this option and then also choose an appropriate 37*f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 38*f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 39*f9565129SAlex Dubov example. 40*f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 41*f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 42*f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 431da177e4SLinus Torvalds 44*f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 45*f9565129SAlex Dubov be called tifm_core. 46*f9565129SAlex Dubov 47*f9565129SAlex Dubovconfig TIFM_7XX1 48*f9565129SAlex Dubov tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" 49*f9565129SAlex Dubov depends on PCI && TIFM_CORE && EXPERIMENTAL 50*f9565129SAlex Dubov default TIFM_CORE 51*f9565129SAlex Dubov help 52*f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 53*f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 54*f9565129SAlex Dubov To make actual use of the device, you will have to select some 55*f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 56*f9565129SAlex Dubov 57*f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 58*f9565129SAlex Dubov be called tifm_7xx1. 59*f9565129SAlex Dubov 60*f9565129SAlex Dubovendmenu 61