Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Misc strange devices |
| 3 | # |
| 4 | |
Fabio Estevam | 7c5763b | 2012-01-24 02:11:25 -0200 | [diff] [blame] | 5 | menu "Misc devices" |
| 6 | |
Jean Delvare | ff60667 | 2011-03-21 17:59:36 +0100 | [diff] [blame] | 7 | config SENSORS_LIS3LV02D |
| 8 | tristate |
| 9 | depends on INPUT |
| 10 | select INPUT_POLLDEV |
| 11 | default n |
| 12 | |
Michael Hennerich | 4eb174b | 2009-12-14 18:00:15 -0800 | [diff] [blame] | 13 | config AD525X_DPOT |
Michael Hennerich | 6c536e4 | 2010-05-24 14:33:14 -0700 | [diff] [blame] | 14 | tristate "Analog Devices Digital Potentiometers" |
| 15 | depends on (I2C || SPI) && SYSFS |
Michael Hennerich | 4eb174b | 2009-12-14 18:00:15 -0800 | [diff] [blame] | 16 | help |
| 17 | If you say yes here, you get support for the Analog Devices |
Michael Hennerich | 6c536e4 | 2010-05-24 14:33:14 -0700 | [diff] [blame] | 18 | 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 Hennerich | e3ae68476 | 2010-05-24 14:33:15 -0700 | [diff] [blame] | 22 | AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, |
Michael Hennerich | c74cba6 | 2010-05-24 14:33:15 -0700 | [diff] [blame] | 23 | AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, |
Michael Hennerich | a4bd394 | 2010-10-26 14:22:36 -0700 | [diff] [blame] | 24 | ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270, |
| 25 | AD5271, AD5272, AD5274 |
Michael Hennerich | 4eb174b | 2009-12-14 18:00:15 -0800 | [diff] [blame] | 26 | 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 Hennerich | 6c536e4 | 2010-05-24 14:33:14 -0700 | [diff] [blame] | 34 | config 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 | |
| 43 | config 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 Schultz | a4ff0e8 | 2008-07-24 11:22:53 -0700 | [diff] [blame] | 54 | config ANDROID_PMEM |
| 55 | bool "Android pmem allocator" |
| 56 | default y |
| 57 | |
David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 58 | config ATMEL_PWM |
| 59 | tristate "Atmel AT32/AT91 PWM support" |
Nicolas Ferre | 2d60cd1 | 2011-09-22 18:49:44 +0200 | [diff] [blame] | 60 | depends on HAVE_CLK |
David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 61 | help |
| 62 | This option enables device driver support for the PWM channels |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 63 | on certain Atmel processors. Pulse Width Modulation is used for |
| 64 | purposes including software controlled power-efficient backlights |
David Brownell | 9a1e8eb | 2008-02-08 04:21:21 -0800 | [diff] [blame] | 65 | on LCD displays, motor control, and waveform generation. |
| 66 | |
Arun Murthy | f0f05b1 | 2010-09-06 12:24:52 +0530 | [diff] [blame] | 67 | config AB8500_PWM |
| 68 | bool "AB8500 PWM support" |
Mark Brown | b143758 | 2010-12-20 12:28:11 +0000 | [diff] [blame] | 69 | depends on AB8500_CORE && ARCH_U8500 |
Arun Murthy | f0f05b1 | 2010-09-06 12:24:52 +0530 | [diff] [blame] | 70 | 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 Brownell | 2a341f5 | 2008-02-22 17:23:23 -0800 | [diff] [blame] | 76 | config 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 Brownell | 4d243f9 | 2008-02-22 17:28:37 -0800 | [diff] [blame] | 84 | config ATMEL_TCB_CLKSRC |
| 85 | bool "TC Block Clocksource" |
John Stultz | 592913e | 2010-07-13 17:56:20 -0700 | [diff] [blame] | 86 | depends on ATMEL_TCLIB |
David Brownell | 4d243f9 | 2008-02-22 17:28:37 -0800 | [diff] [blame] | 87 | 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 | |
| 97 | config 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | config IBM_ASM |
| 110 | tristate "Device driver for IBM RSA service processor" |
Dmitry Torokhov | ff294cb | 2007-07-17 04:04:01 -0700 | [diff] [blame] | 111 | depends on X86 && PCI && INPUT && EXPERIMENTAL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | ---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 Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 123 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | WARNING: This software may not be supported or function |
| 125 | correctly on your IBM server. Please consult the IBM ServerProven |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 126 | website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> |
| 127 | for information on the specific driver level and support statement |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | for your IBM server. |
| 129 | |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 130 | config PHANTOM |
Jiri Slaby | ec905a1 | 2008-07-25 01:48:23 -0700 | [diff] [blame] | 131 | tristate "Sensable PHANToM (PCI)" |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 132 | depends on PCI |
| 133 | help |
| 134 | Say Y here if you want to build a driver for Sensable PHANToM device. |
| 135 | |
Jiri Slaby | ec905a1 | 2008-07-25 01:48:23 -0700 | [diff] [blame] | 136 | This driver is only for PCI PHANToMs. |
| 137 | |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 138 | If you choose to build module, its name will be phantom. If unsure, |
| 139 | say N here. |
| 140 | |
J Freyensee | 0b61d2a | 2011-05-06 16:56:49 -0700 | [diff] [blame] | 141 | config INTEL_MID_PTI |
| 142 | tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" |
Heiko Carstens | 8ea95e0 | 2011-08-02 10:08:34 +0200 | [diff] [blame] | 143 | depends on PCI |
J Freyensee | 0b61d2a | 2011-05-06 16:56:49 -0700 | [diff] [blame] | 144 | 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 Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 155 | config SGI_IOC4 |
| 156 | tristate "SGI IOC4 Base IO support" |
Al Viro | aa6c2e6 | 2006-10-24 11:16:29 +0100 | [diff] [blame] | 157 | depends on PCI |
Brent Casavant | 59f1480 | 2006-10-17 00:09:25 -0700 | [diff] [blame] | 158 | ---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 Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 167 | config TIFM_CORE |
| 168 | tristate "TI Flash Media interface support (EXPERIMENTAL)" |
Al Viro | 9f3bed5 | 2007-02-09 16:05:42 +0000 | [diff] [blame] | 169 | depends on EXPERIMENTAL && PCI |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 170 | 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 179 | |
Len Brown | 8c36790 | 2008-11-30 23:59:07 -0500 | [diff] [blame] | 180 | To compile this driver as a module, choose M here: the module will |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 181 | be called tifm_core. |
| 182 | |
| 183 | config 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 Brown | 8c36790 | 2008-11-30 23:59:07 -0500 | [diff] [blame] | 193 | To compile this driver as a module, choose M here: the module will |
Alex Dubov | f956512 | 2006-10-04 02:15:38 -0700 | [diff] [blame] | 194 | be called tifm_7xx1. |
| 195 | |
Darrick J. Wong | a412ae3 | 2008-11-12 13:27:04 -0800 | [diff] [blame] | 196 | config 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 Egtvedt | eb1f293 | 2007-10-16 23:26:11 -0700 | [diff] [blame] | 206 | config ATMEL_SSC |
| 207 | tristate "Device driver for Atmel SSC peripheral" |
| 208 | depends on AVR32 || ARCH_AT91 |
| 209 | ---help--- |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 210 | This option enables device driver support for Atmel Synchronized |
Hans-Christian Egtvedt | eb1f293 | 2007-10-16 23:26:11 -0700 | [diff] [blame] | 211 | 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 Bottomley | d569d5b | 2008-02-03 15:40:56 -0600 | [diff] [blame] | 218 | config 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 Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 227 | config SGI_XP |
| 228 | tristate "Support communication between SGI SSIs" |
Dean Nelson | 3b0de7b | 2008-08-01 14:19:08 -0500 | [diff] [blame] | 229 | depends on NET |
Nick Piggin | 03b4863 | 2009-01-20 04:36:04 +0100 | [diff] [blame] | 230 | depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP |
Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 231 | select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 |
| 232 | select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 |
Robin Holt | 1bc4faa | 2009-04-02 16:59:13 -0700 | [diff] [blame] | 233 | select SGI_GRU if X86_64 && SMP |
Dean Nelson | 45d9ca4 | 2008-04-22 14:46:56 -0500 | [diff] [blame] | 234 | ---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 Salomon | 82dca61 | 2009-12-14 18:00:37 -0800 | [diff] [blame] | 241 | config CS5535_MFGPT |
| 242 | tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" |
Philip A. Prindeville | 703f03c | 2011-07-25 17:13:05 -0700 | [diff] [blame] | 243 | depends on PCI && X86 && MFD_CS5535 |
Andres Salomon | 82dca61 | 2009-12-14 18:00:37 -0800 | [diff] [blame] | 244 | 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 | |
| 254 | config CS5535_MFGPT_DEFAULT_IRQ |
| 255 | int |
Geert Uytterhoeven | 2bf212b | 2009-12-17 15:27:05 -0800 | [diff] [blame] | 256 | depends on CS5535_MFGPT |
Andres Salomon | 82dca61 | 2009-12-14 18:00:37 -0800 | [diff] [blame] | 257 | 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 Dunlap | 9c8f05c | 2010-03-05 13:42:35 -0800 | [diff] [blame] | 265 | config CS5535_CLOCK_EVENT_SRC |
| 266 | tristate "CS5535/CS5536 high-res timer (MFGPT) events" |
John Stultz | 592913e | 2010-07-13 17:56:20 -0700 | [diff] [blame] | 267 | depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT |
Randy Dunlap | 9c8f05c | 2010-03-05 13:42:35 -0800 | [diff] [blame] | 268 | 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 Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 274 | config HP_ILO |
dann frazier | 1ce873a | 2010-10-15 10:14:34 -0600 | [diff] [blame] | 275 | tristate "Channel interface driver for the HP iLO processor" |
Andrew Morton | f38954c | 2008-07-25 01:45:52 -0700 | [diff] [blame] | 276 | depends on PCI |
David Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 277 | default n |
| 278 | help |
| 279 | The channel interface driver allows applications to communicate |
dann frazier | 1ce873a | 2010-10-15 10:14:34 -0600 | [diff] [blame] | 280 | 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 Altobelli | 89bcb05 | 2008-07-02 09:38:53 -0600 | [diff] [blame] | 284 | |
| 285 | To compile this driver as a module, choose M here: the |
| 286 | module will be called hpilo. |
| 287 | |
Jack Steiner | 3d919e5 | 2008-07-29 22:34:01 -0700 | [diff] [blame] | 288 | config SGI_GRU |
| 289 | tristate "SGI GRU driver" |
Robin Holt | 1bc4faa | 2009-04-02 16:59:13 -0700 | [diff] [blame] | 290 | depends on X86_UV && SMP |
Jack Steiner | 3d919e5 | 2008-07-29 22:34:01 -0700 | [diff] [blame] | 291 | 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 | |
| 303 | config 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 | |
anantha | 22d96aa | 2010-10-26 14:22:41 -0700 | [diff] [blame] | 311 | config 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 Mack | 3cdbbee | 2009-03-31 15:23:53 -0700 | [diff] [blame] | 321 | config 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 Trisal | 2e85c4d | 2010-10-26 14:22:40 -0700 | [diff] [blame] | 331 | config 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 Delvare | 6a9bcce | 2010-03-13 20:56:54 +0100 | [diff] [blame] | 341 | config 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 V | 7efe15f | 2010-08-09 17:20:25 -0700 | [diff] [blame] | 351 | config 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 Onkalo | 190420a | 2010-10-26 14:22:37 -0700 | [diff] [blame] | 361 | config 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 Onkalo | 92b1f84 | 2010-10-26 14:22:38 -0700 | [diff] [blame] | 371 | config 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 Trisal | cfa3b24 | 2010-08-09 17:21:05 -0700 | [diff] [blame] | 382 | config 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 Cross | 6659a74 | 2010-04-20 19:54:09 -0700 | [diff] [blame] | 389 | config 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 Sweeten | ef12379 | 2009-07-29 22:41:06 +0100 | [diff] [blame] | 397 | config 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 Sang | dddc66f | 2009-12-06 17:06:16 +0100 | [diff] [blame] | 410 | config 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 Anand | b950054 | 2011-03-22 16:33:58 -0700 | [diff] [blame] | 420 | config 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 Mack | 4d00928 | 2009-12-14 18:00:17 -0800 | [diff] [blame] | 430 | config 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äfer | 149d730 | 2010-11-09 23:20:26 +0100 | [diff] [blame] | 438 | will be called ti_dac7512. |
Daniel Mack | 4d00928 | 2009-12-14 18:00:17 -0800 | [diff] [blame] | 439 | |
Mike Chan | 5a0b354 | 2009-01-07 11:40:42 -0800 | [diff] [blame] | 440 | config UID_STAT |
| 441 | bool "UID based statistics tracking exported to /proc/uid_stat" |
| 442 | default n |
| 443 | |
Dmitry Torokhov | 453dc65 | 2010-04-23 13:18:08 -0400 | [diff] [blame] | 444 | config 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 Torokhov | d544b7a | 2010-09-22 13:04:57 -0700 | [diff] [blame] | 458 | module will be called vmw_balloon. |
Dmitry Torokhov | 453dc65 | 2010-04-23 13:18:08 -0400 | [diff] [blame] | 459 | |
Linus Walleij | ce89624 | 2010-07-17 12:33:48 +0100 | [diff] [blame] | 460 | config 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 Mair | 5bf1d29 | 2010-08-09 17:20:28 -0700 | [diff] [blame] | 470 | config 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 Weber | d8b187c | 2010-08-23 11:20:34 +0200 | [diff] [blame] | 475 | BMP085 digital pressure sensor. |
Christoph Mair | 5bf1d29 | 2010-08-09 17:20:28 -0700 | [diff] [blame] | 476 | |
| 477 | To compile this driver as a module, choose M here: the |
| 478 | module will be called bmp085. |
| 479 | |
Masayuki Ohtak | cf4ece5 | 2010-09-01 21:16:30 +0900 | [diff] [blame] | 480 | config PCH_PHUB |
Tomoya MORINAGA | 584ad00 | 2011-10-28 09:33:13 +0900 | [diff] [blame] | 481 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" |
Masayuki Ohtak | cf4ece5 | 2010-09-01 21:16:30 +0900 | [diff] [blame] | 482 | 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 MORINAGA | 584ad00 | 2011-10-28 09:33:13 +0900 | [diff] [blame] | 489 | 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 MORINAGA | c47dda7 | 2010-12-22 21:04:11 +0900 | [diff] [blame] | 496 | |
Masayuki Ohtak | cf4ece5 | 2010-09-01 21:16:30 +0900 | [diff] [blame] | 497 | To compile this driver as a module, choose M here: the module will |
| 498 | be called pch_phub. |
| 499 | |
Donggeun Kim | a1bb73d | 2011-07-25 17:13:07 -0700 | [diff] [blame] | 500 | config 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 Kim | 99f09be | 2011-11-24 18:12:18 +0900 | [diff] [blame] | 509 | config 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 Pelly | 5dfd8cd | 2009-06-11 10:49:48 -0700 | [diff] [blame] | 517 | config 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 Mehat | 01c9968 | 2009-09-01 13:43:01 -0700 | [diff] [blame] | 524 | |
| 525 | config APANIC |
| 526 | bool "Android kernel panic diagnostics driver" |
| 527 | default n |
| 528 | ---help--- |
| 529 | Driver which handles kernel panics and attempts to write |
| 530 | critical debugging data to flash. |
| 531 | |
| 532 | config APANIC_PLABEL |
| 533 | string "Android panic dump flash partition label" |
Iliyan Malchev | 97f59a1 | 2010-03-17 12:02:26 -0700 | [diff] [blame] | 534 | depends on APANIC |
San Mehat | 01c9968 | 2009-09-01 13:43:01 -0700 | [diff] [blame] | 535 | default "kpanic" |
| 536 | ---help--- |
| 537 | If your platform uses a different flash partition label for storing |
| 538 | crashdumps, enter it here. |
| 539 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 540 | config TSIF |
| 541 | depends on ARCH_MSM |
| 542 | tristate "TSIF (Transport Stream InterFace) support" |
| 543 | default n |
| 544 | ---help--- |
| 545 | This driver supports low level TSIF interface. It provides API |
| 546 | for upper layer drivers. If you have a TSIF hardware, say |
| 547 | Y here and read <file:Documentation/arm/msm/tsif.txt>. |
| 548 | |
| 549 | To compile this driver as module, choose M here: the |
| 550 | module will be called msm_tsif. |
| 551 | |
| 552 | config TSIF_CHRDEV |
| 553 | tristate "TSIF character device" |
| 554 | depends on TSIF |
| 555 | default n |
| 556 | ---help--- |
| 557 | This driver uses low level TSIF interface. It provides character |
| 558 | device useable from user space programs: one can read TSIF stream |
| 559 | from this device. |
| 560 | |
| 561 | This driver may be used as example for TSIF API usage. |
| 562 | |
| 563 | To compile this driver as module, choose M here: the |
| 564 | module will be called tsif_chrdev. |
| 565 | |
| 566 | config TSIF_DEBUG |
| 567 | bool "Turn on debugging information for tsif driver" |
| 568 | depends on TSIF |
| 569 | default n |
| 570 | ---help--- |
| 571 | This turns on debugging information for the tsif driver |
| 572 | |
Joel Nider | 06a22ed | 2011-10-16 10:54:54 +0200 | [diff] [blame] | 573 | config TSPP |
| 574 | depends on ARCH_MSM |
| 575 | tristate "TSPP (Transport Stream Packet Processor) Support" |
| 576 | ---help--- |
| 577 | Transport Stream Packet Processor is used to offload the |
| 578 | processing of MPEG transport streams from the main processor. |
| 579 | This can also be compiled as a loadable module. |
| 580 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 581 | config HAPTIC_ISA1200 |
| 582 | tristate "ISA1200 haptic support" |
| 583 | depends on I2C |
| 584 | default n |
| 585 | help |
| 586 | The ISA1200 is a high performance enhanced haptic driver. |
| 587 | |
| 588 | config PMIC8058_PWM |
| 589 | tristate "Qualcomm PM8058 PWM support" |
| 590 | depends on PMIC8058 |
| 591 | default y |
| 592 | help |
| 593 | This option enables device driver support for the PWM channels |
| 594 | on Qualcomm PM8058 chip. Pulse Width Modulation is used for |
| 595 | purposes including software controlled brightness of backlight, |
| 596 | motor control, and waveform generation. |
| 597 | |
Anirudh Ghayal | fcfbea6 | 2011-07-27 11:04:58 +0530 | [diff] [blame] | 598 | config PMIC8XXX_VIBRATOR |
| 599 | tristate "Qualcomm Vibrator support for PMIC8XXX" |
| 600 | depends on MFD_PM8XXX && ANDROID_TIMED_OUTPUT |
| 601 | help |
| 602 | This option enables device driver support for the vibrator |
| 603 | on the PM8XXX chips. The vibrator is controlled using the |
| 604 | timed output class. |
| 605 | |
Anirudh Ghayal | c201933 | 2011-11-12 06:29:10 +0530 | [diff] [blame] | 606 | config PMIC8XXX_NFC |
| 607 | tristate "Qualcomm PM8XXX support for Near Field Communication" |
| 608 | depends on MFD_PM8XXX |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 609 | help |
Anirudh Ghayal | c201933 | 2011-11-12 06:29:10 +0530 | [diff] [blame] | 610 | Qualcomm PM8XXX chips have a module to support NFC (Near Field |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 611 | Communication). This option enables the driver to support it. |
| 612 | |
Anirudh Ghayal | c201933 | 2011-11-12 06:29:10 +0530 | [diff] [blame] | 613 | config PMIC8XXX_UPL |
| 614 | tristate "Qualcomm PM8XXX support for User Programmable Logic" |
| 615 | depends on MFD_PM8XXX |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 616 | help |
| 617 | This option enables device driver support for User Programmable Logic |
Anirudh Ghayal | c201933 | 2011-11-12 06:29:10 +0530 | [diff] [blame] | 618 | on Qualcomm PM8XXX chips. The UPL module provides a means to implement |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 619 | simple truth table based logic via a set of control registers. I/O may |
| 620 | be routed in and out of the UPL module via GPIO or DTEST pins. |
| 621 | |
| 622 | config PMIC8058_XOADC |
| 623 | tristate "Qualcomm PM8058 XOADC driver" |
| 624 | depends on PMIC8058 |
| 625 | default n |
| 626 | help |
| 627 | Enables User processor ADC reads over the XOADC module of Qualcomm's |
| 628 | PMIC8058. Driver interface to program registers of the ADC over |
| 629 | AMUX channels, devices on programmable MPP's and xotherm. |
| 630 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 631 | config TZCOM |
| 632 | tristate "Trustzone Communicator driver" |
| 633 | default n |
| 634 | help |
| 635 | Provides a communication interface between userspace and |
| 636 | TrustZone Operating Environment (TZBSP) using Secure Channel |
| 637 | Manager (SCM) interface. |
| 638 | |
Mona Hossain | 2892b6b | 2012-02-17 13:53:11 -0800 | [diff] [blame] | 639 | config QSEECOM |
| 640 | tristate "Qualcomm Secure Execution Communicator driver" |
| 641 | help |
| 642 | Provides a communication interface between userspace and |
| 643 | Qualcomm Secure Execution Environment (QSEE) using Secure Channel |
| 644 | Manager (SCM) interface. |
| 645 | |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 646 | config QFP_FUSE |
| 647 | tristate "QFPROM Fuse Read/Write support" |
| 648 | help |
| 649 | This option enables device driver to read/write QFPROM |
| 650 | fuses. The ioctls provides the necessary interface |
| 651 | to the fuse block. Currently this is supported only |
| 652 | on FSM targets. |
| 653 | |
Vijayavardhan Vennapusa | afbbb8f | 2012-04-13 16:28:45 +0530 | [diff] [blame] | 654 | config USB_HSIC_SMSC_HUB |
| 655 | tristate "Support for HSIC based MSM on-chip SMSC3503 HUB" |
| 656 | depends on USB_EHCI_MSM_HSIC |
| 657 | help |
| 658 | Enables support for the HSIC (High Speed Inter-Chip) based |
| 659 | SMSC3503 hub controller present on the Qualcomm chipsets. |
| 660 | |
| 661 | This adds support for connecting devices like mouse in HSIC |
| 662 | Host mode. |
| 663 | |
Rodolfo Giometti | 4e17e1d | 2008-11-12 13:27:12 -0800 | [diff] [blame] | 664 | source "drivers/misc/c2port/Kconfig" |
Wolfram Sang | 5195e50 | 2009-01-26 21:19:53 +0100 | [diff] [blame] | 665 | source "drivers/misc/eeprom/Kconfig" |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 666 | source "drivers/misc/cb710/Kconfig" |
Tomas Winkler | ab69a5a | 2009-10-17 09:09:34 +0000 | [diff] [blame] | 667 | source "drivers/misc/iwmc3200top/Kconfig" |
Pavan Savoy | 2bb32e8 | 2010-10-06 12:18:15 -0400 | [diff] [blame] | 668 | source "drivers/misc/ti-st/Kconfig" |
Jean Delvare | ff60667 | 2011-03-21 17:59:36 +0100 | [diff] [blame] | 669 | source "drivers/misc/lis3lv02d/Kconfig" |
Ira Snyder | c186f0e | 2011-02-11 13:34:29 +0000 | [diff] [blame] | 670 | source "drivers/misc/carma/Kconfig" |
Igor M. Liplianin | cff4fa8 | 2011-09-23 11:17:41 -0300 | [diff] [blame] | 671 | source "drivers/misc/altera-stapl/Kconfig" |
Fabio Estevam | 7c5763b | 2012-01-24 02:11:25 -0200 | [diff] [blame] | 672 | endmenu |