xref: /openbmc/linux/drivers/misc/Kconfig (revision ab69a5ae)
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
21692105b8SMatt LaPlante	  on certain Atmel processors.  Pulse Width Modulation is used for
22692105b8SMatt LaPlante	  purposes including software controlled power-efficient 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
9059f14800SBrent Casavantconfig SGI_IOC4
9159f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
92aa6c2e62SAl Viro	depends on PCI
9359f14800SBrent Casavant	---help---
9459f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
9559f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
9659f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
9759f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
9859f14800SBrent Casavant
9959f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
10059f14800SBrent Casavant	  Otherwise say N.
10159f14800SBrent Casavant
102f9565129SAlex Dubovconfig TIFM_CORE
103f9565129SAlex Dubov	tristate "TI Flash Media interface support (EXPERIMENTAL)"
1049f3bed5fSAl Viro	depends on EXPERIMENTAL && PCI
105f9565129SAlex Dubov	help
106f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
107f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
108f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
109f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
110f9565129SAlex Dubov	  example.
111f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
112f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
113f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1141da177e4SLinus Torvalds
115f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
116f9565129SAlex Dubov	  be called tifm_core.
117f9565129SAlex Dubov
118f9565129SAlex Dubovconfig TIFM_7XX1
119f9565129SAlex Dubov	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
120f9565129SAlex Dubov	depends on PCI && TIFM_CORE && EXPERIMENTAL
121f9565129SAlex Dubov	default TIFM_CORE
122f9565129SAlex Dubov	help
123f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
124f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
125f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
126f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
127f9565129SAlex Dubov
128f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
129f9565129SAlex Dubov	  be called tifm_7xx1.
130f9565129SAlex Dubov
131a412ae3fSDarrick J. Wongconfig ICS932S401
132a412ae3fSDarrick J. Wong	tristate "Integrated Circuits ICS932S401"
133a412ae3fSDarrick J. Wong	depends on I2C && EXPERIMENTAL
134a412ae3fSDarrick J. Wong	help
135a412ae3fSDarrick J. Wong	  If you say yes here you get support for the Integrated Circuits
136a412ae3fSDarrick J. Wong	  ICS932S401 clock control chips.
137a412ae3fSDarrick J. Wong
138a412ae3fSDarrick J. Wong	  This driver can also be built as a module. If so, the module
139a412ae3fSDarrick J. Wong	  will be called ics932s401.
140a412ae3fSDarrick J. Wong
141eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
142eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
143eb1f2930SHans-Christian Egtvedt	depends on AVR32 || ARCH_AT91
144eb1f2930SHans-Christian Egtvedt	---help---
145692105b8SMatt LaPlante	  This option enables device driver support for Atmel Synchronized
146eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
147eb1f2930SHans-Christian Egtvedt
148eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
149eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
150eb1f2930SHans-Christian Egtvedt
151eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
152eb1f2930SHans-Christian Egtvedt
153d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
154d569d5bbSJames Bottomley	tristate "Enclosure Services"
155d569d5bbSJames Bottomley	default n
156d569d5bbSJames Bottomley	help
157d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
158d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
159d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
160d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
161d569d5bbSJames Bottomley
16245d9ca49SDean Nelsonconfig SGI_XP
16345d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
1643b0de7b3SDean Nelson	depends on NET
16503b48632SNick Piggin	depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
16645d9ca49SDean Nelson	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
16745d9ca49SDean Nelson	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
1681bc4faa5SRobin Holt	select SGI_GRU if X86_64 && SMP
16945d9ca49SDean Nelson	---help---
17045d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
17145d9ca49SDean Nelson	  Images which act independently of each other and have
17245d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
17345d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
17445d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
17545d9ca49SDean Nelson
17689bcb05dSDavid Altobelliconfig HP_ILO
17789bcb05dSDavid Altobelli	tristate "Channel interface driver for HP iLO/iLO2 processor"
178f38954c9SAndrew Morton	depends on PCI
17989bcb05dSDavid Altobelli	default n
18089bcb05dSDavid Altobelli	help
18189bcb05dSDavid Altobelli	  The channel interface driver allows applications to communicate
18289bcb05dSDavid Altobelli	  with iLO/iLO2 management processors present on HP ProLiant
18389bcb05dSDavid Altobelli	  servers.  Upon loading, the driver creates /dev/hpilo/dXccbN files,
18489bcb05dSDavid Altobelli	  which can be used to gather data from the management processor,
18589bcb05dSDavid Altobelli	  via read and write system calls.
18689bcb05dSDavid Altobelli
18789bcb05dSDavid Altobelli	  To compile this driver as a module, choose M here: the
18889bcb05dSDavid Altobelli	  module will be called hpilo.
18989bcb05dSDavid Altobelli
1903d919e5fSJack Steinerconfig SGI_GRU
1913d919e5fSJack Steiner	tristate "SGI GRU driver"
1921bc4faa5SRobin Holt	depends on X86_UV && SMP
1933d919e5fSJack Steiner	default n
1943d919e5fSJack Steiner	select MMU_NOTIFIER
1953d919e5fSJack Steiner	---help---
1963d919e5fSJack Steiner	The GRU is a hardware resource located in the system chipset. The GRU
1973d919e5fSJack Steiner	contains memory that can be mmapped into the user address space. This memory is
1983d919e5fSJack Steiner	used to communicate with the GRU to perform functions such as load/store,
1993d919e5fSJack Steiner	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
2003d919e5fSJack Steiner	instructions using user virtual addresses. GRU instructions (ex., bcopy) use
2013d919e5fSJack Steiner	user virtual addresses for operands.
2023d919e5fSJack Steiner
2033d919e5fSJack Steiner	If you are not running on a SGI UV system, say N.
2043d919e5fSJack Steiner
2053d919e5fSJack Steinerconfig SGI_GRU_DEBUG
2063d919e5fSJack Steiner	bool  "SGI GRU driver debug"
2073d919e5fSJack Steiner	depends on SGI_GRU
2083d919e5fSJack Steiner	default n
2093d919e5fSJack Steiner	---help---
2103d919e5fSJack Steiner	This option enables addition debugging code for the SGI GRU driver. If
2113d919e5fSJack Steiner	you are unsure, say N.
2123d919e5fSJack Steiner
213ad8f07ccSMatthew Garrettconfig DELL_LAPTOP
214ad8f07ccSMatthew Garrett	tristate "Dell Laptop Extras (EXPERIMENTAL)"
215ad8f07ccSMatthew Garrett	depends on X86
216ad8f07ccSMatthew Garrett	depends on DCDBAS
217ad8f07ccSMatthew Garrett	depends on EXPERIMENTAL
218ad8f07ccSMatthew Garrett	depends on BACKLIGHT_CLASS_DEVICE
219ad8f07ccSMatthew Garrett	depends on RFKILL
22077a59265SMatthew Garrett	depends on POWER_SUPPLY
221ad8f07ccSMatthew Garrett	default n
222ad8f07ccSMatthew Garrett	---help---
223ad8f07ccSMatthew Garrett	This driver adds support for rfkill and backlight control to Dell
224ad8f07ccSMatthew Garrett	laptops.
225ad8f07ccSMatthew Garrett
2263cdbbeebSDaniel Mackconfig ISL29003
2273cdbbeebSDaniel Mack	tristate "Intersil ISL29003 ambient light sensor"
2283cdbbeebSDaniel Mack	depends on I2C && SYSFS
2293cdbbeebSDaniel Mack	help
2303cdbbeebSDaniel Mack	  If you say yes here you get support for the Intersil ISL29003
2313cdbbeebSDaniel Mack	  ambient light sensor.
2323cdbbeebSDaniel Mack
2333cdbbeebSDaniel Mack	  This driver can also be built as a module.  If so, the module
2343cdbbeebSDaniel Mack	  will be called isl29003.
2353cdbbeebSDaniel Mack
236ef12379fSHartley Sweetenconfig EP93XX_PWM
237ef12379fSHartley Sweeten	tristate "EP93xx PWM support"
238ef12379fSHartley Sweeten	depends on ARCH_EP93XX
239ef12379fSHartley Sweeten	help
240ef12379fSHartley Sweeten	  This option enables device driver support for the PWM channels
241ef12379fSHartley Sweeten	  on the Cirrus EP93xx processors.  The EP9307 chip only has one
242ef12379fSHartley Sweeten	  PWM channel all the others have two, the second channel is an
243ef12379fSHartley Sweeten	  alternate function of the EGPIO14 pin.  A sysfs interface is
244ef12379fSHartley Sweeten	  provided to control the PWM channels.
245ef12379fSHartley Sweeten
246ef12379fSHartley Sweeten	  To compile this driver as a module, choose M here: the module will
247ef12379fSHartley Sweeten	  be called ep93xx_pwm.
248ef12379fSHartley Sweeten
2494e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig"
2505195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig"
2515f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig"
252ab69a5aeSTomas Winklersource "drivers/misc/iwmc3200top/Kconfig"
2534e17e1dbSRodolfo Giometti
2547bf1fc43SRandy Dunlapendif # MISC_DEVICES
255