]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - drivers/misc/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6.git] / drivers / misc / Kconfig
1 #
2 # Misc strange devices
3 #
4
5 menuconfig MISC_DEVICES
6         bool "Misc devices"
7         default y
8
9 if MISC_DEVICES
10
11 config 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
32 config 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
41 config 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
49 config 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
61 config 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
77 config 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
90 config 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
109 config 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
128 config 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
142 config 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
148 config THINKPAD_ACPI
149         tristate "ThinkPad ACPI Laptop Extras"
150         depends on X86 && ACPI
151         select BACKLIGHT_CLASS_DEVICE
152         select HWMON
153         select NVRAM
154         ---help---
155           This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
156           support for Fn-Fx key combinations, Bluetooth control, video
157           output switching, ThinkLight control, UltraBay eject and more.
158           For more information about this driver see 
159           <file:Documentation/thinkpad-acpi.txt> and <http://ibm-acpi.sf.net/> .
160
161           This driver was formely known as ibm-acpi.
162
163           If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
164
165 config THINKPAD_ACPI_DEBUG
166         bool "Verbose debug mode"
167         depends on THINKPAD_ACPI
168         default n
169         ---help---
170           Enables extra debugging information, at the expense of a slightly
171           increase in driver size.
172
173           If you are not sure, say N here.
174
175 config THINKPAD_ACPI_DOCK
176         bool "Legacy Docking Station Support"
177         depends on THINKPAD_ACPI
178         depends on ACPI_DOCK=n
179         default n
180         ---help---
181           Allows the thinkpad_acpi driver to handle docking station events.
182           This support was made obsolete by the generic ACPI docking station
183           support (CONFIG_ACPI_DOCK).  It will allow locking and removing the
184           laptop from the docking station, but will not properly connect PCI
185           devices.
186
187           If you are not sure, say N here.
188
189 config THINKPAD_ACPI_BAY
190         bool "Legacy Removable Bay Support"
191         depends on THINKPAD_ACPI
192         default y
193         ---help---
194           Allows the thinkpad_acpi driver to handle removable bays.  It will
195           eletrically disable the device in the bay, and also generate
196           notifications when the bay lever is ejected or inserted.
197
198           If you are not sure, say Y here.
199
200 config THINKPAD_ACPI_INPUT_ENABLED
201         bool "Enable input layer support by default"
202         depends on THINKPAD_ACPI
203         default y
204         ---help---
205           Enables hot key handling over the input layer by default.  If unset,
206           the driver does not enable any hot key handling by default, and also
207           starts up with a mostly empty keymap.
208
209           If you are not sure, say Y here.  Say N to retain the deprecated
210           behavior of ibm-acpi, and thinkpad-acpi for kernels up to 2.6.21.
211
212
213 endif # MISC_DEVICES