xref: /openbmc/linux/drivers/misc/Kconfig (revision aa6c2e62)
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
3159f14800SBrent Casavantconfig SGI_IOC4
3259f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
33aa6c2e62SAl Viro	depends on PCI
3459f14800SBrent Casavant	---help---
3559f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
3659f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
3759f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
3859f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
3959f14800SBrent Casavant
4059f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
4159f14800SBrent Casavant	  Otherwise say N.
4259f14800SBrent Casavant
43f9565129SAlex Dubovconfig TIFM_CORE
44f9565129SAlex Dubov	tristate "TI Flash Media interface support (EXPERIMENTAL)"
45f9565129SAlex Dubov	depends on EXPERIMENTAL
46f9565129SAlex Dubov	help
47f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
48f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
49f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
50f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
51f9565129SAlex Dubov	  example.
52f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
53f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
54f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
551da177e4SLinus Torvalds
56f9565129SAlex Dubov          To compile this driver as a module, choose M here: the module will
57f9565129SAlex Dubov	  be called tifm_core.
58f9565129SAlex Dubov
59f9565129SAlex Dubovconfig TIFM_7XX1
60f9565129SAlex Dubov	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
61f9565129SAlex Dubov	depends on PCI && TIFM_CORE && EXPERIMENTAL
62f9565129SAlex Dubov	default TIFM_CORE
63f9565129SAlex Dubov	help
64f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
65f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
66f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
67f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
68f9565129SAlex Dubov
69f9565129SAlex Dubov          To compile this driver as a module, choose M here: the module will
70f9565129SAlex Dubov	  be called tifm_7xx1.
71f9565129SAlex Dubov
728c4c731aSLennart Poetteringconfig MSI_LAPTOP
738c4c731aSLennart Poettering        tristate "MSI Laptop Extras"
748c4c731aSLennart Poettering        depends on X86
758c4c731aSLennart Poettering        depends on ACPI_EC
768c4c731aSLennart Poettering        depends on BACKLIGHT_CLASS_DEVICE
778c4c731aSLennart Poettering        ---help---
788c4c731aSLennart Poettering	  This is a driver for laptops built by MSI (MICRO-STAR
798c4c731aSLennart Poettering	  INTERNATIONAL):
808c4c731aSLennart Poettering
818c4c731aSLennart Poettering	  MSI MegaBook S270 (MS-1013)
828c4c731aSLennart Poettering	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
838c4c731aSLennart Poettering
848c4c731aSLennart Poettering	  It adds support for Bluetooth, WLAN and LCD brightness control.
858c4c731aSLennart Poettering
868c4c731aSLennart Poettering	  More information about this driver is available at
878c4c731aSLennart Poettering	  <http://0pointer.de/lennart/tchibo.html>.
888c4c731aSLennart Poettering
898c4c731aSLennart Poettering	  If you have an MSI S270 laptop, say Y or M here.
908c4c731aSLennart Poettering
91f9565129SAlex Dubovendmenu
92