xref: /linux/drivers/misc/Kconfig (revision bf74b964775009071cf12f9d59d4dd5e388fbe0b)
1#
2# Misc strange devices
3#
4
5menu "Misc devices"
6
7config IBM_ASM
8	tristate "Device driver for IBM RSA service processor"
9	depends on X86 && PCI && EXPERIMENTAL
10	---help---
11	  This option enables device driver support for in-band access to the
12	  IBM RSA (Condor) service processor in eServer xSeries systems.
13	  The ibmasm device driver allows user space application to access
14	  ASM (Advanced Systems Management) functions on the service
15	  processor. The driver is meant to be used in conjunction with
16	  a user space API.
17	  The ibmasm driver also enables the OS to use the UART on the
18	  service processor board as a regular serial port. To make use of
19	  this feature serial driver support (CONFIG_SERIAL_8250) must be
20	  enabled.
21
22	  WARNING: This software may not be supported or function
23	  correctly on your IBM server. Please consult the IBM ServerProven
24	  website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
25	  information on the specific driver level and support statement
26	  for your IBM server.
27
28config PHANTOM
29	tristate "Sensable PHANToM"
30	depends on PCI
31	help
32	  Say Y here if you want to build a driver for Sensable PHANToM device.
33
34	  If you choose to build module, its name will be phantom. If unsure,
35	  say N here.
36
37config EEPROM_93CX6
38	tristate "EEPROM 93CX6 support"
39	---help---
40	  This is a driver for the EEPROM chipsets 93c46 and 93c66.
41	  The driver supports both read as well as write commands.
42
43	  If unsure, say N.
44
45config SGI_IOC4
46	tristate "SGI IOC4 Base IO support"
47	depends on PCI
48	---help---
49	  This option enables basic support for the IOC4 chip on certain
50	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
51	  does not enable any specific functions on such a card, but provides
52	  necessary infrastructure for other drivers to utilize.
53
54	  If you have an SGI Altix with an IOC4-based card say Y.
55	  Otherwise say N.
56
57config TIFM_CORE
58	tristate "TI Flash Media interface support (EXPERIMENTAL)"
59	depends on EXPERIMENTAL && PCI
60	help
61	  If you want support for Texas Instruments(R) Flash Media adapters
62	  you should select this option and then also choose an appropriate
63	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
64	  support', if you have a TI PCI74xx compatible card reader, for
65	  example.
66	  You will also have to select some flash card format drivers. MMC/SD
67	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
68	  Interface support (MMC_TIFM_SD)'.
69
70          To compile this driver as a module, choose M here: the module will
71	  be called tifm_core.
72
73config TIFM_7XX1
74	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
75	depends on PCI && TIFM_CORE && EXPERIMENTAL
76	default TIFM_CORE
77	help
78	  This option enables support for Texas Instruments(R) PCI74xx and
79	  PCI76xx families of Flash Media adapters, found in many laptops.
80	  To make actual use of the device, you will have to select some
81	  flash card format drivers, as outlined in the TIFM_CORE Help.
82
83          To compile this driver as a module, choose M here: the module will
84	  be called tifm_7xx1.
85
86config ASUS_LAPTOP
87        tristate "Asus Laptop Extras (EXPERIMENTAL)"
88        depends on X86
89        depends on ACPI
90	depends on EXPERIMENTAL && !ACPI_ASUS
91	depends on LEDS_CLASS
92	depends on BACKLIGHT_CLASS_DEVICE
93        ---help---
94	  This is the new Linux driver for Asus laptops. It may also support some
95	  MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
96	  standard ACPI events that go through /proc/acpi/events. It also adds
97	  support for video output switching, LCD backlight control, Bluetooth and
98	  Wlan control, and most importantly, allows you to blink those fancy LEDs.
99
100	  For more information and a userspace daemon for handling the extra
101	  buttons see <http://acpi4asus.sf.net/>.
102
103	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
104
105config MSI_LAPTOP
106        tristate "MSI Laptop Extras"
107        depends on X86
108        depends on ACPI_EC
109        depends on BACKLIGHT_CLASS_DEVICE
110        ---help---
111	  This is a driver for laptops built by MSI (MICRO-STAR
112	  INTERNATIONAL):
113
114	  MSI MegaBook S270 (MS-1013)
115	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
116
117	  It adds support for Bluetooth, WLAN and LCD brightness control.
118
119	  More information about this driver is available at
120	  <http://0pointer.de/lennart/tchibo.html>.
121
122	  If you have an MSI S270 laptop, say Y or M here.
123
124config SONY_LAPTOP
125	tristate "Sony Laptop Extras"
126	depends on X86 && ACPI
127	select BACKLIGHT_CLASS_DEVICE
128	  ---help---
129	  This mini-driver drives the SNC and SPIC devices present in the ACPI
130	  BIOS of the Sony Vaio laptops.
131
132	  It gives access to some extra laptop functionalities like Bluetooth,
133	  screen brightness control, Fn keys and allows powering on/off some
134	  devices.
135
136	  Read <file:Documentation/sony-laptop.txt> for more information.
137
138config SONYPI_COMPAT
139	bool "Sonypi compatibility"
140	depends on SONY_LAPTOP
141	  ---help---
142	  Build the sonypi driver compatibility code into the sony-laptop driver.
143
144config THINKPAD_ACPI
145	tristate "ThinkPad ACPI Laptop Extras"
146	depends on X86 && ACPI
147	select BACKLIGHT_CLASS_DEVICE
148	select HWMON
149	---help---
150	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
151	  support for Fn-Fx key combinations, Bluetooth control, video
152	  output switching, ThinkLight control, UltraBay eject and more.
153	  For more information about this driver see
154	  <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> .
155
156	  This driver was formely known as ibm-acpi.
157
158	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
159
160config THINKPAD_ACPI_DEBUG
161	bool "Verbose debug mode"
162	depends on THINKPAD_ACPI
163	default n
164	---help---
165	  Enables extra debugging information, at the expense of a slightly
166	  increase in driver size.
167
168	  If you are not sure, say N here.
169
170config THINKPAD_ACPI_DOCK
171	bool "Legacy Docking Station Support"
172	depends on THINKPAD_ACPI
173	depends on ACPI_DOCK=n
174	default n
175	---help---
176	  Allows the thinkpad_acpi driver to handle docking station events.
177	  This support was made obsolete by the generic ACPI docking station
178	  support (CONFIG_ACPI_DOCK).  It will allow locking and removing the
179	  laptop from the docking station, but will not properly connect PCI
180	  devices.
181
182	  If you are not sure, say N here.
183
184config THINKPAD_ACPI_BAY
185	bool "Legacy Removable Bay Support"
186	depends on THINKPAD_ACPI
187	default y
188	---help---
189	  Allows the thinkpad_acpi driver to handle removable bays.  It will
190	  eletrically disable the device in the bay, and also generate
191	  notifications when the bay lever is ejected or inserted.
192
193	  If you are not sure, say Y here.
194
195endmenu
196