xref: /openbmc/linux/drivers/misc/Kconfig (revision 4d243f92)
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
1444a507d93SLen Brown	select ACPI_WMI
145745a5d21SCarlos Corbacho	---help---
146745a5d21SCarlos Corbacho	  This is a driver for newer Acer (and Wistron) laptops. It adds
147745a5d21SCarlos Corbacho	  wireless radio and bluetooth control, and on some laptops,
148745a5d21SCarlos Corbacho	  exposes the mail LED and LCD backlight.
149745a5d21SCarlos Corbacho
15016111c79SCarlos Corbacho	  For more information about this driver see
15116111c79SCarlos Corbacho	  <file:Documentation/laptops/acer-wmi.txt>
15216111c79SCarlos Corbacho
153745a5d21SCarlos Corbacho	  If you have an ACPI-WMI compatible Acer/ Wistron laptop, say Y or M
154745a5d21SCarlos Corbacho	  here.
155745a5d21SCarlos Corbacho
15685091b71SCorentin Charyconfig ASUS_LAPTOP
15785091b71SCorentin Chary        tristate "Asus Laptop Extras (EXPERIMENTAL)"
15885091b71SCorentin Chary        depends on X86
15985091b71SCorentin Chary        depends on ACPI
16085091b71SCorentin Chary	depends on EXPERIMENTAL && !ACPI_ASUS
161be18cdabSCorentin Chary	depends on LEDS_CLASS
1626b7091e7SCorentin Chary	depends on BACKLIGHT_CLASS_DEVICE
16385091b71SCorentin Chary        ---help---
16485091b71SCorentin Chary	  This is the new Linux driver for Asus laptops. It may also support some
16585091b71SCorentin Chary	  MEDION, JVC or VICTOR laptops. It makes all the extra buttons generate
16685091b71SCorentin Chary	  standard ACPI events that go through /proc/acpi/events. It also adds
16785091b71SCorentin Chary	  support for video output switching, LCD backlight control, Bluetooth and
16885091b71SCorentin Chary	  Wlan control, and most importantly, allows you to blink those fancy LEDs.
16985091b71SCorentin Chary
17085091b71SCorentin Chary	  For more information and a userspace daemon for handling the extra
17185091b71SCorentin Chary	  buttons see <http://acpi4asus.sf.net/>.
17285091b71SCorentin Chary
17385091b71SCorentin Chary	  If you have an ACPI-compatible ASUS laptop, say Y or M here.
17485091b71SCorentin Chary
175d0482533SJonathan Woitheconfig FUJITSU_LAPTOP
176d0482533SJonathan Woithe        tristate "Fujitsu Laptop Extras"
177d0482533SJonathan Woithe        depends on X86
178d0482533SJonathan Woithe        depends on ACPI
179d0482533SJonathan Woithe        depends on BACKLIGHT_CLASS_DEVICE
180d0482533SJonathan Woithe        ---help---
181d0482533SJonathan Woithe	  This is a driver for laptops built by Fujitsu:
182d0482533SJonathan Woithe
183d0482533SJonathan Woithe	    * P2xxx/P5xxx/S6xxx/S7xxx series Lifebooks
184d0482533SJonathan Woithe	    * Possibly other Fujitsu laptop models
185d0482533SJonathan Woithe
186d0482533SJonathan Woithe	  It adds support for LCD brightness control.
187d0482533SJonathan Woithe
188d0482533SJonathan Woithe	  If you have a Fujitsu laptop, say Y or M here.
189d0482533SJonathan Woithe
190dd8cd779SCarlos Corbachoconfig TC1100_WMI
191b0136829SCarlos Corbacho	tristate "HP Compaq TC1100 Tablet WMI Extras (EXPERIMENTAL)"
192dd8cd779SCarlos Corbacho	depends on X86 && !X86_64
193b0136829SCarlos Corbacho	depends on EXPERIMENTAL
194dd8cd779SCarlos Corbacho	depends on ACPI
1954a507d93SLen Brown	select ACPI_WMI
196dd8cd779SCarlos Corbacho	---help---
197dd8cd779SCarlos Corbacho	  This is a driver for the WMI extensions (wireless and bluetooth power
198dd8cd779SCarlos Corbacho	  control) of the HP Compaq TC1100 tablet.
199dd8cd779SCarlos Corbacho
2008c4c731aSLennart Poetteringconfig MSI_LAPTOP
2018c4c731aSLennart Poettering        tristate "MSI Laptop Extras"
2028c4c731aSLennart Poettering        depends on X86
2038c4c731aSLennart Poettering        depends on ACPI_EC
2048c4c731aSLennart Poettering        depends on BACKLIGHT_CLASS_DEVICE
2058c4c731aSLennart Poettering        ---help---
2068c4c731aSLennart Poettering	  This is a driver for laptops built by MSI (MICRO-STAR
2078c4c731aSLennart Poettering	  INTERNATIONAL):
2088c4c731aSLennart Poettering
2098c4c731aSLennart Poettering	  MSI MegaBook S270 (MS-1013)
2108c4c731aSLennart Poettering	  Cytron/TCM/Medion/Tchibo MD96100/SAM2000
2118c4c731aSLennart Poettering
2128c4c731aSLennart Poettering	  It adds support for Bluetooth, WLAN and LCD brightness control.
2138c4c731aSLennart Poettering
2148c4c731aSLennart Poettering	  More information about this driver is available at
2158c4c731aSLennart Poettering	  <http://0pointer.de/lennart/tchibo.html>.
2168c4c731aSLennart Poettering
2178c4c731aSLennart Poettering	  If you have an MSI S270 laptop, say Y or M here.
2188c4c731aSLennart Poettering
21991fbc1d3SMattia Dongiliconfig SONY_LAPTOP
22091fbc1d3SMattia Dongili	tristate "Sony Laptop Extras"
22191fbc1d3SMattia Dongili	depends on X86 && ACPI
22291fbc1d3SMattia Dongili	select BACKLIGHT_CLASS_DEVICE
2238a66074cSAndreas Herrmann	depends on INPUT
22491fbc1d3SMattia Dongili	  ---help---
2253d2b8a9fSmalattia@linux.it	  This mini-driver drives the SNC and SPIC devices present in the ACPI
2263d2b8a9fSmalattia@linux.it	  BIOS of the Sony Vaio laptops.
22791fbc1d3SMattia Dongili
2283d2b8a9fSmalattia@linux.it	  It gives access to some extra laptop functionalities like Bluetooth,
2293d2b8a9fSmalattia@linux.it	  screen brightness control, Fn keys and allows powering on/off some
230ab5bd206SMattia Dongili	  devices.
23191fbc1d3SMattia Dongili
232f04b7c40SCarlos Corbacho	  Read <file:Documentation/laptops/sony-laptop.txt> for more information.
23391fbc1d3SMattia Dongili
234a64e62a0SMattia Dongiliconfig SONYPI_COMPAT
2357b153f36Smalattia@linux.it	bool "Sonypi compatibility"
2367b153f36Smalattia@linux.it	depends on SONY_LAPTOP
2377b153f36Smalattia@linux.it	  ---help---
2387b153f36Smalattia@linux.it	  Build the sonypi driver compatibility code into the sony-laptop driver.
2397b153f36Smalattia@linux.it
24085998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI
24185998248SHenrique de Moraes Holschuh	tristate "ThinkPad ACPI Laptop Extras"
2423ede41c7SHenrique de Moraes Holschuh	depends on X86 && ACPI
2433ede41c7SHenrique de Moraes Holschuh	select BACKLIGHT_CLASS_DEVICE
24454ae1501SHenrique de Moraes Holschuh	select HWMON
24524d3b774SHenrique de Moraes Holschuh	select NVRAM
2468a66074cSAndreas Herrmann	depends on INPUT
2473ede41c7SHenrique de Moraes Holschuh	---help---
24885998248SHenrique de Moraes Holschuh	  This is a driver for the IBM and Lenovo ThinkPad laptops. It adds
2493ede41c7SHenrique de Moraes Holschuh	  support for Fn-Fx key combinations, Bluetooth control, video
2503ede41c7SHenrique de Moraes Holschuh	  output switching, ThinkLight control, UltraBay eject and more.
25185998248SHenrique de Moraes Holschuh	  For more information about this driver see
252f191dc6bSCarlos Corbacho	  <file:Documentation/laptops/thinkpad-acpi.txt> and
253f191dc6bSCarlos Corbacho	  <http://ibm-acpi.sf.net/> .
2543ede41c7SHenrique de Moraes Holschuh
25501dd2fbfSMatt LaPlante	  This driver was formerly known as ibm-acpi.
2563ede41c7SHenrique de Moraes Holschuh
25785998248SHenrique de Moraes Holschuh	  If you have an IBM or Lenovo ThinkPad laptop, say Y or M here.
25885998248SHenrique de Moraes Holschuh
259132ce091SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DEBUG
260132ce091SHenrique de Moraes Holschuh	bool "Verbose debug mode"
261132ce091SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
262132ce091SHenrique de Moraes Holschuh	default n
263132ce091SHenrique de Moraes Holschuh	---help---
264132ce091SHenrique de Moraes Holschuh	  Enables extra debugging information, at the expense of a slightly
265132ce091SHenrique de Moraes Holschuh	  increase in driver size.
266132ce091SHenrique de Moraes Holschuh
267132ce091SHenrique de Moraes Holschuh	  If you are not sure, say N here.
268132ce091SHenrique de Moraes Holschuh
26985998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_DOCK
2703ede41c7SHenrique de Moraes Holschuh	bool "Legacy Docking Station Support"
27185998248SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
2723ede41c7SHenrique de Moraes Holschuh	depends on ACPI_DOCK=n
2733ede41c7SHenrique de Moraes Holschuh	default n
2743ede41c7SHenrique de Moraes Holschuh	---help---
27585998248SHenrique de Moraes Holschuh	  Allows the thinkpad_acpi driver to handle docking station events.
27685998248SHenrique de Moraes Holschuh	  This support was made obsolete by the generic ACPI docking station
27785998248SHenrique de Moraes Holschuh	  support (CONFIG_ACPI_DOCK).  It will allow locking and removing the
27885998248SHenrique de Moraes Holschuh	  laptop from the docking station, but will not properly connect PCI
27985998248SHenrique de Moraes Holschuh	  devices.
2803ede41c7SHenrique de Moraes Holschuh
2813ede41c7SHenrique de Moraes Holschuh	  If you are not sure, say N here.
2823ede41c7SHenrique de Moraes Holschuh
28385998248SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_BAY
2843ede41c7SHenrique de Moraes Holschuh	bool "Legacy Removable Bay Support"
28585998248SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
2863ede41c7SHenrique de Moraes Holschuh	default y
2873ede41c7SHenrique de Moraes Holschuh	---help---
28885998248SHenrique de Moraes Holschuh	  Allows the thinkpad_acpi driver to handle removable bays.  It will
28901dd2fbfSMatt LaPlante	  electrically disable the device in the bay, and also generate
29085998248SHenrique de Moraes Holschuh	  notifications when the bay lever is ejected or inserted.
2913ede41c7SHenrique de Moraes Holschuh
2923ede41c7SHenrique de Moraes Holschuh	  If you are not sure, say Y here.
2933ede41c7SHenrique de Moraes Holschuh
294d7c1d17dSHenrique de Moraes Holschuhconfig THINKPAD_ACPI_VIDEO
295d7c1d17dSHenrique de Moraes Holschuh	bool "Video output control support"
296d7c1d17dSHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
297d7c1d17dSHenrique de Moraes Holschuh	default y
298d7c1d17dSHenrique de Moraes Holschuh	---help---
299d7c1d17dSHenrique de Moraes Holschuh	  Allows the thinkpad_acpi driver to provide an interface to control
300d7c1d17dSHenrique de Moraes Holschuh	  the various video output ports.
301d7c1d17dSHenrique de Moraes Holschuh
302d7c1d17dSHenrique de Moraes Holschuh	  This feature often won't work well, depending on ThinkPad model,
303d7c1d17dSHenrique de Moraes Holschuh	  display state, video output devices in use, whether there is a X
304d7c1d17dSHenrique de Moraes Holschuh	  server running, phase of the moon, and the current mood of
305d7c1d17dSHenrique de Moraes Holschuh	  Schroedinger's cat.  If you can use X.org's RandR to control
306d7c1d17dSHenrique de Moraes Holschuh	  your ThinkPad's video output ports instead of this feature,
307d7c1d17dSHenrique de Moraes Holschuh	  don't think twice: do it and say N here to save some memory.
308d7c1d17dSHenrique de Moraes Holschuh
309d7c1d17dSHenrique de Moraes Holschuh	  If you are not sure, say Y here.
310d7c1d17dSHenrique de Moraes Holschuh
31101e88f25SHenrique de Moraes Holschuhconfig THINKPAD_ACPI_HOTKEY_POLL
31201e88f25SHenrique de Moraes Holschuh	bool "Suport NVRAM polling for hot keys"
31301e88f25SHenrique de Moraes Holschuh	depends on THINKPAD_ACPI
31401e88f25SHenrique de Moraes Holschuh	default y
31501e88f25SHenrique de Moraes Holschuh	---help---
31601e88f25SHenrique de Moraes Holschuh	  Some thinkpad models benefit from NVRAM polling to detect a few of
31701e88f25SHenrique de Moraes Holschuh	  the hot key press events.  If you know your ThinkPad model does not
31801e88f25SHenrique de Moraes Holschuh	  need to do NVRAM polling to support any of the hot keys you use,
31901e88f25SHenrique de Moraes Holschuh	  unselecting this option will save about 1kB of memory.
32001e88f25SHenrique de Moraes Holschuh
32101e88f25SHenrique de Moraes Holschuh	  ThinkPads T40 and newer, R52 and newer, and X31 and newer are
32201e88f25SHenrique de Moraes Holschuh	  unlikely to need NVRAM polling in their latest BIOS versions.
32301e88f25SHenrique de Moraes Holschuh
32401e88f25SHenrique de Moraes Holschuh	  NVRAM polling can detect at most the following keys: ThinkPad/Access
32501e88f25SHenrique de Moraes Holschuh	  IBM, Zoom, Switch Display (fn+F7), ThinkLight, Volume up/down/mute,
32601e88f25SHenrique de Moraes Holschuh	  Brightness up/down, Display Expand (fn+F8), Hibernate (fn+F12).
32701e88f25SHenrique de Moraes Holschuh
32801e88f25SHenrique de Moraes Holschuh	  If you are not sure, say Y here.  The driver enables polling only if
32901e88f25SHenrique de Moraes Holschuh	  it is strictly necessary to do so.
3301a343760SHenrique de Moraes Holschuh
331eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
332eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
333eb1f2930SHans-Christian Egtvedt	depends on AVR32 || ARCH_AT91
334eb1f2930SHans-Christian Egtvedt	---help---
335eb1f2930SHans-Christian Egtvedt	  This option enables device driver support for Atmel Syncronized
336eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
337eb1f2930SHans-Christian Egtvedt
338eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
339eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
340eb1f2930SHans-Christian Egtvedt
341eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
342eb1f2930SHans-Christian Egtvedt
343cc0573b3SThomas Sujithconfig INTEL_MENLOW
344cc0573b3SThomas Sujith	tristate "Thermal Management driver for Intel menlow platform"
345cc0573b3SThomas Sujith	depends on ACPI_THERMAL
3469f2eef25SLen Brown	depends on X86
347cc0573b3SThomas Sujith	---help---
348cc0573b3SThomas Sujith	  ACPI thermal management enhancement driver on
349cc0573b3SThomas Sujith	  Intel Menlow platform.
350cc0573b3SThomas Sujith
351cc0573b3SThomas Sujith	  If unsure, say N.
352cc0573b3SThomas Sujith
353d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
354d569d5bbSJames Bottomley	tristate "Enclosure Services"
355d569d5bbSJames Bottomley	default n
356d569d5bbSJames Bottomley	help
357d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
358d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
359d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
360d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
361d569d5bbSJames Bottomley
3627bf1fc43SRandy Dunlapendif # MISC_DEVICES
363