blob: cfa548738c101b742a2b06bbafdbae302f27c120 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Misc strange devices
3#
4
Fabio Estevam7c5763b2012-01-24 02:11:25 -02005menu "Misc devices"
6
Jean Delvareff606672011-03-21 17:59:36 +01007config SENSORS_LIS3LV02D
8 tristate
9 depends on INPUT
10 select INPUT_POLLDEV
11 default n
12
Michael Hennerich4eb174b2009-12-14 18:00:15 -080013config AD525X_DPOT
Michael Hennerich6c536e42010-05-24 14:33:14 -070014 tristate "Analog Devices Digital Potentiometers"
15 depends on (I2C || SPI) && SYSFS
Michael Hennerich4eb174b2009-12-14 18:00:15 -080016 help
17 If you say yes here, you get support for the Analog Devices
Michael Hennerich6c536e42010-05-24 14:33:14 -070018 AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255
19 AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203,
20 AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235,
21 AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293,
Michael Henneriche3ae684762010-05-24 14:33:15 -070022 AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242,
Michael Hennerichc74cba62010-05-24 14:33:15 -070023 AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282,
Michael Hennericha4bd3942010-10-26 14:22:36 -070024 ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270,
25 AD5271, AD5272, AD5274
Michael Hennerich4eb174b2009-12-14 18:00:15 -080026 digital potentiometer chips.
27
28 See Documentation/misc-devices/ad525x_dpot.txt for the
29 userspace interface.
30
31 This driver can also be built as a module. If so, the module
32 will be called ad525x_dpot.
33
Michael Hennerich6c536e42010-05-24 14:33:14 -070034config AD525X_DPOT_I2C
35 tristate "support I2C bus connection"
36 depends on AD525X_DPOT && I2C
37 help
38 Say Y here if you have a digital potentiometers hooked to an I2C bus.
39
40 To compile this driver as a module, choose M here: the
41 module will be called ad525x_dpot-i2c.
42
43config AD525X_DPOT_SPI
44 tristate "support SPI bus connection"
45 depends on AD525X_DPOT && SPI_MASTER
46 help
47 Say Y here if you have a digital potentiometers hooked to an SPI bus.
48
49 If unsure, say N (but it's safe to say "Y").
50
51 To compile this driver as a module, choose M here: the
52 module will be called ad525x_dpot-spi.
53
Rebecca Schultza4ff0e82008-07-24 11:22:53 -070054config ANDROID_PMEM
55 bool "Android pmem allocator"
56 default y
57
David Brownell9a1e8eb2008-02-08 04:21:21 -080058config ATMEL_PWM
59 tristate "Atmel AT32/AT91 PWM support"
Nicolas Ferre2d60cd12011-09-22 18:49:44 +020060 depends on HAVE_CLK
David Brownell9a1e8eb2008-02-08 04:21:21 -080061 help
62 This option enables device driver support for the PWM channels
Matt LaPlante692105b2009-01-26 11:12:25 +010063 on certain Atmel processors. Pulse Width Modulation is used for
64 purposes including software controlled power-efficient backlights
David Brownell9a1e8eb2008-02-08 04:21:21 -080065 on LCD displays, motor control, and waveform generation.
66
Arun Murthyf0f05b12010-09-06 12:24:52 +053067config AB8500_PWM
68 bool "AB8500 PWM support"
Mark Brownb1437582010-12-20 12:28:11 +000069 depends on AB8500_CORE && ARCH_U8500
Arun Murthyf0f05b12010-09-06 12:24:52 +053070 select HAVE_PWM
71 help
72 This driver exports functions to enable/disble/config/free Pulse
73 Width Modulation in the Analog Baseband Chip AB8500.
74 It is used by led and backlight driver to control the intensity.
75
David Brownell2a341f52008-02-22 17:23:23 -080076config ATMEL_TCLIB
77 bool "Atmel AT32/AT91 Timer/Counter Library"
78 depends on (AVR32 || ARCH_AT91)
79 help
80 Select this if you want a library to allocate the Timer/Counter
81 blocks found on many Atmel processors. This facilitates using
82 these blocks by different drivers despite processor differences.
83
David Brownell4d243f92008-02-22 17:28:37 -080084config ATMEL_TCB_CLKSRC
85 bool "TC Block Clocksource"
John Stultz592913e2010-07-13 17:56:20 -070086 depends on ATMEL_TCLIB
David Brownell4d243f92008-02-22 17:28:37 -080087 default y
88 help
89 Select this to get a high precision clocksource based on a
90 TC block with a 5+ MHz base clock rate. Two timer channels
91 are combined to make a single 32-bit timer.
92
93 When GENERIC_CLOCKEVENTS is defined, the third timer channel
94 may be used as a clock event device supporting oneshot mode
95 (delays of up to two seconds) based on the 32 KiHz clock.
96
97config ATMEL_TCB_CLKSRC_BLOCK
98 int
99 depends on ATMEL_TCB_CLKSRC
100 prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X
101 default 0
102 range 0 1
103 help
104 Some chips provide more than one TC block, so you have the
105 choice of which one to use for the clock framework. The other
106 TC can be used for other purposes, such as PWM generation and
107 interval timing.
108
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109config IBM_ASM
110 tristate "Device driver for IBM RSA service processor"
Dmitry Torokhovff294cb2007-07-17 04:04:01 -0700111 depends on X86 && PCI && INPUT && EXPERIMENTAL
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 ---help---
113 This option enables device driver support for in-band access to the
114 IBM RSA (Condor) service processor in eServer xSeries systems.
115 The ibmasm device driver allows user space application to access
116 ASM (Advanced Systems Management) functions on the service
117 processor. The driver is meant to be used in conjunction with
118 a user space API.
119 The ibmasm driver also enables the OS to use the UART on the
120 service processor board as a regular serial port. To make use of
121 this feature serial driver support (CONFIG_SERIAL_8250) must be
122 enabled.
Alex Dubovf9565122006-10-04 02:15:38 -0700123
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124 WARNING: This software may not be supported or function
125 correctly on your IBM server. Please consult the IBM ServerProven
Justin P. Mattock631dd1a2010-10-18 11:03:14 +0200126 website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
127 for information on the specific driver level and support statement
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128 for your IBM server.
129
Jiri Slabycef2cf02007-05-08 00:31:45 -0700130config PHANTOM
Jiri Slabyec905a12008-07-25 01:48:23 -0700131 tristate "Sensable PHANToM (PCI)"
Jiri Slabycef2cf02007-05-08 00:31:45 -0700132 depends on PCI
133 help
134 Say Y here if you want to build a driver for Sensable PHANToM device.
135
Jiri Slabyec905a12008-07-25 01:48:23 -0700136 This driver is only for PCI PHANToMs.
137
Jiri Slabycef2cf02007-05-08 00:31:45 -0700138 If you choose to build module, its name will be phantom. If unsure,
139 say N here.
140
J Freyensee0b61d2a2011-05-06 16:56:49 -0700141config INTEL_MID_PTI
142 tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard"
Heiko Carstens8ea95e02011-08-02 10:08:34 +0200143 depends on PCI
J Freyensee0b61d2a2011-05-06 16:56:49 -0700144 default n
145 help
146 The PTI (Parallel Trace Interface) driver directs
147 trace data routed from various parts in the system out
148 through an Intel Penwell PTI port and out of the mobile
149 device for analysis with a debugging tool (Lauterbach or Fido).
150
151 You should select this driver if the target kernel is meant for
152 an Intel Atom (non-netbook) mobile device containing a MIPI
153 P1149.7 standard implementation.
154
Brent Casavant59f14802006-10-17 00:09:25 -0700155config SGI_IOC4
156 tristate "SGI IOC4 Base IO support"
Al Viroaa6c2e62006-10-24 11:16:29 +0100157 depends on PCI
Brent Casavant59f14802006-10-17 00:09:25 -0700158 ---help---
159 This option enables basic support for the IOC4 chip on certain
160 SGI IO controller cards (IO9, IO10, and PCI-RT). This option
161 does not enable any specific functions on such a card, but provides
162 necessary infrastructure for other drivers to utilize.
163
164 If you have an SGI Altix with an IOC4-based card say Y.
165 Otherwise say N.
166
Alex Dubovf9565122006-10-04 02:15:38 -0700167config TIFM_CORE
168 tristate "TI Flash Media interface support (EXPERIMENTAL)"
Al Viro9f3bed52007-02-09 16:05:42 +0000169 depends on EXPERIMENTAL && PCI
Alex Dubovf9565122006-10-04 02:15:38 -0700170 help
171 If you want support for Texas Instruments(R) Flash Media adapters
172 you should select this option and then also choose an appropriate
173 host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
174 support', if you have a TI PCI74xx compatible card reader, for
175 example.
176 You will also have to select some flash card format drivers. MMC/SD
177 cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
178 Interface support (MMC_TIFM_SD)'.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179
Len Brown8c367902008-11-30 23:59:07 -0500180 To compile this driver as a module, choose M here: the module will
Alex Dubovf9565122006-10-04 02:15:38 -0700181 be called tifm_core.
182
183config TIFM_7XX1
184 tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
185 depends on PCI && TIFM_CORE && EXPERIMENTAL
186 default TIFM_CORE
187 help
188 This option enables support for Texas Instruments(R) PCI74xx and
189 PCI76xx families of Flash Media adapters, found in many laptops.
190 To make actual use of the device, you will have to select some
191 flash card format drivers, as outlined in the TIFM_CORE Help.
192
Len Brown8c367902008-11-30 23:59:07 -0500193 To compile this driver as a module, choose M here: the module will
Alex Dubovf9565122006-10-04 02:15:38 -0700194 be called tifm_7xx1.
195
Darrick J. Wonga412ae32008-11-12 13:27:04 -0800196config ICS932S401
197 tristate "Integrated Circuits ICS932S401"
198 depends on I2C && EXPERIMENTAL
199 help
200 If you say yes here you get support for the Integrated Circuits
201 ICS932S401 clock control chips.
202
203 This driver can also be built as a module. If so, the module
204 will be called ics932s401.
205
Hans-Christian Egtvedteb1f2932007-10-16 23:26:11 -0700206config ATMEL_SSC
207 tristate "Device driver for Atmel SSC peripheral"
208 depends on AVR32 || ARCH_AT91
209 ---help---
Matt LaPlante692105b2009-01-26 11:12:25 +0100210 This option enables device driver support for Atmel Synchronized
Hans-Christian Egtvedteb1f2932007-10-16 23:26:11 -0700211 Serial Communication peripheral (SSC).
212
213 The SSC peripheral supports a wide variety of serial frame based
214 communications, i.e. I2S, SPI, etc.
215
216 If unsure, say N.
217
James Bottomleyd569d5b2008-02-03 15:40:56 -0600218config ENCLOSURE_SERVICES
219 tristate "Enclosure Services"
220 default n
221 help
222 Provides support for intelligent enclosures (bays which
223 contain storage devices). You also need either a host
224 driver (SCSI/ATA) which supports enclosures
225 or a SCSI enclosure device (SES) to use these services.
226
Dean Nelson45d9ca42008-04-22 14:46:56 -0500227config SGI_XP
228 tristate "Support communication between SGI SSIs"
Dean Nelson3b0de7b2008-08-01 14:19:08 -0500229 depends on NET
Nick Piggin03b48632009-01-20 04:36:04 +0100230 depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
Dean Nelson45d9ca42008-04-22 14:46:56 -0500231 select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
232 select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
Robin Holt1bc4faa2009-04-02 16:59:13 -0700233 select SGI_GRU if X86_64 && SMP
Dean Nelson45d9ca42008-04-22 14:46:56 -0500234 ---help---
235 An SGI machine can be divided into multiple Single System
236 Images which act independently of each other and have
237 hardware based memory protection from the others. Enabling
238 this feature will allow for direct communication between SSIs
239 based on a network adapter and DMA messaging.
240
Andres Salomon82dca612009-12-14 18:00:37 -0800241config CS5535_MFGPT
242 tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
Philip A. Prindeville703f03c2011-07-25 17:13:05 -0700243 depends on PCI && X86 && MFD_CS5535
Andres Salomon82dca612009-12-14 18:00:37 -0800244 default n
245 help
246 This driver provides access to MFGPT functionality for other
247 drivers that need timers. MFGPTs are available in the CS5535 and
248 CS5536 companion chips that are found in AMD Geode and several
249 other platforms. They have a better resolution and max interval
250 than the generic PIT, and are suitable for use as high-res timers.
251 You probably don't want to enable this manually; other drivers that
252 make use of it should enable it.
253
254config CS5535_MFGPT_DEFAULT_IRQ
255 int
Geert Uytterhoeven2bf212b2009-12-17 15:27:05 -0800256 depends on CS5535_MFGPT
Andres Salomon82dca612009-12-14 18:00:37 -0800257 default 7
258 help
259 MFGPTs on the CS5535 require an interrupt. The selected IRQ
260 can be overridden as a module option as well as by driver that
261 use the cs5535_mfgpt_ API; however, different architectures might
262 want to use a different IRQ by default. This is here for
263 architectures to set as necessary.
264
Randy Dunlap9c8f05c2010-03-05 13:42:35 -0800265config CS5535_CLOCK_EVENT_SRC
266 tristate "CS5535/CS5536 high-res timer (MFGPT) events"
John Stultz592913e2010-07-13 17:56:20 -0700267 depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
Randy Dunlap9c8f05c2010-03-05 13:42:35 -0800268 help
269 This driver provides a clock event source based on the MFGPT
270 timer(s) in the CS5535 and CS5536 companion chips.
271 MFGPTs have a better resolution and max interval than the
272 generic PIT, and are suitable for use as high-res timers.
273
David Altobelli89bcb052008-07-02 09:38:53 -0600274config HP_ILO
dann frazier1ce873a2010-10-15 10:14:34 -0600275 tristate "Channel interface driver for the HP iLO processor"
Andrew Mortonf38954c2008-07-25 01:45:52 -0700276 depends on PCI
David Altobelli89bcb052008-07-02 09:38:53 -0600277 default n
278 help
279 The channel interface driver allows applications to communicate
dann frazier1ce873a2010-10-15 10:14:34 -0600280 with iLO management processors present on HP ProLiant servers.
281 Upon loading, the driver creates /dev/hpilo/dXccbN files, which
282 can be used to gather data from the management processor, via
283 read and write system calls.
David Altobelli89bcb052008-07-02 09:38:53 -0600284
285 To compile this driver as a module, choose M here: the
286 module will be called hpilo.
287
Jack Steiner3d919e52008-07-29 22:34:01 -0700288config SGI_GRU
289 tristate "SGI GRU driver"
Robin Holt1bc4faa2009-04-02 16:59:13 -0700290 depends on X86_UV && SMP
Jack Steiner3d919e52008-07-29 22:34:01 -0700291 default n
292 select MMU_NOTIFIER
293 ---help---
294 The GRU is a hardware resource located in the system chipset. The GRU
295 contains memory that can be mmapped into the user address space. This memory is
296 used to communicate with the GRU to perform functions such as load/store,
297 scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user
298 instructions using user virtual addresses. GRU instructions (ex., bcopy) use
299 user virtual addresses for operands.
300
301 If you are not running on a SGI UV system, say N.
302
303config SGI_GRU_DEBUG
304 bool "SGI GRU driver debug"
305 depends on SGI_GRU
306 default n
307 ---help---
308 This option enables addition debugging code for the SGI GRU driver. If
309 you are unsure, say N.
310
anantha22d96aa2010-10-26 14:22:41 -0700311config APDS9802ALS
312 tristate "Medfield Avago APDS9802 ALS Sensor module"
313 depends on I2C
314 help
315 If you say yes here you get support for the ALS APDS9802 ambient
316 light sensor.
317
318 This driver can also be built as a module. If so, the module
319 will be called apds9802als.
320
Daniel Mack3cdbbee2009-03-31 15:23:53 -0700321config ISL29003
322 tristate "Intersil ISL29003 ambient light sensor"
323 depends on I2C && SYSFS
324 help
325 If you say yes here you get support for the Intersil ISL29003
326 ambient light sensor.
327
328 This driver can also be built as a module. If so, the module
329 will be called isl29003.
330
Kalhan Trisal2e85c4d2010-10-26 14:22:40 -0700331config ISL29020
332 tristate "Intersil ISL29020 ambient light sensor"
333 depends on I2C
334 help
335 If you say yes here you get support for the Intersil ISL29020
336 ambient light sensor.
337
338 This driver can also be built as a module. If so, the module
339 will be called isl29020.
340
Jean Delvare6a9bcce2010-03-13 20:56:54 +0100341config SENSORS_TSL2550
342 tristate "Taos TSL2550 ambient light sensor"
343 depends on I2C && SYSFS
344 help
345 If you say yes here you get support for the Taos TSL2550
346 ambient light sensor.
347
348 This driver can also be built as a module. If so, the module
349 will be called tsl2550.
350
Hemanth V7efe15f2010-08-09 17:20:25 -0700351config SENSORS_BH1780
352 tristate "ROHM BH1780GLI ambient light sensor"
353 depends on I2C && SYSFS
354 help
355 If you say yes here you get support for the ROHM BH1780GLI
356 ambient light sensor.
357
358 This driver can also be built as a module. If so, the module
359 will be called bh1780gli.
360
Samu Onkalo190420a2010-10-26 14:22:37 -0700361config SENSORS_BH1770
362 tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
363 depends on I2C
364 ---help---
365 Say Y here if you want to build a driver for BH1770GLC (ROHM) or
366 SFH7770 (Osram) combined ambient light and proximity sensor chip.
367
368 To compile this driver as a module, choose M here: the
369 module will be called bh1770glc. If unsure, say N here.
370
Samu Onkalo92b1f842010-10-26 14:22:38 -0700371config SENSORS_APDS990X
372 tristate "APDS990X combined als and proximity sensors"
373 depends on I2C
374 default n
375 ---help---
376 Say Y here if you want to build a driver for Avago APDS990x
377 combined ambient light and proximity sensor chip.
378
379 To compile this driver as a module, choose M here: the
380 module will be called apds990x. If unsure, say N here.
381
Kalhan Trisalcfa3b242010-08-09 17:21:05 -0700382config HMC6352
383 tristate "Honeywell HMC6352 compass"
384 depends on I2C
385 help
386 This driver provides support for the Honeywell HMC6352 compass,
387 providing configuration and heading data via sysfs.
388
Colin Cross6659a742010-04-20 19:54:09 -0700389config SENSORS_AK8975
390 tristate "AK8975 compass support"
391 default n
392 depends on I2C
393 help
394 If you say yes here you get support for Asahi Kasei's
395 orientation sensor AK8975.
396
Hartley Sweetenef123792009-07-29 22:41:06 +0100397config EP93XX_PWM
398 tristate "EP93xx PWM support"
399 depends on ARCH_EP93XX
400 help
401 This option enables device driver support for the PWM channels
402 on the Cirrus EP93xx processors. The EP9307 chip only has one
403 PWM channel all the others have two, the second channel is an
404 alternate function of the EGPIO14 pin. A sysfs interface is
405 provided to control the PWM channels.
406
407 To compile this driver as a module, choose M here: the module will
408 be called ep93xx_pwm.
409
Wolfram Sangdddc66f2009-12-06 17:06:16 +0100410config DS1682
411 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
412 depends on I2C && EXPERIMENTAL
413 help
414 If you say yes here you get support for Dallas Semiconductor
415 DS1682 Total Elapsed Time Recorder.
416
417 This driver can also be built as a module. If so, the module
418 will be called ds1682.
419
Pratyush Anandb9500542011-03-22 16:33:58 -0700420config SPEAR13XX_PCIE_GADGET
421 bool "PCIe gadget support for SPEAr13XX platform"
422 depends on ARCH_SPEAR13XX
423 default n
424 help
425 This option enables gadget support for PCIe controller. If
426 board file defines any controller as PCIe endpoint then a sysfs
427 entry will be created for that controller. User can use these
428 sysfs node to configure PCIe EP as per his requirements.
429
Daniel Mack4d009282009-12-14 18:00:17 -0800430config TI_DAC7512
431 tristate "Texas Instruments DAC7512"
432 depends on SPI && SYSFS
433 help
434 If you say yes here you get support for the Texas Instruments
435 DAC7512 16-bit digital-to-analog converter.
436
437 This driver can also be built as a module. If so, the module
Jonathan Neuschäfer149d7302010-11-09 23:20:26 +0100438 will be called ti_dac7512.
Daniel Mack4d009282009-12-14 18:00:17 -0800439
Mike Chan5a0b3542009-01-07 11:40:42 -0800440config UID_STAT
441 bool "UID based statistics tracking exported to /proc/uid_stat"
442 default n
443
Dmitry Torokhov453dc652010-04-23 13:18:08 -0400444config VMWARE_BALLOON
445 tristate "VMware Balloon Driver"
446 depends on X86
447 help
448 This is VMware physical memory management driver which acts
449 like a "balloon" that can be inflated to reclaim physical pages
450 by reserving them in the guest and invalidating them in the
451 monitor, freeing up the underlying machine pages so they can
452 be allocated to other guests. The balloon can also be deflated
453 to allow the guest to use more physical memory.
454
455 If unsure, say N.
456
457 To compile this driver as a module, choose M here: the
Dmitry Torokhovd544b7a2010-09-22 13:04:57 -0700458 module will be called vmw_balloon.
Dmitry Torokhov453dc652010-04-23 13:18:08 -0400459
Linus Walleijce896242010-07-17 12:33:48 +0100460config ARM_CHARLCD
461 bool "ARM Ltd. Character LCD Driver"
462 depends on PLAT_VERSATILE
463 help
464 This is a driver for the character LCD found on the ARM Ltd.
465 Versatile and RealView Platform Baseboards. It doesn't do
466 very much more than display the text "ARM Linux" on the first
467 line and the Linux version on the second line, but that's
468 still useful.
469
Christoph Mair5bf1d292010-08-09 17:20:28 -0700470config BMP085
471 tristate "BMP085 digital pressure sensor"
472 depends on I2C && SYSFS
473 help
474 If you say yes here you get support for the Bosch Sensortec
Thomas Weberd8b187c2010-08-23 11:20:34 +0200475 BMP085 digital pressure sensor.
Christoph Mair5bf1d292010-08-09 17:20:28 -0700476
477 To compile this driver as a module, choose M here: the
478 module will be called bmp085.
479
Masayuki Ohtakcf4ece52010-09-01 21:16:30 +0900480config PCH_PHUB
Tomoya MORINAGA584ad002011-10-28 09:33:13 +0900481 tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
Masayuki Ohtakcf4ece52010-09-01 21:16:30 +0900482 depends on PCI
483 help
484 This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
485 Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
486 processor. The Topcliff has MAC address and Option ROM data in SROM.
487 This driver can access MAC address and Option ROM data in SROM.
488
Tomoya MORINAGA584ad002011-10-28 09:33:13 +0900489 This driver also can be used for LAPIS Semiconductor's IOH,
490 ML7213/ML7223/ML7831.
491 ML7213 which is for IVI(In-Vehicle Infotainment) use.
492 ML7223 IOH is for MP(Media Phone) use.
493 ML7831 IOH is for general purpose use.
494 ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
495 ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
Tomoya MORINAGAc47dda72010-12-22 21:04:11 +0900496
Masayuki Ohtakcf4ece52010-09-01 21:16:30 +0900497 To compile this driver as a module, choose M here: the module will
498 be called pch_phub.
499
Donggeun Kima1bb73d2011-07-25 17:13:07 -0700500config USB_SWITCH_FSA9480
501 tristate "FSA9480 USB Switch"
502 depends on I2C
503 help
504 The FSA9480 is a USB port accessory detector and switch.
505 The FSA9480 is fully controlled using I2C and enables USB data,
506 stereo and mono audio, video, microphone and UART data to use
507 a common connector port.
508
Donggeun Kim99f09be2011-11-24 18:12:18 +0900509config MAX8997_MUIC
510 tristate "MAX8997 MUIC Support"
511 depends on MFD_MAX8997
512 help
513 If you say yes here you get support for the MUIC device of
514 Maxim MAX8997 PMIC.
515 The MAX8997 MUIC is a USB port accessory detector and switch.
516
Nick Pelly5dfd8cd2009-06-11 10:49:48 -0700517config WL127X_RFKILL
518 tristate "Bluetooth power control driver for TI wl127x"
519 depends on RFKILL
520 default n
521 ---help---
522 Creates an rfkill entry in sysfs for power control of Bluetooth
523 TI wl127x chips.
San Mehat01c99682009-09-01 13:43:01 -0700524
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700525config TSIF
526 depends on ARCH_MSM
527 tristate "TSIF (Transport Stream InterFace) support"
528 default n
529 ---help---
530 This driver supports low level TSIF interface. It provides API
531 for upper layer drivers. If you have a TSIF hardware, say
532 Y here and read <file:Documentation/arm/msm/tsif.txt>.
533
534 To compile this driver as module, choose M here: the
535 module will be called msm_tsif.
536
537config TSIF_CHRDEV
538 tristate "TSIF character device"
539 depends on TSIF
540 default n
541 ---help---
542 This driver uses low level TSIF interface. It provides character
543 device useable from user space programs: one can read TSIF stream
544 from this device.
545
546 This driver may be used as example for TSIF API usage.
547
548 To compile this driver as module, choose M here: the
549 module will be called tsif_chrdev.
550
551config TSIF_DEBUG
552 bool "Turn on debugging information for tsif driver"
553 depends on TSIF
554 default n
555 ---help---
556 This turns on debugging information for the tsif driver
557
Joel Nider06a22ed2011-10-16 10:54:54 +0200558config TSPP
559 depends on ARCH_MSM
560 tristate "TSPP (Transport Stream Packet Processor) Support"
561 ---help---
562 Transport Stream Packet Processor is used to offload the
563 processing of MPEG transport streams from the main processor.
564 This can also be compiled as a loadable module.
565
Bar Weinerf82c5872012-10-23 14:31:26 +0200566config CI_BRIDGE_SPI
567 depends on SPI_QUP
568 tristate "CI Bridge SPI Driver Support"
569 ---help---
570 This driver provides a simple SPI read/write interface to
571 an external CI bridge. It implements a character device
572 driver interface which allows making SPI transactions
573 using the Linux SPI framework.
574
575 To compile this driver as module, choose M here.
576
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700577config HAPTIC_ISA1200
578 tristate "ISA1200 haptic support"
579 depends on I2C
580 default n
581 help
582 The ISA1200 is a high performance enhanced haptic driver.
583
584config PMIC8058_PWM
585 tristate "Qualcomm PM8058 PWM support"
586 depends on PMIC8058
587 default y
588 help
589 This option enables device driver support for the PWM channels
590 on Qualcomm PM8058 chip. Pulse Width Modulation is used for
591 purposes including software controlled brightness of backlight,
592 motor control, and waveform generation.
593
Anirudh Ghayalfcfbea62011-07-27 11:04:58 +0530594config PMIC8XXX_VIBRATOR
595 tristate "Qualcomm Vibrator support for PMIC8XXX"
596 depends on MFD_PM8XXX && ANDROID_TIMED_OUTPUT
597 help
598 This option enables device driver support for the vibrator
599 on the PM8XXX chips. The vibrator is controlled using the
600 timed output class.
601
Anirudh Ghayalc2019332011-11-12 06:29:10 +0530602config PMIC8XXX_NFC
603 tristate "Qualcomm PM8XXX support for Near Field Communication"
604 depends on MFD_PM8XXX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700605 help
Anirudh Ghayalc2019332011-11-12 06:29:10 +0530606 Qualcomm PM8XXX chips have a module to support NFC (Near Field
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700607 Communication). This option enables the driver to support it.
608
Anirudh Ghayalc2019332011-11-12 06:29:10 +0530609config PMIC8XXX_UPL
610 tristate "Qualcomm PM8XXX support for User Programmable Logic"
611 depends on MFD_PM8XXX
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700612 help
613 This option enables device driver support for User Programmable Logic
Anirudh Ghayalc2019332011-11-12 06:29:10 +0530614 on Qualcomm PM8XXX chips. The UPL module provides a means to implement
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700615 simple truth table based logic via a set of control registers. I/O may
616 be routed in and out of the UPL module via GPIO or DTEST pins.
617
618config PMIC8058_XOADC
619 tristate "Qualcomm PM8058 XOADC driver"
620 depends on PMIC8058
621 default n
622 help
623 Enables User processor ADC reads over the XOADC module of Qualcomm's
624 PMIC8058. Driver interface to program registers of the ADC over
625 AMUX channels, devices on programmable MPP's and xotherm.
626
Mona Hossain2892b6b2012-02-17 13:53:11 -0800627config QSEECOM
628 tristate "Qualcomm Secure Execution Communicator driver"
629 help
630 Provides a communication interface between userspace and
631 Qualcomm Secure Execution Environment (QSEE) using Secure Channel
632 Manager (SCM) interface.
633
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -0700634config QFP_FUSE
635 tristate "QFPROM Fuse Read/Write support"
636 help
637 This option enables device driver to read/write QFPROM
638 fuses. The ioctls provides the necessary interface
639 to the fuse block. Currently this is supported only
640 on FSM targets.
641
Vijayavardhan Vennapusaafbbb8f2012-04-13 16:28:45 +0530642config USB_HSIC_SMSC_HUB
643 tristate "Support for HSIC based MSM on-chip SMSC3503 HUB"
644 depends on USB_EHCI_MSM_HSIC
645 help
646 Enables support for the HSIC (High Speed Inter-Chip) based
647 SMSC3503 hub controller present on the Qualcomm chipsets.
648
649 This adds support for connecting devices like mouse in HSIC
650 Host mode.
651
Mohan Pallaka033deb82012-09-12 19:13:57 +0530652config TI_DRV2667
653 tristate "TI's DRV2667 haptic controller support"
654 depends on I2C
655 help
656 The DRV2667 is a piezo haptic controller chip. It can drive
657 piezo haptics either in digital mode or analog mode. This chip
658 can be used in variety of devices to provide haptic support.
659
660 To compile this driver as a module, choose M here: the
661 module will be called ti_drv2667.
662
Rodolfo Giometti4e17e1d2008-11-12 13:27:12 -0800663source "drivers/misc/c2port/Kconfig"
Wolfram Sang5195e502009-01-26 21:19:53 +0100664source "drivers/misc/eeprom/Kconfig"
Michał Mirosław5f5bac82009-05-22 20:33:59 +0200665source "drivers/misc/cb710/Kconfig"
Tomas Winklerab69a5a2009-10-17 09:09:34 +0000666source "drivers/misc/iwmc3200top/Kconfig"
Pavan Savoy2bb32e82010-10-06 12:18:15 -0400667source "drivers/misc/ti-st/Kconfig"
Jean Delvareff606672011-03-21 17:59:36 +0100668source "drivers/misc/lis3lv02d/Kconfig"
Ira Snyderc186f0e2011-02-11 13:34:29 +0000669source "drivers/misc/carma/Kconfig"
Igor M. Liplianincff4fa82011-09-23 11:17:41 -0300670source "drivers/misc/altera-stapl/Kconfig"
Fabio Estevam7c5763b2012-01-24 02:11:25 -0200671endmenu