xref: /openbmc/linux/drivers/misc/Kconfig (revision 8c4c731a)
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
31f9565129SAlex Dubovconfig TIFM_CORE
32f9565129SAlex Dubov	tristate "TI Flash Media interface support (EXPERIMENTAL)"
33f9565129SAlex Dubov	depends on EXPERIMENTAL
34f9565129SAlex Dubov	help
35f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
36f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
37f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
38f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
39f9565129SAlex Dubov	  example.
40f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
41f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
42f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
431da177e4SLinus Torvalds
44f9565129SAlex Dubov          To compile this driver as a module, choose M here: the module will
45f9565129SAlex Dubov	  be called tifm_core.
46f9565129SAlex Dubov
47f9565129SAlex Dubovconfig TIFM_7XX1
48f9565129SAlex Dubov	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
49f9565129SAlex Dubov	depends on PCI && TIFM_CORE && EXPERIMENTAL
50f9565129SAlex Dubov	default TIFM_CORE
51f9565129SAlex Dubov	help
52f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
53f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
54f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
55f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
56f9565129SAlex Dubov
57f9565129SAlex Dubov          To compile this driver as a module, choose M here: the module will
58f9565129SAlex Dubov	  be called tifm_7xx1.
59f9565129SAlex Dubov
608c4c731aSLennart Poetteringconfig MSI_LAPTOP
618c4c731aSLennart Poettering        tristate "MSI Laptop Extras"
628c4c731aSLennart Poettering        depends on X86
638c4c731aSLennart Poettering        depends on ACPI_EC
648c4c731aSLennart Poettering        depends on BACKLIGHT_CLASS_DEVICE
658c4c731aSLennart Poettering        ---help---
668c4c731aSLennart Poettering	  This is a driver for laptops built by MSI (MICRO-STAR
678c4c731aSLennart Poettering	  INTERNATIONAL):
688c4c731aSLennart Poettering
698c4c731aSLennart Poettering	  MSI MegaBook S270 (MS-1013)
708c4c731aSLennart Poettering	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
718c4c731aSLennart Poettering
728c4c731aSLennart Poettering	  It adds support for Bluetooth, WLAN and LCD brightness control.
738c4c731aSLennart Poettering
748c4c731aSLennart Poettering	  More information about this driver is available at
758c4c731aSLennart Poettering	  <http://0pointer.de/lennart/tchibo.html>.
768c4c731aSLennart Poettering
778c4c731aSLennart Poettering	  If you have an MSI S270 laptop, say Y or M here.
788c4c731aSLennart Poettering
79f9565129SAlex Dubovendmenu
80