xref: /openbmc/linux/drivers/misc/Kconfig (revision 03b48632)
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"
188b6e47adSAndrew Victor	depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
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
80ec905a18SJiri Slaby	tristate "Sensable PHANToM (PCI)"
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
85ec905a18SJiri Slaby	  This driver is only for PCI PHANToMs.
86ec905a18SJiri Slaby
87cef2cf07SJiri Slaby	  If you choose to build module, its name will be phantom. If unsure,
88cef2cf07SJiri Slaby	  say N here.
89cef2cf07SJiri Slaby
909467d64bSIvo van Doornconfig EEPROM_93CX6
919467d64bSIvo van Doorn	tristate "EEPROM 93CX6 support"
929467d64bSIvo van Doorn	---help---
939467d64bSIvo van Doorn	  This is a driver for the EEPROM chipsets 93c46 and 93c66.
949467d64bSIvo van Doorn	  The driver supports both read as well as write commands.
951da177e4SLinus Torvalds
961da177e4SLinus Torvalds	  If unsure, say N.
971da177e4SLinus Torvalds
9859f14800SBrent Casavantconfig SGI_IOC4
9959f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
100aa6c2e62SAl Viro	depends on PCI
10159f14800SBrent Casavant	---help---
10259f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
10359f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
10459f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
10559f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
10659f14800SBrent Casavant
10759f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
10859f14800SBrent Casavant	  Otherwise say N.
10959f14800SBrent Casavant
110f9565129SAlex Dubovconfig TIFM_CORE
111f9565129SAlex Dubov	tristate "TI Flash Media interface support (EXPERIMENTAL)"
1129f3bed5fSAl Viro	depends on EXPERIMENTAL && PCI
113f9565129SAlex Dubov	help
114f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
115f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
116f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
117f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
118f9565129SAlex Dubov	  example.
119f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
120f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
121f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1221da177e4SLinus Torvalds
123f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
124f9565129SAlex Dubov	  be called tifm_core.
125f9565129SAlex Dubov
126f9565129SAlex Dubovconfig TIFM_7XX1
127f9565129SAlex Dubov	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
128f9565129SAlex Dubov	depends on PCI && TIFM_CORE && EXPERIMENTAL
129f9565129SAlex Dubov	default TIFM_CORE
130f9565129SAlex Dubov	help
131f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
132f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
133f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
134f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
135f9565129SAlex Dubov
136f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
137f9565129SAlex Dubov	  be called tifm_7xx1.
138f9565129SAlex Dubov
139a412ae3fSDarrick J. Wongconfig ICS932S401
140a412ae3fSDarrick J. Wong	tristate "Integrated Circuits ICS932S401"
141a412ae3fSDarrick J. Wong	depends on I2C && EXPERIMENTAL
142a412ae3fSDarrick J. Wong	help
143a412ae3fSDarrick J. Wong	  If you say yes here you get support for the Integrated Circuits
144a412ae3fSDarrick J. Wong	  ICS932S401 clock control chips.
145a412ae3fSDarrick J. Wong
146a412ae3fSDarrick J. Wong	  This driver can also be built as a module. If so, the module
147a412ae3fSDarrick J. Wong	  will be called ics932s401.
148a412ae3fSDarrick J. Wong
149eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
150eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
151eb1f2930SHans-Christian Egtvedt	depends on AVR32 || ARCH_AT91
152eb1f2930SHans-Christian Egtvedt	---help---
153eb1f2930SHans-Christian Egtvedt	  This option enables device driver support for Atmel Syncronized
154eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
155eb1f2930SHans-Christian Egtvedt
156eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
157eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
158eb1f2930SHans-Christian Egtvedt
159eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
160eb1f2930SHans-Christian Egtvedt
161d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
162d569d5bbSJames Bottomley	tristate "Enclosure Services"
163d569d5bbSJames Bottomley	default n
164d569d5bbSJames Bottomley	help
165d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
166d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
167d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
168d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
169d569d5bbSJames Bottomley
17045d9ca49SDean Nelsonconfig SGI_XP
17145d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
1723b0de7b3SDean Nelson	depends on NET
17303b48632SNick Piggin	depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
17445d9ca49SDean Nelson	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
17545d9ca49SDean Nelson	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
176ee694d6bSTony Luck	select SGI_GRU if (IA64_GENERIC || IA64_SGI_UV || X86_64) && SMP
17745d9ca49SDean Nelson	---help---
17845d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
17945d9ca49SDean Nelson	  Images which act independently of each other and have
18045d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
18145d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
18245d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
18345d9ca49SDean Nelson
18489bcb05dSDavid Altobelliconfig HP_ILO
18589bcb05dSDavid Altobelli	tristate "Channel interface driver for HP iLO/iLO2 processor"
186f38954c9SAndrew Morton	depends on PCI
18789bcb05dSDavid Altobelli	default n
18889bcb05dSDavid Altobelli	help
18989bcb05dSDavid Altobelli	  The channel interface driver allows applications to communicate
19089bcb05dSDavid Altobelli	  with iLO/iLO2 management processors present on HP ProLiant
19189bcb05dSDavid Altobelli	  servers.  Upon loading, the driver creates /dev/hpilo/dXccbN files,
19289bcb05dSDavid Altobelli	  which can be used to gather data from the management processor,
19389bcb05dSDavid Altobelli	  via read and write system calls.
19489bcb05dSDavid Altobelli
19589bcb05dSDavid Altobelli	  To compile this driver as a module, choose M here: the
19689bcb05dSDavid Altobelli	  module will be called hpilo.
19789bcb05dSDavid Altobelli
1983d919e5fSJack Steinerconfig SGI_GRU
1993d919e5fSJack Steiner	tristate "SGI GRU driver"
20003b48632SNick Piggin	depends on (X86_UV || IA64_SGI_UV || IA64_GENERIC) && SMP
2013d919e5fSJack Steiner	default n
2023d919e5fSJack Steiner	select MMU_NOTIFIER
2033d919e5fSJack Steiner	---help---
2043d919e5fSJack Steiner	The GRU is a hardware resource located in the system chipset. The GRU
2053d919e5fSJack Steiner	contains memory that can be mmapped into the user address space. This memory is
2063d919e5fSJack Steiner	used to communicate with the GRU to perform functions such as load/store,
2073d919e5fSJack Steiner	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
2083d919e5fSJack Steiner	instructions using user virtual addresses. GRU instructions (ex., bcopy) use
2093d919e5fSJack Steiner	user virtual addresses for operands.
2103d919e5fSJack Steiner
2113d919e5fSJack Steiner	If you are not running on a SGI UV system, say N.
2123d919e5fSJack Steiner
2133d919e5fSJack Steinerconfig SGI_GRU_DEBUG
2143d919e5fSJack Steiner	bool  "SGI GRU driver debug"
2153d919e5fSJack Steiner	depends on SGI_GRU
2163d919e5fSJack Steiner	default n
2173d919e5fSJack Steiner	---help---
2183d919e5fSJack Steiner	This option enables addition debugging code for the SGI GRU driver. If
2193d919e5fSJack Steiner	you are unsure, say N.
2203d919e5fSJack Steiner
221ad8f07ccSMatthew Garrettconfig DELL_LAPTOP
222ad8f07ccSMatthew Garrett	tristate "Dell Laptop Extras (EXPERIMENTAL)"
223ad8f07ccSMatthew Garrett	depends on X86
224ad8f07ccSMatthew Garrett	depends on DCDBAS
225ad8f07ccSMatthew Garrett	depends on EXPERIMENTAL
226ad8f07ccSMatthew Garrett	depends on BACKLIGHT_CLASS_DEVICE
227ad8f07ccSMatthew Garrett	depends on RFKILL
228ad8f07ccSMatthew Garrett	default n
229ad8f07ccSMatthew Garrett	---help---
230ad8f07ccSMatthew Garrett	This driver adds support for rfkill and backlight control to Dell
231ad8f07ccSMatthew Garrett	laptops.
232ad8f07ccSMatthew Garrett
2334e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig"
2344e17e1dbSRodolfo Giometti
2357bf1fc43SRandy Dunlapendif # MISC_DEVICES
236