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