xref: /openbmc/linux/drivers/misc/Kconfig (revision 3f6cb563)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Misc strange devices
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
57bf1fc43SRandy Dunlapmenuconfig MISC_DEVICES
6376df37aSJan Engelhardt	bool "Misc devices"
7376df37aSJan Engelhardt	default y
806bfb7ebSJan Engelhardt	---help---
906bfb7ebSJan Engelhardt	  Say Y here to get to see options for device drivers from various
1006bfb7ebSJan Engelhardt	  different categories. This option alone does not add any kernel code.
1106bfb7ebSJan Engelhardt
1206bfb7ebSJan Engelhardt	  If you say N, all options in this submenu will be skipped and disabled.
13376df37aSJan Engelhardt
147bf1fc43SRandy Dunlapif MISC_DEVICES
151da177e4SLinus Torvalds
169a1e8eb1SDavid Brownellconfig ATMEL_PWM
179a1e8eb1SDavid Brownell	tristate "Atmel AT32/AT91 PWM support"
189a1e8eb1SDavid Brownell	depends on AVR32 || ARCH_AT91
199a1e8eb1SDavid Brownell	help
209a1e8eb1SDavid Brownell	  This option enables device driver support for the PWM channels
219a1e8eb1SDavid Brownell	  on certain Atmel prcoessors.  Pulse Width Modulation is used for
229a1e8eb1SDavid Brownell	  purposes including software controlled power-efficent backlights
239a1e8eb1SDavid Brownell	  on LCD displays, motor control, and waveform generation.
249a1e8eb1SDavid Brownell
252a341f5cSDavid Brownellconfig ATMEL_TCLIB
262a341f5cSDavid Brownell	bool "Atmel AT32/AT91 Timer/Counter Library"
272a341f5cSDavid Brownell	depends on (AVR32 || ARCH_AT91)
282a341f5cSDavid Brownell	help
292a341f5cSDavid Brownell	  Select this if you want a library to allocate the Timer/Counter
302a341f5cSDavid Brownell	  blocks found on many Atmel processors.  This facilitates using
312a341f5cSDavid Brownell	  these blocks by different drivers despite processor differences.
322a341f5cSDavid Brownell
334d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC
344d243f92SDavid Brownell	bool "TC Block Clocksource"
354d243f92SDavid Brownell	depends on ATMEL_TCLIB && GENERIC_TIME
364d243f92SDavid Brownell	default y
374d243f92SDavid Brownell	help
384d243f92SDavid Brownell	  Select this to get a high precision clocksource based on a
394d243f92SDavid Brownell	  TC block with a 5+ MHz base clock rate.  Two timer channels
404d243f92SDavid Brownell	  are combined to make a single 32-bit timer.
414d243f92SDavid Brownell
424d243f92SDavid Brownell	  When GENERIC_CLOCKEVENTS is defined, the third timer channel
434d243f92SDavid Brownell	  may be used as a clock event device supporting oneshot mode
444d243f92SDavid Brownell	  (delays of up to two seconds) based on the 32 KiHz clock.
454d243f92SDavid Brownell
464d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC_BLOCK
474d243f92SDavid Brownell	int
484d243f92SDavid Brownell	depends on ATMEL_TCB_CLKSRC
494d243f92SDavid Brownell	prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X
504d243f92SDavid Brownell	default 0
514d243f92SDavid Brownell	range 0 1
524d243f92SDavid Brownell	help
534d243f92SDavid Brownell	  Some chips provide more than one TC block, so you have the
544d243f92SDavid Brownell	  choice of which one to use for the clock framework.  The other
554d243f92SDavid Brownell	  TC can be used for other purposes, such as PWM generation and
564d243f92SDavid Brownell	  interval timing.
574d243f92SDavid Brownell
581da177e4SLinus Torvaldsconfig IBM_ASM
591da177e4SLinus Torvalds	tristate "Device driver for IBM RSA service processor"
60ff294cbaSDmitry Torokhov	depends on X86 && PCI && INPUT && EXPERIMENTAL
611da177e4SLinus Torvalds	---help---
621da177e4SLinus Torvalds	  This option enables device driver support for in-band access to the
631da177e4SLinus Torvalds	  IBM RSA (Condor) service processor in eServer xSeries systems.
641da177e4SLinus Torvalds	  The ibmasm device driver allows user space application to access
651da177e4SLinus Torvalds	  ASM (Advanced Systems Management) functions on the service
661da177e4SLinus Torvalds	  processor. The driver is meant to be used in conjunction with
671da177e4SLinus Torvalds	  a user space API.
681da177e4SLinus Torvalds	  The ibmasm driver also enables the OS to use the UART on the
691da177e4SLinus Torvalds	  service processor board as a regular serial port. To make use of
701da177e4SLinus Torvalds	  this feature serial driver support (CONFIG_SERIAL_8250) must be
711da177e4SLinus Torvalds	  enabled.
721da177e4SLinus Torvalds
731da177e4SLinus Torvalds	  WARNING: This software may not be supported or function
741da177e4SLinus Torvalds	  correctly on your IBM server. Please consult the IBM ServerProven
7501e77d31SAdrian Bunk	  website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
761da177e4SLinus Torvalds	  information on the specific driver level and support statement
771da177e4SLinus Torvalds	  for your IBM server.
781da177e4SLinus Torvalds
79cef2cf07SJiri Slabyconfig PHANTOM
80cef2cf07SJiri Slaby	tristate "Sensable PHANToM"
81cef2cf07SJiri Slaby	depends on PCI
82cef2cf07SJiri Slaby	help
83cef2cf07SJiri Slaby	  Say Y here if you want to build a driver for Sensable PHANToM device.
84cef2cf07SJiri Slaby
85cef2cf07SJiri Slaby	  If you choose to build module, its name will be phantom. If unsure,
86cef2cf07SJiri Slaby	  say N here.
87cef2cf07SJiri Slaby
889467d64bSIvo van Doornconfig EEPROM_93CX6
899467d64bSIvo van Doorn	tristate "EEPROM 93CX6 support"
909467d64bSIvo van Doorn	---help---
919467d64bSIvo van Doorn	  This is a driver for the EEPROM chipsets 93c46 and 93c66.
929467d64bSIvo van Doorn	  The driver supports both read as well as write commands.
931da177e4SLinus Torvalds
941da177e4SLinus Torvalds	  If unsure, say N.
951da177e4SLinus Torvalds
9659f14800SBrent Casavantconfig SGI_IOC4
9759f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
98aa6c2e62SAl Viro	depends on PCI
9959f14800SBrent Casavant	---help---
10059f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
10159f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
10259f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
10359f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
10459f14800SBrent Casavant
10559f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
10659f14800SBrent Casavant	  Otherwise say N.
10759f14800SBrent Casavant
108f9565129SAlex Dubovconfig TIFM_CORE
109f9565129SAlex Dubov	tristate "TI Flash Media interface support (EXPERIMENTAL)"
1109f3bed5fSAl Viro	depends on EXPERIMENTAL && PCI
111f9565129SAlex Dubov	help
112f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
113f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
114f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
115f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
116f9565129SAlex Dubov	  example.
117f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
118f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
119f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1201da177e4SLinus Torvalds
121f9565129SAlex Dubov          To compile this driver as a module, choose M here: the module will
122f9565129SAlex Dubov	  be called tifm_core.
123f9565129SAlex Dubov
124f9565129SAlex Dubovconfig TIFM_7XX1
125f9565129SAlex Dubov	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
126f9565129SAlex Dubov	depends on PCI && TIFM_CORE && EXPERIMENTAL
127f9565129SAlex Dubov	default TIFM_CORE
128f9565129SAlex Dubov	help
129f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
130f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
131f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
132f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
133f9565129SAlex Dubov
134f9565129SAlex Dubov          To compile this driver as a module, choose M here: the module will
135f9565129SAlex Dubov	  be called tifm_7xx1.
136f9565129SAlex Dubov
137745a5d21SCarlos Corbachoconfig ACER_WMI
138745a5d21SCarlos Corbacho        tristate "Acer WMI Laptop Extras (EXPERIMENTAL)"
139745a5d21SCarlos Corbacho	depends on X86
140745a5d21SCarlos Corbacho	depends on EXPERIMENTAL
141745a5d21SCarlos Corbacho	depends on ACPI
142745a5d21SCarlos Corbacho	depends on LEDS_CLASS
143745a5d21SCarlos Corbacho	depends on BACKLIGHT_CLASS_DEVICE
14407d31ee5SJiri Kosina	depends on SERIO_I8042
1454a507d93SLen Brown	select ACPI_WMI
146745a5d21SCarlos Corbacho	---help---
147745a5d21SCarlos Corbacho	  This is a driver for newer Acer (and Wistron) laptops. It adds
148745a5d21SCarlos Corbacho	  wireless radio and bluetooth control, and on some laptops,
149745a5d21SCarlos Corbacho	  exposes the mail LED and LCD backlight.
150745a5d21SCarlos Corbacho
15116111c79SCarlos Corbacho	  For more information about this driver see
15216111c79SCarlos Corbacho	  <file:Documentation/laptops/acer-wmi.txt>
15316111c79SCarlos Corbacho
154745a5d21SCarlos Corbacho	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
155745a5d21SCarlos Corbacho	  here.
156745a5d21SCarlos Corbacho
15785091b71SCorentin Charyconfig ASUS_LAPTOP
15885091b71SCorentin Chary        tristate "Asus Laptop Extras (EXPERIMENTAL)"
15985091b71SCorentin Chary        depends on X86
16085091b71SCorentin Chary        depends on ACPI
16185091b71SCorentin Chary	depends on EXPERIMENTAL && !ACPI_ASUS
162be18cdabSCorentin Chary	depends on LEDS_CLASS
1636b7091e7SCorentin Chary	depends on BACKLIGHT_CLASS_DEVICE
16485091b71SCorentin Chary        ---help---
16585091b71SCorentin Chary	  This is the new Linux driver for Asus laptops. It may also support some
16685091b71SCorentin Chary	  MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
16785091b71SCorentin Chary	  standard ACPI events that go through /proc/acpi/events. It also adds
16885091b71SCorentin Chary	  support for video output switching, LCD backlight control, Bluetooth and
16985091b71SCorentin Chary	  Wlan control, and most importantly, allows you to blink those fancy LEDs.
17085091b71SCorentin Chary
17185091b71SCorentin Chary	  For more information and a userspace daemon for handling the extra
17285091b71SCorentin Chary	  buttons see <http://acpi4asus.sf.net/>.
17385091b71SCorentin Chary
17485091b71SCorentin Chary	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
17585091b71SCorentin Chary
176d0482533SJonathan Woitheconfig FUJITSU_LAPTOP
177d0482533SJonathan Woithe        tristate "Fujitsu Laptop Extras"
178d0482533SJonathan Woithe        depends on X86
179d0482533SJonathan Woithe        depends on ACPI
180d0482533SJonathan Woithe        depends on BACKLIGHT_CLASS_DEVICE
181d0482533SJonathan Woithe        ---help---
182d0482533SJonathan Woithe	  This is a driver for laptops built by Fujitsu:
183d0482533SJonathan Woithe
184d0482533SJonathan Woithe	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
185d0482533SJonathan Woithe	    * Possibly other Fujitsu laptop models
186d0482533SJonathan Woithe
187d0482533SJonathan Woithe	  It adds support for LCD brightness control.
188d0482533SJonathan Woithe
189d0482533SJonathan Woithe	  If you have a Fujitsu laptop, say Y or M here.
190d0482533SJonathan Woithe
191dd8cd779SCarlos Corbachoconfig TC1100_WMI
192b0136829SCarlos Corbacho	tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
193dd8cd779SCarlos Corbacho	depends on X86 && !X86_64
194b0136829SCarlos Corbacho	depends on EXPERIMENTAL
195dd8cd779SCarlos Corbacho	depends on ACPI
1964a507d93SLen Brown	select ACPI_WMI
197dd8cd779SCarlos Corbacho	---help---
198dd8cd779SCarlos Corbacho	  This is a driver for the WMI extensions (wireless and bluetooth power
199dd8cd779SCarlos Corbacho	  control) of the HP Compaq TC1100 tablet.
200dd8cd779SCarlos Corbacho
2018c4c731aSLennart Poetteringconfig MSI_LAPTOP
2028c4c731aSLennart Poettering        tristate "MSI Laptop Extras"
2038c4c731aSLennart Poettering        depends on X86
2048c4c731aSLennart Poettering        depends on ACPI_EC
2058c4c731aSLennart Poettering        depends on BACKLIGHT_CLASS_DEVICE
2068c4c731aSLennart Poettering        ---help---
2078c4c731aSLennart Poettering	  This is a driver for laptops built by MSI (MICRO-STAR
2088c4c731aSLennart Poettering	  INTERNATIONAL):
2098c4c731aSLennart Poettering
2108c4c731aSLennart Poettering	  MSI MegaBook S270 (MS-1013)
2118c4c731aSLennart Poettering	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
2128c4c731aSLennart Poettering
2138c4c731aSLennart Poettering	  It adds support for Bluetooth, WLAN and LCD brightness control.
2148c4c731aSLennart Poettering
2158c4c731aSLennart Poettering	  More information about this driver is available at
2168c4c731aSLennart Poettering	  <http://0pointer.de/lennart/tchibo.html>.
2178c4c731aSLennart Poettering
2188c4c731aSLennart Poettering	  If you have an MSI S270 laptop, say Y or M here.
2198c4c731aSLennart Poettering
22091fbc1d3SMattia Dongiliconfig SONY_LAPTOP
22191fbc1d3SMattia Dongili	tristate "Sony Laptop Extras"
22291fbc1d3SMattia Dongili	depends on X86 && ACPI
22391fbc1d3SMattia Dongili	select BACKLIGHT_CLASS_DEVICE
2248a66074cSAndreas Herrmann	depends on INPUT
22591fbc1d3SMattia Dongili	  ---help---
2263d2b8a9fSmalattia@linux.it	  This mini-driver drives the SNC and SPIC devices present in the ACPI
2273d2b8a9fSmalattia@linux.it	  BIOS of the Sony Vaio laptops.
22891fbc1d3SMattia Dongili
2293d2b8a9fSmalattia@linux.it	  It gives access to some extra laptop functionalities like Bluetooth,
2303d2b8a9fSmalattia@linux.it	  screen brightness control, Fn keys and allows powering on/off some
231ab5bd206SMattia Dongili	  devices.
23291fbc1d3SMattia Dongili
233f04b7c40SCarlos Corbacho	  Read <file:Documentation/laptops/sony-laptop.txt> for more information.
23491fbc1d3SMattia Dongili
235a64e62a0SMattia Dongiliconfig SONYPI_COMPAT
2367b153f36Smalattia@linux.it	bool "Sonypi compatibility"
2377b153f36Smalattia@linux.it	depends on SONY_LAPTOP
2387b153f36Smalattia@linux.it	  ---help---
2397b153f36Smalattia@linux.it	  Build the sonypi driver compatibility code into the sony-laptop driver.
2407b153f36Smalattia@linux.it
24185998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI
24285998248SHenrique de Moraes Holschuh	tristate "ThinkPad ACPI Laptop Extras"
2433ede41c7SHenrique de Moraes Holschuh	depends on X86 && ACPI
2443f6cb563SHenrique de Moraes Holschuh	select BACKLIGHT_LCD_SUPPORT
2453ede41c7SHenrique de Moraes Holschuh	select BACKLIGHT_CLASS_DEVICE
24654ae1501SHenrique de Moraes Holschuh	select HWMON
24724d3b774SHenrique de Moraes Holschuh	select NVRAM
2483f6cb563SHenrique de Moraes Holschuh	select INPUT
2494fa6811bSHenrique de Moraes Holschuh	select NEW_LEDS
2504fa6811bSHenrique de Moraes Holschuh	select LEDS_CLASS
2513ede41c7SHenrique de Moraes Holschuh	---help---
25285998248SHenrique de Moraes Holschuh	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
2533ede41c7SHenrique de Moraes Holschuh	  support for Fn-Fx key combinations, Bluetooth control, video
2543ede41c7SHenrique de Moraes Holschuh	  output switching, ThinkLight control, UltraBay eject and more.
25585998248SHenrique de Moraes Holschuh	  For more information about this driver see
256f191dc6bSCarlos Corbacho	  <file:Documentation/laptops/thinkpad-acpi.txt> and
257f191dc6bSCarlos Corbacho	  <http://ibm-acpi.sf.net/> .
2583ede41c7SHenrique de Moraes Holschuh
25901dd2fbfSMatt LaPlante	  This driver was formerly known as ibm-acpi.
2603ede41c7SHenrique de Moraes Holschuh
26185998248SHenrique de Moraes Holschuh	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
26285998248SHenrique de Moraes Holschuh
263132ce091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUG
264132ce091SHenrique de Moraes Holschuh	bool "Verbose debug mode"
265132ce091SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
266132ce091SHenrique de Moraes Holschuh	default n
267132ce091SHenrique de Moraes Holschuh	---help---
268132ce091SHenrique de Moraes Holschuh	  Enables extra debugging information, at the expense of a slightly
269132ce091SHenrique de Moraes Holschuh	  increase in driver size.
270132ce091SHenrique de Moraes Holschuh
271132ce091SHenrique de Moraes Holschuh	  If you are not sure, say N here.
272132ce091SHenrique de Moraes Holschuh
27385998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DOCK
2743ede41c7SHenrique de Moraes Holschuh	bool "Legacy Docking Station Support"
27585998248SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
2763ede41c7SHenrique de Moraes Holschuh	depends on ACPI_DOCK=n
2773ede41c7SHenrique de Moraes Holschuh	default n
2783ede41c7SHenrique de Moraes Holschuh	---help---
27985998248SHenrique de Moraes Holschuh	  Allows the thinkpad_acpi driver to handle docking station events.
28085998248SHenrique de Moraes Holschuh	  This support was made obsolete by the generic ACPI docking station
28185998248SHenrique de Moraes Holschuh	  support (CONFIG_ACPI_DOCK).  It will allow locking and removing the
28285998248SHenrique de Moraes Holschuh	  laptop from the docking station, but will not properly connect PCI
28385998248SHenrique de Moraes Holschuh	  devices.
2843ede41c7SHenrique de Moraes Holschuh
2853ede41c7SHenrique de Moraes Holschuh	  If you are not sure, say N here.
2863ede41c7SHenrique de Moraes Holschuh
28785998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_BAY
2883ede41c7SHenrique de Moraes Holschuh	bool "Legacy Removable Bay Support"
28985998248SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
2903ede41c7SHenrique de Moraes Holschuh	default y
2913ede41c7SHenrique de Moraes Holschuh	---help---
29285998248SHenrique de Moraes Holschuh	  Allows the thinkpad_acpi driver to handle removable bays.  It will
29301dd2fbfSMatt LaPlante	  electrically disable the device in the bay, and also generate
29485998248SHenrique de Moraes Holschuh	  notifications when the bay lever is ejected or inserted.
2953ede41c7SHenrique de Moraes Holschuh
2963ede41c7SHenrique de Moraes Holschuh	  If you are not sure, say Y here.
2973ede41c7SHenrique de Moraes Holschuh
298d7c1d17dSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_VIDEO
299d7c1d17dSHenrique de Moraes Holschuh	bool "Video output control support"
300d7c1d17dSHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
301d7c1d17dSHenrique de Moraes Holschuh	default y
302d7c1d17dSHenrique de Moraes Holschuh	---help---
303d7c1d17dSHenrique de Moraes Holschuh	  Allows the thinkpad_acpi driver to provide an interface to control
304d7c1d17dSHenrique de Moraes Holschuh	  the various video output ports.
305d7c1d17dSHenrique de Moraes Holschuh
306d7c1d17dSHenrique de Moraes Holschuh	  This feature often won't work well, depending on ThinkPad model,
307d7c1d17dSHenrique de Moraes Holschuh	  display state, video output devices in use, whether there is a X
308d7c1d17dSHenrique de Moraes Holschuh	  server running, phase of the moon, and the current mood of
309d7c1d17dSHenrique de Moraes Holschuh	  Schroedinger's cat.  If you can use X.org's RandR to control
310d7c1d17dSHenrique de Moraes Holschuh	  your ThinkPad's video output ports instead of this feature,
311d7c1d17dSHenrique de Moraes Holschuh	  don't think twice: do it and say N here to save some memory.
312d7c1d17dSHenrique de Moraes Holschuh
313d7c1d17dSHenrique de Moraes Holschuh	  If you are not sure, say Y here.
314d7c1d17dSHenrique de Moraes Holschuh
31501e88f25SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_HOTKEY_POLL
31601e88f25SHenrique de Moraes Holschuh	bool "Suport NVRAM polling for hot keys"
31701e88f25SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
31801e88f25SHenrique de Moraes Holschuh	default y
31901e88f25SHenrique de Moraes Holschuh	---help---
32001e88f25SHenrique de Moraes Holschuh	  Some thinkpad models benefit from NVRAM polling to detect a few of
32101e88f25SHenrique de Moraes Holschuh	  the hot key press events.  If you know your ThinkPad model does not
32201e88f25SHenrique de Moraes Holschuh	  need to do NVRAM polling to support any of the hot keys you use,
32301e88f25SHenrique de Moraes Holschuh	  unselecting this option will save about 1kB of memory.
32401e88f25SHenrique de Moraes Holschuh
32501e88f25SHenrique de Moraes Holschuh	  ThinkPads T40 and newer, R52 and newer, and X31 and newer are
32601e88f25SHenrique de Moraes Holschuh	  unlikely to need NVRAM polling in their latest BIOS versions.
32701e88f25SHenrique de Moraes Holschuh
32801e88f25SHenrique de Moraes Holschuh	  NVRAM polling can detect at most the following keys: ThinkPad/Access
32901e88f25SHenrique de Moraes Holschuh	  IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
33001e88f25SHenrique de Moraes Holschuh	  Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
33101e88f25SHenrique de Moraes Holschuh
33201e88f25SHenrique de Moraes Holschuh	  If you are not sure, say Y here.  The driver enables polling only if
33301e88f25SHenrique de Moraes Holschuh	  it is strictly necessary to do so.
3341a343760SHenrique de Moraes Holschuh
335eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
336eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
337eb1f2930SHans-Christian Egtvedt	depends on AVR32 || ARCH_AT91
338eb1f2930SHans-Christian Egtvedt	---help---
339eb1f2930SHans-Christian Egtvedt	  This option enables device driver support for Atmel Syncronized
340eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
341eb1f2930SHans-Christian Egtvedt
342eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
343eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
344eb1f2930SHans-Christian Egtvedt
345eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
346eb1f2930SHans-Christian Egtvedt
347cc0573b3SThomas Sujithconfig INTEL_MENLOW
348cc0573b3SThomas Sujith	tristate "Thermal Management driver for Intel menlow platform"
349cc0573b3SThomas Sujith	depends on ACPI_THERMAL
3509f2eef25SLen Brown	depends on X86
351cc0573b3SThomas Sujith	---help---
352cc0573b3SThomas Sujith	  ACPI thermal management enhancement driver on
353cc0573b3SThomas Sujith	  Intel Menlow platform.
354cc0573b3SThomas Sujith
355cc0573b3SThomas Sujith	  If unsure, say N.
356cc0573b3SThomas Sujith
357d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
358d569d5bbSJames Bottomley	tristate "Enclosure Services"
359d569d5bbSJames Bottomley	default n
360d569d5bbSJames Bottomley	help
361d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
362d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
363d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
364d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
365d569d5bbSJames Bottomley
36645d9ca49SDean Nelsonconfig SGI_XP
36745d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
36845d9ca49SDean Nelson	depends on IA64_GENERIC || IA64_SGI_SN2
36945d9ca49SDean Nelson	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
37045d9ca49SDean Nelson	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
37145d9ca49SDean Nelson	---help---
37245d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
37345d9ca49SDean Nelson	  Images which act independently of each other and have
37445d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
37545d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
37645d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
37745d9ca49SDean Nelson
3787bf1fc43SRandy Dunlapendif # MISC_DEVICES
379