11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# Misc strange devices 31da177e4SLinus Torvalds# 41da177e4SLinus Torvalds 5ff606677SJean Delvare# This one has to live outside of the MISC_DEVICES conditional, 6ff606677SJean Delvare# because it may be selected by drivers/platform/x86/hp_accel. 7ff606677SJean Delvareconfig SENSORS_LIS3LV02D 8ff606677SJean Delvare tristate 9ff606677SJean Delvare depends on INPUT 10ff606677SJean Delvare select INPUT_POLLDEV 11ff606677SJean Delvare default n 12ff606677SJean Delvare 137bf1fc43SRandy Dunlapmenuconfig MISC_DEVICES 14376df37aSJan Engelhardt bool "Misc devices" 1506bfb7ebSJan Engelhardt ---help--- 1606bfb7ebSJan Engelhardt Say Y here to get to see options for device drivers from various 1706bfb7ebSJan Engelhardt different categories. This option alone does not add any kernel code. 1806bfb7ebSJan Engelhardt 1906bfb7ebSJan Engelhardt If you say N, all options in this submenu will be skipped and disabled. 20376df37aSJan Engelhardt 217bf1fc43SRandy Dunlapif MISC_DEVICES 221da177e4SLinus Torvalds 234eb174beSMichael Hennerichconfig AD525X_DPOT 246c536e4cSMichael Hennerich tristate "Analog Devices Digital Potentiometers" 256c536e4cSMichael Hennerich depends on (I2C || SPI) && SYSFS 264eb174beSMichael Hennerich help 274eb174beSMichael Hennerich If you say yes here, you get support for the Analog Devices 286c536e4cSMichael Hennerich AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255 296c536e4cSMichael Hennerich AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203, 306c536e4cSMichael Hennerich AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235, 316c536e4cSMichael Hennerich AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293, 32e3ae6847SMichael Hennerich AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, 33c74cba61SMichael Hennerich AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, 34a4bd3949SMichael Hennerich ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270, 35a4bd3949SMichael Hennerich AD5271, AD5272, AD5274 364eb174beSMichael Hennerich digital potentiometer chips. 374eb174beSMichael Hennerich 384eb174beSMichael Hennerich See Documentation/misc-devices/ad525x_dpot.txt for the 394eb174beSMichael Hennerich userspace interface. 404eb174beSMichael Hennerich 414eb174beSMichael Hennerich This driver can also be built as a module. If so, the module 424eb174beSMichael Hennerich will be called ad525x_dpot. 434eb174beSMichael Hennerich 446c536e4cSMichael Hennerichconfig AD525X_DPOT_I2C 456c536e4cSMichael Hennerich tristate "support I2C bus connection" 466c536e4cSMichael Hennerich depends on AD525X_DPOT && I2C 476c536e4cSMichael Hennerich help 486c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an I2C bus. 496c536e4cSMichael Hennerich 506c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 516c536e4cSMichael Hennerich module will be called ad525x_dpot-i2c. 526c536e4cSMichael Hennerich 536c536e4cSMichael Hennerichconfig AD525X_DPOT_SPI 546c536e4cSMichael Hennerich tristate "support SPI bus connection" 556c536e4cSMichael Hennerich depends on AD525X_DPOT && SPI_MASTER 566c536e4cSMichael Hennerich help 576c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an SPI bus. 586c536e4cSMichael Hennerich 596c536e4cSMichael Hennerich If unsure, say N (but it's safe to say "Y"). 606c536e4cSMichael Hennerich 616c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 626c536e4cSMichael Hennerich module will be called ad525x_dpot-spi. 636c536e4cSMichael Hennerich 649a1e8eb1SDavid Brownellconfig ATMEL_PWM 659a1e8eb1SDavid Brownell tristate "Atmel AT32/AT91 PWM support" 668b6e47adSAndrew Victor depends on AVR32 || ARCH_AT91SAM9263 || ARCH_AT91SAM9RL || ARCH_AT91CAP9 679a1e8eb1SDavid Brownell help 689a1e8eb1SDavid Brownell This option enables device driver support for the PWM channels 69692105b8SMatt LaPlante on certain Atmel processors. Pulse Width Modulation is used for 70692105b8SMatt LaPlante purposes including software controlled power-efficient backlights 719a1e8eb1SDavid Brownell on LCD displays, motor control, and waveform generation. 729a1e8eb1SDavid Brownell 73f0f05b1cSArun Murthyconfig AB8500_PWM 74f0f05b1cSArun Murthy bool "AB8500 PWM support" 75b1437580SMark Brown depends on AB8500_CORE && ARCH_U8500 76f0f05b1cSArun Murthy select HAVE_PWM 77f0f05b1cSArun Murthy help 78f0f05b1cSArun Murthy This driver exports functions to enable/disble/config/free Pulse 79f0f05b1cSArun Murthy Width Modulation in the Analog Baseband Chip AB8500. 80f0f05b1cSArun Murthy It is used by led and backlight driver to control the intensity. 81f0f05b1cSArun Murthy 822a341f5cSDavid Brownellconfig ATMEL_TCLIB 832a341f5cSDavid Brownell bool "Atmel AT32/AT91 Timer/Counter Library" 842a341f5cSDavid Brownell depends on (AVR32 || ARCH_AT91) 852a341f5cSDavid Brownell help 862a341f5cSDavid Brownell Select this if you want a library to allocate the Timer/Counter 872a341f5cSDavid Brownell blocks found on many Atmel processors. This facilitates using 882a341f5cSDavid Brownell these blocks by different drivers despite processor differences. 892a341f5cSDavid Brownell 904d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC 914d243f92SDavid Brownell bool "TC Block Clocksource" 92592913ecSJohn Stultz depends on ATMEL_TCLIB 934d243f92SDavid Brownell default y 944d243f92SDavid Brownell help 954d243f92SDavid Brownell Select this to get a high precision clocksource based on a 964d243f92SDavid Brownell TC block with a 5+ MHz base clock rate. Two timer channels 974d243f92SDavid Brownell are combined to make a single 32-bit timer. 984d243f92SDavid Brownell 994d243f92SDavid Brownell When GENERIC_CLOCKEVENTS is defined, the third timer channel 1004d243f92SDavid Brownell may be used as a clock event device supporting oneshot mode 1014d243f92SDavid Brownell (delays of up to two seconds) based on the 32 KiHz clock. 1024d243f92SDavid Brownell 1034d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC_BLOCK 1044d243f92SDavid Brownell int 1054d243f92SDavid Brownell depends on ATMEL_TCB_CLKSRC 1064d243f92SDavid Brownell prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X 1074d243f92SDavid Brownell default 0 1084d243f92SDavid Brownell range 0 1 1094d243f92SDavid Brownell help 1104d243f92SDavid Brownell Some chips provide more than one TC block, so you have the 1114d243f92SDavid Brownell choice of which one to use for the clock framework. The other 1124d243f92SDavid Brownell TC can be used for other purposes, such as PWM generation and 1134d243f92SDavid Brownell interval timing. 1144d243f92SDavid Brownell 1151da177e4SLinus Torvaldsconfig IBM_ASM 1161da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 117ff294cbaSDmitry Torokhov depends on X86 && PCI && INPUT && EXPERIMENTAL 1181da177e4SLinus Torvalds ---help--- 1191da177e4SLinus Torvalds This option enables device driver support for in-band access to the 1201da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 1211da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 1221da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 1231da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 1241da177e4SLinus Torvalds a user space API. 1251da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 1261da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 1271da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 1281da177e4SLinus Torvalds enabled. 1291da177e4SLinus Torvalds 1301da177e4SLinus Torvalds WARNING: This software may not be supported or function 1311da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 132631dd1a8SJustin P. Mattock website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> 133631dd1a8SJustin P. Mattock for information on the specific driver level and support statement 1341da177e4SLinus Torvalds for your IBM server. 1351da177e4SLinus Torvalds 136cef2cf07SJiri Slabyconfig PHANTOM 137ec905a18SJiri Slaby tristate "Sensable PHANToM (PCI)" 138cef2cf07SJiri Slaby depends on PCI 139cef2cf07SJiri Slaby help 140cef2cf07SJiri Slaby Say Y here if you want to build a driver for Sensable PHANToM device. 141cef2cf07SJiri Slaby 142ec905a18SJiri Slaby This driver is only for PCI PHANToMs. 143ec905a18SJiri Slaby 144cef2cf07SJiri Slaby If you choose to build module, its name will be phantom. If unsure, 145cef2cf07SJiri Slaby say N here. 146cef2cf07SJiri Slaby 14759f14800SBrent Casavantconfig SGI_IOC4 14859f14800SBrent Casavant tristate "SGI IOC4 Base IO support" 149aa6c2e62SAl Viro depends on PCI 15059f14800SBrent Casavant ---help--- 15159f14800SBrent Casavant This option enables basic support for the IOC4 chip on certain 15259f14800SBrent Casavant SGI IO controller cards (IO9, IO10, and PCI-RT). This option 15359f14800SBrent Casavant does not enable any specific functions on such a card, but provides 15459f14800SBrent Casavant necessary infrastructure for other drivers to utilize. 15559f14800SBrent Casavant 15659f14800SBrent Casavant If you have an SGI Altix with an IOC4-based card say Y. 15759f14800SBrent Casavant Otherwise say N. 15859f14800SBrent Casavant 159f9565129SAlex Dubovconfig TIFM_CORE 160f9565129SAlex Dubov tristate "TI Flash Media interface support (EXPERIMENTAL)" 1619f3bed5fSAl Viro depends on EXPERIMENTAL && PCI 162f9565129SAlex Dubov help 163f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 164f9565129SAlex Dubov you should select this option and then also choose an appropriate 165f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 166f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 167f9565129SAlex Dubov example. 168f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 169f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 170f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 1711da177e4SLinus Torvalds 172f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 173f9565129SAlex Dubov be called tifm_core. 174f9565129SAlex Dubov 175f9565129SAlex Dubovconfig TIFM_7XX1 176f9565129SAlex Dubov tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" 177f9565129SAlex Dubov depends on PCI && TIFM_CORE && EXPERIMENTAL 178f9565129SAlex Dubov default TIFM_CORE 179f9565129SAlex Dubov help 180f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 181f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 182f9565129SAlex Dubov To make actual use of the device, you will have to select some 183f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 184f9565129SAlex Dubov 185f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 186f9565129SAlex Dubov be called tifm_7xx1. 187f9565129SAlex Dubov 188a412ae3fSDarrick J. Wongconfig ICS932S401 189a412ae3fSDarrick J. Wong tristate "Integrated Circuits ICS932S401" 190a412ae3fSDarrick J. Wong depends on I2C && EXPERIMENTAL 191a412ae3fSDarrick J. Wong help 192a412ae3fSDarrick J. Wong If you say yes here you get support for the Integrated Circuits 193a412ae3fSDarrick J. Wong ICS932S401 clock control chips. 194a412ae3fSDarrick J. Wong 195a412ae3fSDarrick J. Wong This driver can also be built as a module. If so, the module 196a412ae3fSDarrick J. Wong will be called ics932s401. 197a412ae3fSDarrick J. Wong 198eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC 199eb1f2930SHans-Christian Egtvedt tristate "Device driver for Atmel SSC peripheral" 200eb1f2930SHans-Christian Egtvedt depends on AVR32 || ARCH_AT91 201eb1f2930SHans-Christian Egtvedt ---help--- 202692105b8SMatt LaPlante This option enables device driver support for Atmel Synchronized 203eb1f2930SHans-Christian Egtvedt Serial Communication peripheral (SSC). 204eb1f2930SHans-Christian Egtvedt 205eb1f2930SHans-Christian Egtvedt The SSC peripheral supports a wide variety of serial frame based 206eb1f2930SHans-Christian Egtvedt communications, i.e. I2S, SPI, etc. 207eb1f2930SHans-Christian Egtvedt 208eb1f2930SHans-Christian Egtvedt If unsure, say N. 209eb1f2930SHans-Christian Egtvedt 210d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES 211d569d5bbSJames Bottomley tristate "Enclosure Services" 212d569d5bbSJames Bottomley default n 213d569d5bbSJames Bottomley help 214d569d5bbSJames Bottomley Provides support for intelligent enclosures (bays which 215d569d5bbSJames Bottomley contain storage devices). You also need either a host 216d569d5bbSJames Bottomley driver (SCSI/ATA) which supports enclosures 217d569d5bbSJames Bottomley or a SCSI enclosure device (SES) to use these services. 218d569d5bbSJames Bottomley 21945d9ca49SDean Nelsonconfig SGI_XP 22045d9ca49SDean Nelson tristate "Support communication between SGI SSIs" 2213b0de7b3SDean Nelson depends on NET 22203b48632SNick Piggin depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP 22345d9ca49SDean Nelson select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 22445d9ca49SDean Nelson select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 2251bc4faa5SRobin Holt select SGI_GRU if X86_64 && SMP 22645d9ca49SDean Nelson ---help--- 22745d9ca49SDean Nelson An SGI machine can be divided into multiple Single System 22845d9ca49SDean Nelson Images which act independently of each other and have 22945d9ca49SDean Nelson hardware based memory protection from the others. Enabling 23045d9ca49SDean Nelson this feature will allow for direct communication between SSIs 23145d9ca49SDean Nelson based on a network adapter and DMA messaging. 23245d9ca49SDean Nelson 23382dca611SAndres Salomonconfig CS5535_MFGPT 23482dca611SAndres Salomon tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" 235c95d1e53SAndres Salomon depends on PCI 23682dca611SAndres Salomon depends on X86 23782dca611SAndres Salomon default n 23882dca611SAndres Salomon help 23982dca611SAndres Salomon This driver provides access to MFGPT functionality for other 24082dca611SAndres Salomon drivers that need timers. MFGPTs are available in the CS5535 and 24182dca611SAndres Salomon CS5536 companion chips that are found in AMD Geode and several 24282dca611SAndres Salomon other platforms. They have a better resolution and max interval 24382dca611SAndres Salomon than the generic PIT, and are suitable for use as high-res timers. 24482dca611SAndres Salomon You probably don't want to enable this manually; other drivers that 24582dca611SAndres Salomon make use of it should enable it. 24682dca611SAndres Salomon 24782dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ 24882dca611SAndres Salomon int 2492bf212b9SGeert Uytterhoeven depends on CS5535_MFGPT 25082dca611SAndres Salomon default 7 25182dca611SAndres Salomon help 25282dca611SAndres Salomon MFGPTs on the CS5535 require an interrupt. The selected IRQ 25382dca611SAndres Salomon can be overridden as a module option as well as by driver that 25482dca611SAndres Salomon use the cs5535_mfgpt_ API; however, different architectures might 25582dca611SAndres Salomon want to use a different IRQ by default. This is here for 25682dca611SAndres Salomon architectures to set as necessary. 25782dca611SAndres Salomon 2589c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC 2599c8f05c2SRandy Dunlap tristate "CS5535/CS5536 high-res timer (MFGPT) events" 260592913ecSJohn Stultz depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT 2619c8f05c2SRandy Dunlap help 2629c8f05c2SRandy Dunlap This driver provides a clock event source based on the MFGPT 2639c8f05c2SRandy Dunlap timer(s) in the CS5535 and CS5536 companion chips. 2649c8f05c2SRandy Dunlap MFGPTs have a better resolution and max interval than the 2659c8f05c2SRandy Dunlap generic PIT, and are suitable for use as high-res timers. 2669c8f05c2SRandy Dunlap 26789bcb05dSDavid Altobelliconfig HP_ILO 2681ce873abSdann frazier tristate "Channel interface driver for the HP iLO processor" 269f38954c9SAndrew Morton depends on PCI 27089bcb05dSDavid Altobelli default n 27189bcb05dSDavid Altobelli help 27289bcb05dSDavid Altobelli The channel interface driver allows applications to communicate 2731ce873abSdann frazier with iLO management processors present on HP ProLiant servers. 2741ce873abSdann frazier Upon loading, the driver creates /dev/hpilo/dXccbN files, which 2751ce873abSdann frazier can be used to gather data from the management processor, via 2761ce873abSdann frazier read and write system calls. 27789bcb05dSDavid Altobelli 27889bcb05dSDavid Altobelli To compile this driver as a module, choose M here: the 27989bcb05dSDavid Altobelli module will be called hpilo. 28089bcb05dSDavid Altobelli 2813d919e5fSJack Steinerconfig SGI_GRU 2823d919e5fSJack Steiner tristate "SGI GRU driver" 2831bc4faa5SRobin Holt depends on X86_UV && SMP 2843d919e5fSJack Steiner default n 2853d919e5fSJack Steiner select MMU_NOTIFIER 2863d919e5fSJack Steiner ---help--- 2873d919e5fSJack Steiner The GRU is a hardware resource located in the system chipset. The GRU 2883d919e5fSJack Steiner contains memory that can be mmapped into the user address space. This memory is 2893d919e5fSJack Steiner used to communicate with the GRU to perform functions such as load/store, 2903d919e5fSJack Steiner scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user 2913d919e5fSJack Steiner instructions using user virtual addresses. GRU instructions (ex., bcopy) use 2923d919e5fSJack Steiner user virtual addresses for operands. 2933d919e5fSJack Steiner 2943d919e5fSJack Steiner If you are not running on a SGI UV system, say N. 2953d919e5fSJack Steiner 2963d919e5fSJack Steinerconfig SGI_GRU_DEBUG 2973d919e5fSJack Steiner bool "SGI GRU driver debug" 2983d919e5fSJack Steiner depends on SGI_GRU 2993d919e5fSJack Steiner default n 3003d919e5fSJack Steiner ---help--- 3013d919e5fSJack Steiner This option enables addition debugging code for the SGI GRU driver. If 3023d919e5fSJack Steiner you are unsure, say N. 3033d919e5fSJack Steiner 30422d96aa5Sananthaconfig APDS9802ALS 30522d96aa5Sanantha tristate "Medfield Avago APDS9802 ALS Sensor module" 30622d96aa5Sanantha depends on I2C 30722d96aa5Sanantha help 30822d96aa5Sanantha If you say yes here you get support for the ALS APDS9802 ambient 30922d96aa5Sanantha light sensor. 31022d96aa5Sanantha 31122d96aa5Sanantha This driver can also be built as a module. If so, the module 31222d96aa5Sanantha will be called apds9802als. 31322d96aa5Sanantha 3143cdbbeebSDaniel Mackconfig ISL29003 3153cdbbeebSDaniel Mack tristate "Intersil ISL29003 ambient light sensor" 3163cdbbeebSDaniel Mack depends on I2C && SYSFS 3173cdbbeebSDaniel Mack help 3183cdbbeebSDaniel Mack If you say yes here you get support for the Intersil ISL29003 3193cdbbeebSDaniel Mack ambient light sensor. 3203cdbbeebSDaniel Mack 3213cdbbeebSDaniel Mack This driver can also be built as a module. If so, the module 3223cdbbeebSDaniel Mack will be called isl29003. 3233cdbbeebSDaniel Mack 3242e85c4ddSKalhan Trisalconfig ISL29020 3252e85c4ddSKalhan Trisal tristate "Intersil ISL29020 ambient light sensor" 3262e85c4ddSKalhan Trisal depends on I2C 3272e85c4ddSKalhan Trisal help 3282e85c4ddSKalhan Trisal If you say yes here you get support for the Intersil ISL29020 3292e85c4ddSKalhan Trisal ambient light sensor. 3302e85c4ddSKalhan Trisal 3312e85c4ddSKalhan Trisal This driver can also be built as a module. If so, the module 3322e85c4ddSKalhan Trisal will be called isl29020. 3332e85c4ddSKalhan Trisal 3346a9bccedSJean Delvareconfig SENSORS_TSL2550 3356a9bccedSJean Delvare tristate "Taos TSL2550 ambient light sensor" 3366a9bccedSJean Delvare depends on I2C && SYSFS 3376a9bccedSJean Delvare help 3386a9bccedSJean Delvare If you say yes here you get support for the Taos TSL2550 3396a9bccedSJean Delvare ambient light sensor. 3406a9bccedSJean Delvare 3416a9bccedSJean Delvare This driver can also be built as a module. If so, the module 3426a9bccedSJean Delvare will be called tsl2550. 3436a9bccedSJean Delvare 3447efe15f2SHemanth Vconfig SENSORS_BH1780 3457efe15f2SHemanth V tristate "ROHM BH1780GLI ambient light sensor" 3467efe15f2SHemanth V depends on I2C && SYSFS 3477efe15f2SHemanth V help 3487efe15f2SHemanth V If you say yes here you get support for the ROHM BH1780GLI 3497efe15f2SHemanth V ambient light sensor. 3507efe15f2SHemanth V 3517efe15f2SHemanth V This driver can also be built as a module. If so, the module 3527efe15f2SHemanth V will be called bh1780gli. 3537efe15f2SHemanth V 354190420abSSamu Onkaloconfig SENSORS_BH1770 355190420abSSamu Onkalo tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" 356190420abSSamu Onkalo depends on I2C 357190420abSSamu Onkalo ---help--- 358190420abSSamu Onkalo Say Y here if you want to build a driver for BH1770GLC (ROHM) or 359190420abSSamu Onkalo SFH7770 (Osram) combined ambient light and proximity sensor chip. 360190420abSSamu Onkalo 361190420abSSamu Onkalo To compile this driver as a module, choose M here: the 362190420abSSamu Onkalo module will be called bh1770glc. If unsure, say N here. 363190420abSSamu Onkalo 36492b1f84dSSamu Onkaloconfig SENSORS_APDS990X 36592b1f84dSSamu Onkalo tristate "APDS990X combined als and proximity sensors" 36692b1f84dSSamu Onkalo depends on I2C 36792b1f84dSSamu Onkalo default n 36892b1f84dSSamu Onkalo ---help--- 36992b1f84dSSamu Onkalo Say Y here if you want to build a driver for Avago APDS990x 37092b1f84dSSamu Onkalo combined ambient light and proximity sensor chip. 37192b1f84dSSamu Onkalo 37292b1f84dSSamu Onkalo To compile this driver as a module, choose M here: the 37392b1f84dSSamu Onkalo module will be called apds990x. If unsure, say N here. 37492b1f84dSSamu Onkalo 375cfa3b24cSKalhan Trisalconfig HMC6352 376cfa3b24cSKalhan Trisal tristate "Honeywell HMC6352 compass" 377cfa3b24cSKalhan Trisal depends on I2C 378cfa3b24cSKalhan Trisal help 379cfa3b24cSKalhan Trisal This driver provides support for the Honeywell HMC6352 compass, 380cfa3b24cSKalhan Trisal providing configuration and heading data via sysfs. 381cfa3b24cSKalhan Trisal 382ef12379fSHartley Sweetenconfig EP93XX_PWM 383ef12379fSHartley Sweeten tristate "EP93xx PWM support" 384ef12379fSHartley Sweeten depends on ARCH_EP93XX 385ef12379fSHartley Sweeten help 386ef12379fSHartley Sweeten This option enables device driver support for the PWM channels 387ef12379fSHartley Sweeten on the Cirrus EP93xx processors. The EP9307 chip only has one 388ef12379fSHartley Sweeten PWM channel all the others have two, the second channel is an 389ef12379fSHartley Sweeten alternate function of the EGPIO14 pin. A sysfs interface is 390ef12379fSHartley Sweeten provided to control the PWM channels. 391ef12379fSHartley Sweeten 392ef12379fSHartley Sweeten To compile this driver as a module, choose M here: the module will 393ef12379fSHartley Sweeten be called ep93xx_pwm. 394ef12379fSHartley Sweeten 395dddc66ffSWolfram Sangconfig DS1682 396dddc66ffSWolfram Sang tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" 397dddc66ffSWolfram Sang depends on I2C && EXPERIMENTAL 398dddc66ffSWolfram Sang help 399dddc66ffSWolfram Sang If you say yes here you get support for Dallas Semiconductor 400dddc66ffSWolfram Sang DS1682 Total Elapsed Time Recorder. 401dddc66ffSWolfram Sang 402dddc66ffSWolfram Sang This driver can also be built as a module. If so, the module 403dddc66ffSWolfram Sang will be called ds1682. 404dddc66ffSWolfram Sang 405b9500546SPratyush Anandconfig SPEAR13XX_PCIE_GADGET 406b9500546SPratyush Anand bool "PCIe gadget support for SPEAr13XX platform" 407b9500546SPratyush Anand depends on ARCH_SPEAR13XX 408b9500546SPratyush Anand default n 409b9500546SPratyush Anand help 410b9500546SPratyush Anand This option enables gadget support for PCIe controller. If 411b9500546SPratyush Anand board file defines any controller as PCIe endpoint then a sysfs 412b9500546SPratyush Anand entry will be created for that controller. User can use these 413b9500546SPratyush Anand sysfs node to configure PCIe EP as per his requirements. 414b9500546SPratyush Anand 4154d00928cSDaniel Mackconfig TI_DAC7512 4164d00928cSDaniel Mack tristate "Texas Instruments DAC7512" 4174d00928cSDaniel Mack depends on SPI && SYSFS 4184d00928cSDaniel Mack help 4194d00928cSDaniel Mack If you say yes here you get support for the Texas Instruments 4204d00928cSDaniel Mack DAC7512 16-bit digital-to-analog converter. 4214d00928cSDaniel Mack 4224d00928cSDaniel Mack This driver can also be built as a module. If so, the module 423149d730fSJonathan Neuschäfer will be called ti_dac7512. 4244d00928cSDaniel Mack 425453dc659SDmitry Torokhovconfig VMWARE_BALLOON 426453dc659SDmitry Torokhov tristate "VMware Balloon Driver" 427453dc659SDmitry Torokhov depends on X86 428453dc659SDmitry Torokhov help 429453dc659SDmitry Torokhov This is VMware physical memory management driver which acts 430453dc659SDmitry Torokhov like a "balloon" that can be inflated to reclaim physical pages 431453dc659SDmitry Torokhov by reserving them in the guest and invalidating them in the 432453dc659SDmitry Torokhov monitor, freeing up the underlying machine pages so they can 433453dc659SDmitry Torokhov be allocated to other guests. The balloon can also be deflated 434453dc659SDmitry Torokhov to allow the guest to use more physical memory. 435453dc659SDmitry Torokhov 436453dc659SDmitry Torokhov If unsure, say N. 437453dc659SDmitry Torokhov 438453dc659SDmitry Torokhov To compile this driver as a module, choose M here: the 439d544b7a4SDmitry Torokhov module will be called vmw_balloon. 440453dc659SDmitry Torokhov 441ce896245SLinus Walleijconfig ARM_CHARLCD 442ce896245SLinus Walleij bool "ARM Ltd. Character LCD Driver" 443ce896245SLinus Walleij depends on PLAT_VERSATILE 444ce896245SLinus Walleij help 445ce896245SLinus Walleij This is a driver for the character LCD found on the ARM Ltd. 446ce896245SLinus Walleij Versatile and RealView Platform Baseboards. It doesn't do 447ce896245SLinus Walleij very much more than display the text "ARM Linux" on the first 448ce896245SLinus Walleij line and the Linux version on the second line, but that's 449ce896245SLinus Walleij still useful. 450ce896245SLinus Walleij 4515bf1d290SChristoph Mairconfig BMP085 4525bf1d290SChristoph Mair tristate "BMP085 digital pressure sensor" 4535bf1d290SChristoph Mair depends on I2C && SYSFS 4545bf1d290SChristoph Mair help 4555bf1d290SChristoph Mair If you say yes here you get support for the Bosch Sensortec 456d8b187c6SThomas Weber BMP085 digital pressure sensor. 4575bf1d290SChristoph Mair 4585bf1d290SChristoph Mair To compile this driver as a module, choose M here: the 4595bf1d290SChristoph Mair module will be called bmp085. 4605bf1d290SChristoph Mair 461cf4ece53SMasayuki Ohtakconfig PCH_PHUB 462c47dda7dSTomoya MORINAGA tristate "PCH Packet Hub of Intel Topcliff / OKI SEMICONDUCTOR ML7213" 463cf4ece53SMasayuki Ohtak depends on PCI 464cf4ece53SMasayuki Ohtak help 465cf4ece53SMasayuki Ohtak This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of 466cf4ece53SMasayuki Ohtak Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded 467cf4ece53SMasayuki Ohtak processor. The Topcliff has MAC address and Option ROM data in SROM. 468cf4ece53SMasayuki Ohtak This driver can access MAC address and Option ROM data in SROM. 469cf4ece53SMasayuki Ohtak 470c47dda7dSTomoya MORINAGA This driver also can be used for OKI SEMICONDUCTOR's ML7213 which is 471c47dda7dSTomoya MORINAGA for IVI(In-Vehicle Infotainment) use. 472c47dda7dSTomoya MORINAGA ML7213 is companion chip for Intel Atom E6xx series. 473c47dda7dSTomoya MORINAGA ML7213 is completely compatible for Intel EG20T PCH. 474c47dda7dSTomoya MORINAGA 475cf4ece53SMasayuki Ohtak To compile this driver as a module, choose M here: the module will 476cf4ece53SMasayuki Ohtak be called pch_phub. 477cf4ece53SMasayuki Ohtak 4784e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig" 4795195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig" 4805f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig" 481ab69a5aeSTomas Winklersource "drivers/misc/iwmc3200top/Kconfig" 4822bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig" 483ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig" 4844e17e1dbSRodolfo Giometti 4857bf1fc43SRandy Dunlapendif # MISC_DEVICES 486