temp revert rk change
[firefly-linux-kernel-4.4.55.git] / drivers / misc / Kconfig
1 #
2 # Misc strange devices
3 #
4
5 menuconfig MISC_DEVICES
6         bool "Misc devices"
7         default y
8         ---help---
9           Say Y here to get to see options for device drivers from various
10           different categories. This option alone does not add any kernel code.
11
12           If you say N, all options in this submenu will be skipped and disabled.
13
14 if MISC_DEVICES
15
16 config AD525X_DPOT
17         tristate "Analog Devices Digital Potentiometers"
18         depends on (I2C || SPI) && SYSFS
19         help
20           If you say yes here, you get support for the Analog Devices
21           AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255
22           AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203,
23           AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235,
24           AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293,
25           AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242,
26           AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282,
27           ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173
28           digital potentiometer chips.
29
30           See Documentation/misc-devices/ad525x_dpot.txt for the
31           userspace interface.
32
33           This driver can also be built as a module.  If so, the module
34           will be called ad525x_dpot.
35
36 config AD525X_DPOT_I2C
37         tristate "support I2C bus connection"
38         depends on AD525X_DPOT && I2C
39         help
40           Say Y here if you have a digital potentiometers hooked to an I2C bus.
41
42           To compile this driver as a module, choose M here: the
43           module will be called ad525x_dpot-i2c.
44
45 config AD525X_DPOT_SPI
46         tristate "support SPI bus connection"
47         depends on AD525X_DPOT && SPI_MASTER
48         help
49           Say Y here if you have a digital potentiometers hooked to an SPI bus.
50
51           If unsure, say N (but it's safe to say "Y").
52
53           To compile this driver as a module, choose M here: the
54           module will be called ad525x_dpot-spi.
55
56 config ANDROID_PMEM
57         bool "Android pmem allocator"
58         default y
59
60 config ATMEL_PWM
61         tristate "Atmel AT32/AT91 PWM support"
62         depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9
63         help
64           This option enables device driver support for the PWM channels
65           on certain Atmel processors.  Pulse Width Modulation is used for
66           purposes including software controlled power-efficient backlights
67           on LCD displays, motor control, and waveform generation.
68
69 config ATMEL_TCLIB
70         bool "Atmel AT32/AT91 Timer/Counter Library"
71         depends on (AVR32 || ARCH_AT91)
72         help
73           Select this if you want a library to allocate the Timer/Counter
74           blocks found on many Atmel processors.  This facilitates using
75           these blocks by different drivers despite processor differences.
76
77 config ATMEL_TCB_CLKSRC
78         bool "TC Block Clocksource"
79         depends on ATMEL_TCLIB
80         default y
81         help
82           Select this to get a high precision clocksource based on a
83           TC block with a 5+ MHz base clock rate.  Two timer channels
84           are combined to make a single 32-bit timer.
85
86           When GENERIC_CLOCKEVENTS is defined, the third timer channel
87           may be used as a clock event device supporting oneshot mode
88           (delays of up to two seconds) based on the 32 KiHz clock.
89
90 config ATMEL_TCB_CLKSRC_BLOCK
91         int
92         depends on ATMEL_TCB_CLKSRC
93         prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X
94         default 0
95         range 0 1
96         help
97           Some chips provide more than one TC block, so you have the
98           choice of which one to use for the clock framework.  The other
99           TC can be used for other purposes, such as PWM generation and
100           interval timing.
101
102 config IBM_ASM
103         tristate "Device driver for IBM RSA service processor"
104         depends on X86 && PCI && INPUT && EXPERIMENTAL
105         ---help---
106           This option enables device driver support for in-band access to the
107           IBM RSA (Condor) service processor in eServer xSeries systems.
108           The ibmasm device driver allows user space application to access
109           ASM (Advanced Systems Management) functions on the service
110           processor. The driver is meant to be used in conjunction with
111           a user space API.
112           The ibmasm driver also enables the OS to use the UART on the
113           service processor board as a regular serial port. To make use of
114           this feature serial driver support (CONFIG_SERIAL_8250) must be
115           enabled.
116
117           WARNING: This software may not be supported or function
118           correctly on your IBM server. Please consult the IBM ServerProven
119           website <http://www.pc.ibm.com/ww/eserver/xseries/serverproven> for
120           information on the specific driver level and support statement
121           for your IBM server.
122
123 config PHANTOM
124         tristate "Sensable PHANToM (PCI)"
125         depends on PCI
126         help
127           Say Y here if you want to build a driver for Sensable PHANToM device.
128
129           This driver is only for PCI PHANToMs.
130
131           If you choose to build module, its name will be phantom. If unsure,
132           say N here.
133
134 config SGI_IOC4
135         tristate "SGI IOC4 Base IO support"
136         depends on PCI
137         ---help---
138           This option enables basic support for the IOC4 chip on certain
139           SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
140           does not enable any specific functions on such a card, but provides
141           necessary infrastructure for other drivers to utilize.
142
143           If you have an SGI Altix with an IOC4-based card say Y.
144           Otherwise say N.
145
146 config TIFM_CORE
147         tristate "TI Flash Media interface support (EXPERIMENTAL)"
148         depends on EXPERIMENTAL && PCI
149         help
150           If you want support for Texas Instruments(R) Flash Media adapters
151           you should select this option and then also choose an appropriate
152           host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
153           support', if you have a TI PCI74xx compatible card reader, for
154           example.
155           You will also have to select some flash card format drivers. MMC/SD
156           cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
157           Interface support (MMC_TIFM_SD)'.
158
159           To compile this driver as a module, choose M here: the module will
160           be called tifm_core.
161
162 config TIFM_7XX1
163         tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
164         depends on PCI && TIFM_CORE && EXPERIMENTAL
165         default TIFM_CORE
166         help
167           This option enables support for Texas Instruments(R) PCI74xx and
168           PCI76xx families of Flash Media adapters, found in many laptops.
169           To make actual use of the device, you will have to select some
170           flash card format drivers, as outlined in the TIFM_CORE Help.
171
172           To compile this driver as a module, choose M here: the module will
173           be called tifm_7xx1.
174
175 config ICS932S401
176         tristate "Integrated Circuits ICS932S401"
177         depends on I2C && EXPERIMENTAL
178         help
179           If you say yes here you get support for the Integrated Circuits
180           ICS932S401 clock control chips.
181
182           This driver can also be built as a module. If so, the module
183           will be called ics932s401.
184
185 config ATMEL_SSC
186         tristate "Device driver for Atmel SSC peripheral"
187         depends on AVR32 || ARCH_AT91
188         ---help---
189           This option enables device driver support for Atmel Synchronized
190           Serial Communication peripheral (SSC).
191
192           The SSC peripheral supports a wide variety of serial frame based
193           communications, i.e. I2S, SPI, etc.
194
195           If unsure, say N.
196
197 config ENCLOSURE_SERVICES
198         tristate "Enclosure Services"
199         default n
200         help
201           Provides support for intelligent enclosures (bays which
202           contain storage devices).  You also need either a host
203           driver (SCSI/ATA) which supports enclosures
204           or a SCSI enclosure device (SES) to use these services.
205
206 config KERNEL_DEBUGGER_CORE
207         bool "Kernel Debugger Core"
208         default n
209         ---help---
210           Generic kernel debugging command processor used by low level
211           (interrupt context) platform-specific debuggers.
212
213 config SGI_XP
214         tristate "Support communication between SGI SSIs"
215         depends on NET
216         depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
217         select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
218         select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
219         select SGI_GRU if X86_64 && SMP
220         ---help---
221           An SGI machine can be divided into multiple Single System
222           Images which act independently of each other and have
223           hardware based memory protection from the others.  Enabling
224           this feature will allow for direct communication between SSIs
225           based on a network adapter and DMA messaging.
226
227 config CS5535_MFGPT
228         tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
229         depends on PCI
230         depends on X86
231         default n
232         help
233           This driver provides access to MFGPT functionality for other
234           drivers that need timers.  MFGPTs are available in the CS5535 and
235           CS5536 companion chips that are found in AMD Geode and several
236           other platforms.  They have a better resolution and max interval
237           than the generic PIT, and are suitable for use as high-res timers.
238           You probably don't want to enable this manually; other drivers that
239           make use of it should enable it.
240
241 config CS5535_MFGPT_DEFAULT_IRQ
242         int
243         depends on CS5535_MFGPT
244         default 7
245         help
246           MFGPTs on the CS5535 require an interrupt.  The selected IRQ
247           can be overridden as a module option as well as by driver that
248           use the cs5535_mfgpt_ API; however, different architectures might
249           want to use a different IRQ by default.  This is here for
250           architectures to set as necessary.
251
252 config CS5535_CLOCK_EVENT_SRC
253         tristate "CS5535/CS5536 high-res timer (MFGPT) events"
254         depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
255         help
256           This driver provides a clock event source based on the MFGPT
257           timer(s) in the CS5535 and CS5536 companion chips.
258           MFGPTs have a better resolution and max interval than the
259           generic PIT, and are suitable for use as high-res timers.
260
261 config HP_ILO
262         tristate "Channel interface driver for HP iLO/iLO2 processor"
263         depends on PCI
264         default n
265         help
266           The channel interface driver allows applications to communicate
267           with iLO/iLO2 management processors present on HP ProLiant
268           servers.  Upon loading, the driver creates /dev/hpilo/dXccbN files,
269           which can be used to gather data from the management processor,
270           via read and write system calls.
271
272           To compile this driver as a module, choose M here: the
273           module will be called hpilo.
274
275 config SGI_GRU
276         tristate "SGI GRU driver"
277         depends on X86_UV && SMP
278         default n
279         select MMU_NOTIFIER
280         ---help---
281         The GRU is a hardware resource located in the system chipset. The GRU
282         contains memory that can be mmapped into the user address space. This memory is
283         used to communicate with the GRU to perform functions such as load/store,
284         scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
285         instructions using user virtual addresses. GRU instructions (ex., bcopy) use
286         user virtual addresses for operands.
287
288         If you are not running on a SGI UV system, say N.
289
290 config SGI_GRU_DEBUG
291         bool  "SGI GRU driver debug"
292         depends on SGI_GRU
293         default n
294         ---help---
295         This option enables addition debugging code for the SGI GRU driver. If
296         you are unsure, say N.
297
298 config ISL29003
299         tristate "Intersil ISL29003 ambient light sensor"
300         depends on I2C && SYSFS
301         help
302           If you say yes here you get support for the Intersil ISL29003
303           ambient light sensor.
304
305           This driver can also be built as a module.  If so, the module
306           will be called isl29003.
307
308 config SENSORS_TSL2550
309         tristate "Taos TSL2550 ambient light sensor"
310         depends on I2C && SYSFS
311         help
312           If you say yes here you get support for the Taos TSL2550
313           ambient light sensor.
314
315           This driver can also be built as a module.  If so, the module
316           will be called tsl2550.
317
318 config SENSORS_BH1780
319         tristate "ROHM BH1780GLI ambient light sensor"
320         depends on I2C && SYSFS
321         help
322           If you say yes here you get support for the ROHM BH1780GLI
323           ambient light sensor.
324
325           This driver can also be built as a module.  If so, the module
326           will be called bh1780gli.
327
328 config HMC6352
329         tristate "Honeywell HMC6352 compass"
330         depends on I2C
331         help
332           This driver provides support for the Honeywell HMC6352 compass,
333           providing configuration and heading data via sysfs.
334
335 config SENSORS_AK8975
336         tristate "AK8975 compass support"
337         default n
338         depends on I2C
339         help
340           If you say yes here you get support for Asahi Kasei's
341           orientation sensor AK8975.
342
343 config SENSORS_CAP_PROX
344         tristate "Motorola Capacitive Proximity Sensor"
345         default n
346         depends on I2C
347         help
348          Say yes here if you wish to include the Motorola
349          Capacitive Proximity Sensor driver.
350
351 config SENSORS_KXTF9
352         tristate "KXTF9 Accelerometer"
353         default n
354         depends on I2C
355         help
356          Say yes here if you wish to include the Kionix
357          KXTF9 accelerometer driver.
358
359 config SENSORS_L3G4200D
360         tristate "ST Micro Gyroscope"
361         default n
362         depends on I2C
363         help
364          Say yes here if you wish to include the ST Micro
365          L3G4200D gyroscope driver.
366
367 config SENSORS_MAX9635
368         tristate "Maxim Ambient Light Sensor"
369         default n
370         depends on I2C
371         help
372          Say yes here if you wish to include the Maxim
373          MAX9635 ambient light sensor driver.
374
375 config SENSORS_NCT1008
376         tristate "ON Semiconductor Temperature Sensor"
377         default n
378         depends on I2C
379         help
380          Say yes here if you wish to include the ON Semiconductor
381          NCT1008 Temperature sensor.
382
383 config SENSORS_MOTO_BMP085
384         tristate "BMP085 Barometer (moto driver)"
385         default n
386         depends on I2C
387         help
388          Say yes here if you wish to include the Bosch
389          BMP085 barometer driver.
390
391 config EP93XX_PWM
392         tristate "EP93xx PWM support"
393         depends on ARCH_EP93XX
394         help
395           This option enables device driver support for the PWM channels
396           on the Cirrus EP93xx processors.  The EP9307 chip only has one
397           PWM channel all the others have two, the second channel is an
398           alternate function of the EGPIO14 pin.  A sysfs interface is
399           provided to control the PWM channels.
400
401           To compile this driver as a module, choose M here: the module will
402           be called ep93xx_pwm.
403
404 config DS1682
405         tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
406         depends on I2C && EXPERIMENTAL
407         help
408           If you say yes here you get support for Dallas Semiconductor
409           DS1682 Total Elapsed Time Recorder.
410
411           This driver can also be built as a module.  If so, the module
412           will be called ds1682.
413
414 config TI_DAC7512
415         tristate "Texas Instruments DAC7512"
416         depends on SPI && SYSFS
417         help
418           If you say yes here you get support for the Texas Instruments
419           DAC7512 16-bit digital-to-analog converter.
420
421           This driver can also be built as a module. If so, the module
422           will be calles ti_dac7512.
423
424 config UID_STAT
425         bool "UID based statistics tracking exported to /proc/uid_stat"
426         default n
427
428 config VMWARE_BALLOON
429         tristate "VMware Balloon Driver"
430         depends on X86
431         help
432           This is VMware physical memory management driver which acts
433           like a "balloon" that can be inflated to reclaim physical pages
434           by reserving them in the guest and invalidating them in the
435           monitor, freeing up the underlying machine pages so they can
436           be allocated to other guests. The balloon can also be deflated
437           to allow the guest to use more physical memory.
438
439           If unsure, say N.
440
441           To compile this driver as a module, choose M here: the
442           module will be called vmw_balloon.
443
444 config ARM_CHARLCD
445         bool "ARM Ltd. Character LCD Driver"
446         depends on PLAT_VERSATILE
447         help
448           This is a driver for the character LCD found on the ARM Ltd.
449           Versatile and RealView Platform Baseboards. It doesn't do
450           very much more than display the text "ARM Linux" on the first
451           line and the Linux version on the second line, but that's
452           still useful.
453
454 config BMP085
455         tristate "BMP085 digital pressure sensor"
456         depends on I2C && SYSFS
457         help
458           If you say yes here you get support for the Bosch Sensortec
459           BMP086 digital pressure sensor.
460
461           To compile this driver as a module, choose M here: the
462           module will be called bmp085.
463
464 config WL127X_RFKILL
465         tristate "Bluetooth power control driver for TI wl127x"
466         depends on RFKILL
467         default n
468         ---help---
469          Creates an rfkill entry in sysfs for power control of Bluetooth
470          TI wl127x chips.
471
472 config APANIC
473         bool "Android kernel panic diagnostics driver"
474         default n
475         ---help---
476          Driver which handles kernel panics and attempts to write
477          critical debugging data to flash.
478
479 config APANIC_PLABEL
480         string "Android panic dump flash partition label"
481         depends on APANIC
482         default "kpanic"
483         ---help---
484          If your platform uses a different flash partition label for storing
485          crashdumps, enter it here.
486
487 config GPS_GPIO_BRCM4750
488         bool "Enable gpio controller for GPS brcm 4750"
489         default y
490         ---help---
491         Adds GPIO controller driver for GPS Broadcom 4750 chipset
492
493 config TEGRA_CRYPTO_DEV
494         bool "Device node to access tegra aes hardware"
495         ---help---
496         Dev node /dev/tegra-crypto in order to get access to tegra aes
497         hardware from user space
498
499 source "drivers/misc/c2port/Kconfig"
500 source "drivers/misc/eeprom/Kconfig"
501 source "drivers/misc/cb710/Kconfig"
502 source "drivers/misc/ts27010mux/Kconfig"
503 source "drivers/misc/iwmc3200top/Kconfig"
504 source "drivers/misc/radio_ctrl/Kconfig"
505
506 endif # MISC_DEVICES