1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvalds# 31da177e4SLinus Torvalds# Misc strange devices 41da177e4SLinus Torvalds# 51da177e4SLinus Torvalds 67c5763b8SFabio Estevammenu "Misc devices" 77c5763b8SFabio Estevam 8ff606677SJean Delvareconfig SENSORS_LIS3LV02D 9ff606677SJean Delvare tristate 10ff606677SJean Delvare depends on INPUT 11ff606677SJean Delvare select INPUT_POLLDEV 12ff606677SJean Delvare default n 13ff606677SJean Delvare 144eb174beSMichael Hennerichconfig AD525X_DPOT 156c536e4cSMichael Hennerich tristate "Analog Devices Digital Potentiometers" 166c536e4cSMichael Hennerich depends on (I2C || SPI) && SYSFS 174eb174beSMichael Hennerich help 184eb174beSMichael Hennerich If you say yes here, you get support for the Analog Devices 196c536e4cSMichael Hennerich AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255 206c536e4cSMichael Hennerich AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203, 216c536e4cSMichael Hennerich AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235, 226c536e4cSMichael Hennerich AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293, 23e3ae6847SMichael Hennerich AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, 24c74cba61SMichael Hennerich AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, 25a4bd3949SMichael Hennerich ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270, 26a4bd3949SMichael Hennerich AD5271, AD5272, AD5274 274eb174beSMichael Hennerich digital potentiometer chips. 284eb174beSMichael Hennerich 294eb174beSMichael Hennerich See Documentation/misc-devices/ad525x_dpot.txt for the 304eb174beSMichael Hennerich userspace interface. 314eb174beSMichael Hennerich 324eb174beSMichael Hennerich This driver can also be built as a module. If so, the module 334eb174beSMichael Hennerich will be called ad525x_dpot. 344eb174beSMichael Hennerich 356c536e4cSMichael Hennerichconfig AD525X_DPOT_I2C 366c536e4cSMichael Hennerich tristate "support I2C bus connection" 376c536e4cSMichael Hennerich depends on AD525X_DPOT && I2C 386c536e4cSMichael Hennerich help 396c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an I2C bus. 406c536e4cSMichael Hennerich 416c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 426c536e4cSMichael Hennerich module will be called ad525x_dpot-i2c. 436c536e4cSMichael Hennerich 446c536e4cSMichael Hennerichconfig AD525X_DPOT_SPI 456c536e4cSMichael Hennerich tristate "support SPI bus connection" 466c536e4cSMichael Hennerich depends on AD525X_DPOT && SPI_MASTER 476c536e4cSMichael Hennerich help 486c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an SPI bus. 496c536e4cSMichael Hennerich 506c536e4cSMichael Hennerich If unsure, say N (but it's safe to say "Y"). 516c536e4cSMichael Hennerich 526c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 536c536e4cSMichael Hennerich module will be called ad525x_dpot-spi. 546c536e4cSMichael Hennerich 552a341f5cSDavid Brownellconfig ATMEL_TCLIB 562a341f5cSDavid Brownell bool "Atmel AT32/AT91 Timer/Counter Library" 573a92a661SCorentin Labbe depends on ARCH_AT91 582a341f5cSDavid Brownell help 592a341f5cSDavid Brownell Select this if you want a library to allocate the Timer/Counter 602a341f5cSDavid Brownell blocks found on many Atmel processors. This facilitates using 612a341f5cSDavid Brownell these blocks by different drivers despite processor differences. 622a341f5cSDavid Brownell 6354f69b92SJiri Kosinaconfig DUMMY_IRQ 6454f69b92SJiri Kosina tristate "Dummy IRQ handler" 6554f69b92SJiri Kosina default n 6654f69b92SJiri Kosina ---help--- 6754f69b92SJiri Kosina This module accepts a single 'irq' parameter, which it should register for. 6854f69b92SJiri Kosina The sole purpose of this module is to help with debugging of systems on 6954f69b92SJiri Kosina which spurious IRQs would happen on disabled IRQ vector. 7054f69b92SJiri Kosina 711da177e4SLinus Torvaldsconfig IBM_ASM 721da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 7365929215SGreg Kroah-Hartman depends on X86 && PCI && INPUT 7475339d82SRandy Dunlap depends on SERIAL_8250 || SERIAL_8250=n 751da177e4SLinus Torvalds ---help--- 761da177e4SLinus Torvalds This option enables device driver support for in-band access to the 771da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 781da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 791da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 801da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 811da177e4SLinus Torvalds a user space API. 821da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 831da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 841da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 851da177e4SLinus Torvalds enabled. 861da177e4SLinus Torvalds 871da177e4SLinus Torvalds WARNING: This software may not be supported or function 881da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 89631dd1a8SJustin P. Mattock website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> 90631dd1a8SJustin P. Mattock for information on the specific driver level and support statement 911da177e4SLinus Torvalds for your IBM server. 921da177e4SLinus Torvalds 930eca353eSBryant G. Lyconfig IBMVMC 940eca353eSBryant G. Ly tristate "IBM Virtual Management Channel support" 950eca353eSBryant G. Ly depends on PPC_PSERIES 960eca353eSBryant G. Ly help 970eca353eSBryant G. Ly This is the IBM POWER Virtual Management Channel 980eca353eSBryant G. Ly 990eca353eSBryant G. Ly This driver is to be used for the POWER Virtual 1000eca353eSBryant G. Ly Management Channel virtual adapter on the PowerVM 1010eca353eSBryant G. Ly platform. It provides both request/response and 1020eca353eSBryant G. Ly async message support through the /dev/ibmvmc node. 1030eca353eSBryant G. Ly 1040eca353eSBryant G. Ly To compile this driver as a module, choose M here: the 1050eca353eSBryant G. Ly module will be called ibmvmc. 1060eca353eSBryant G. Ly 107cef2cf07SJiri Slabyconfig PHANTOM 108ec905a18SJiri Slaby tristate "Sensable PHANToM (PCI)" 109cef2cf07SJiri Slaby depends on PCI 110cef2cf07SJiri Slaby help 111cef2cf07SJiri Slaby Say Y here if you want to build a driver for Sensable PHANToM device. 112cef2cf07SJiri Slaby 113ec905a18SJiri Slaby This driver is only for PCI PHANToMs. 114ec905a18SJiri Slaby 115cef2cf07SJiri Slaby If you choose to build module, its name will be phantom. If unsure, 116cef2cf07SJiri Slaby say N here. 117cef2cf07SJiri Slaby 1180b61d2acSJ Freyenseeconfig INTEL_MID_PTI 1190b61d2acSJ Freyensee tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" 1204bb16672SJiri Slaby depends on PCI && TTY && (X86_INTEL_MID || COMPILE_TEST) 1210b61d2acSJ Freyensee default n 1220b61d2acSJ Freyensee help 1230b61d2acSJ Freyensee The PTI (Parallel Trace Interface) driver directs 1240b61d2acSJ Freyensee trace data routed from various parts in the system out 1250b61d2acSJ Freyensee through an Intel Penwell PTI port and out of the mobile 1260b61d2acSJ Freyensee device for analysis with a debugging tool (Lauterbach or Fido). 1270b61d2acSJ Freyensee 1280b61d2acSJ Freyensee You should select this driver if the target kernel is meant for 1290b61d2acSJ Freyensee an Intel Atom (non-netbook) mobile device containing a MIPI 1300b61d2acSJ Freyensee P1149.7 standard implementation. 1310b61d2acSJ Freyensee 13259f14800SBrent Casavantconfig SGI_IOC4 13359f14800SBrent Casavant tristate "SGI IOC4 Base IO support" 134aa6c2e62SAl Viro depends on PCI 13559f14800SBrent Casavant ---help--- 13659f14800SBrent Casavant This option enables basic support for the IOC4 chip on certain 13759f14800SBrent Casavant SGI IO controller cards (IO9, IO10, and PCI-RT). This option 13859f14800SBrent Casavant does not enable any specific functions on such a card, but provides 13959f14800SBrent Casavant necessary infrastructure for other drivers to utilize. 14059f14800SBrent Casavant 14159f14800SBrent Casavant If you have an SGI Altix with an IOC4-based card say Y. 14259f14800SBrent Casavant Otherwise say N. 14359f14800SBrent Casavant 144f9565129SAlex Dubovconfig TIFM_CORE 14565929215SGreg Kroah-Hartman tristate "TI Flash Media interface support" 14665929215SGreg Kroah-Hartman depends on PCI 147f9565129SAlex Dubov help 148f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 149f9565129SAlex Dubov you should select this option and then also choose an appropriate 150f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 151f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 152f9565129SAlex Dubov example. 153f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 154f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 155f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 1561da177e4SLinus Torvalds 157f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 158f9565129SAlex Dubov be called tifm_core. 159f9565129SAlex Dubov 160f9565129SAlex Dubovconfig TIFM_7XX1 16165929215SGreg Kroah-Hartman tristate "TI Flash Media PCI74xx/PCI76xx host adapter support" 16265929215SGreg Kroah-Hartman depends on PCI && TIFM_CORE 163f9565129SAlex Dubov default TIFM_CORE 164f9565129SAlex Dubov help 165f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 166f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 167f9565129SAlex Dubov To make actual use of the device, you will have to select some 168f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 169f9565129SAlex Dubov 170f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 171f9565129SAlex Dubov be called tifm_7xx1. 172f9565129SAlex Dubov 173a412ae3fSDarrick J. Wongconfig ICS932S401 174a412ae3fSDarrick J. Wong tristate "Integrated Circuits ICS932S401" 17565929215SGreg Kroah-Hartman depends on I2C 176a412ae3fSDarrick J. Wong help 177a412ae3fSDarrick J. Wong If you say yes here you get support for the Integrated Circuits 178a412ae3fSDarrick J. Wong ICS932S401 clock control chips. 179a412ae3fSDarrick J. Wong 180a412ae3fSDarrick J. Wong This driver can also be built as a module. If so, the module 181a412ae3fSDarrick J. Wong will be called ics932s401. 182a412ae3fSDarrick J. Wong 183eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC 184eb1f2930SHans-Christian Egtvedt tristate "Device driver for Atmel SSC peripheral" 1853a92a661SCorentin Labbe depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST) 186eb1f2930SHans-Christian Egtvedt ---help--- 187692105b8SMatt LaPlante This option enables device driver support for Atmel Synchronized 188eb1f2930SHans-Christian Egtvedt Serial Communication peripheral (SSC). 189eb1f2930SHans-Christian Egtvedt 190eb1f2930SHans-Christian Egtvedt The SSC peripheral supports a wide variety of serial frame based 191eb1f2930SHans-Christian Egtvedt communications, i.e. I2S, SPI, etc. 192eb1f2930SHans-Christian Egtvedt 193eb1f2930SHans-Christian Egtvedt If unsure, say N. 194eb1f2930SHans-Christian Egtvedt 195d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES 196d569d5bbSJames Bottomley tristate "Enclosure Services" 197d569d5bbSJames Bottomley default n 198d569d5bbSJames Bottomley help 199d569d5bbSJames Bottomley Provides support for intelligent enclosures (bays which 200d569d5bbSJames Bottomley contain storage devices). You also need either a host 201d569d5bbSJames Bottomley driver (SCSI/ATA) which supports enclosures 202d569d5bbSJames Bottomley or a SCSI enclosure device (SES) to use these services. 203d569d5bbSJames Bottomley 20445d9ca49SDean Nelsonconfig SGI_XP 20545d9ca49SDean Nelson tristate "Support communication between SGI SSIs" 2063b0de7b3SDean Nelson depends on NET 20703b48632SNick Piggin depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP 20845d9ca49SDean Nelson select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 20945d9ca49SDean Nelson select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2 2101bc4faa5SRobin Holt select SGI_GRU if X86_64 && SMP 21145d9ca49SDean Nelson ---help--- 21245d9ca49SDean Nelson An SGI machine can be divided into multiple Single System 21345d9ca49SDean Nelson Images which act independently of each other and have 21445d9ca49SDean Nelson hardware based memory protection from the others. Enabling 21545d9ca49SDean Nelson this feature will allow for direct communication between SSIs 21645d9ca49SDean Nelson based on a network adapter and DMA messaging. 21745d9ca49SDean Nelson 21882dca611SAndres Salomonconfig CS5535_MFGPT 21982dca611SAndres Salomon tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" 2200f78a11eSJean Delvare depends on MFD_CS5535 22182dca611SAndres Salomon default n 22282dca611SAndres Salomon help 22382dca611SAndres Salomon This driver provides access to MFGPT functionality for other 22482dca611SAndres Salomon drivers that need timers. MFGPTs are available in the CS5535 and 22582dca611SAndres Salomon CS5536 companion chips that are found in AMD Geode and several 22682dca611SAndres Salomon other platforms. They have a better resolution and max interval 22782dca611SAndres Salomon than the generic PIT, and are suitable for use as high-res timers. 22882dca611SAndres Salomon You probably don't want to enable this manually; other drivers that 22982dca611SAndres Salomon make use of it should enable it. 23082dca611SAndres Salomon 23182dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ 23282dca611SAndres Salomon int 2332bf212b9SGeert Uytterhoeven depends on CS5535_MFGPT 23482dca611SAndres Salomon default 7 23582dca611SAndres Salomon help 23682dca611SAndres Salomon MFGPTs on the CS5535 require an interrupt. The selected IRQ 23782dca611SAndres Salomon can be overridden as a module option as well as by driver that 23882dca611SAndres Salomon use the cs5535_mfgpt_ API; however, different architectures might 23982dca611SAndres Salomon want to use a different IRQ by default. This is here for 24082dca611SAndres Salomon architectures to set as necessary. 24182dca611SAndres Salomon 2429c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC 2439c8f05c2SRandy Dunlap tristate "CS5535/CS5536 high-res timer (MFGPT) events" 244592913ecSJohn Stultz depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT 2459c8f05c2SRandy Dunlap help 2469c8f05c2SRandy Dunlap This driver provides a clock event source based on the MFGPT 2479c8f05c2SRandy Dunlap timer(s) in the CS5535 and CS5536 companion chips. 2489c8f05c2SRandy Dunlap MFGPTs have a better resolution and max interval than the 2499c8f05c2SRandy Dunlap generic PIT, and are suitable for use as high-res timers. 2509c8f05c2SRandy Dunlap 25189bcb05dSDavid Altobelliconfig HP_ILO 2521ce873abSdann frazier tristate "Channel interface driver for the HP iLO processor" 253f38954c9SAndrew Morton depends on PCI 25489bcb05dSDavid Altobelli default n 25589bcb05dSDavid Altobelli help 25689bcb05dSDavid Altobelli The channel interface driver allows applications to communicate 2571ce873abSdann frazier with iLO management processors present on HP ProLiant servers. 2581ce873abSdann frazier Upon loading, the driver creates /dev/hpilo/dXccbN files, which 2591ce873abSdann frazier can be used to gather data from the management processor, via 2601ce873abSdann frazier read and write system calls. 26189bcb05dSDavid Altobelli 26289bcb05dSDavid Altobelli To compile this driver as a module, choose M here: the 26389bcb05dSDavid Altobelli module will be called hpilo. 26489bcb05dSDavid Altobelli 2651f26d1c1STim Birdconfig QCOM_COINCELL 2661f26d1c1STim Bird tristate "Qualcomm coincell charger support" 2671f26d1c1STim Bird depends on MFD_SPMI_PMIC || COMPILE_TEST 2681f26d1c1STim Bird help 2691f26d1c1STim Bird This driver supports the coincell block found inside of 2701f26d1c1STim Bird Qualcomm PMICs. The coincell charger provides a means to 2711f26d1c1STim Bird charge a coincell battery or backup capacitor which is used 2721f26d1c1STim Bird to maintain PMIC register and RTC state in the absence of 2731f26d1c1STim Bird external power. 2741f26d1c1STim Bird 275f6f9279fSSrinivas Kandagatlaconfig QCOM_FASTRPC 276f6f9279fSSrinivas Kandagatla tristate "Qualcomm FastRPC" 277f6f9279fSSrinivas Kandagatla depends on ARCH_QCOM || COMPILE_TEST 278f6f9279fSSrinivas Kandagatla depends on RPMSG 279c0fae22fSSrinivas Kandagatla select DMA_SHARED_BUFFER 280f6f9279fSSrinivas Kandagatla help 281f6f9279fSSrinivas Kandagatla Provides a communication mechanism that allows for clients to 282f6f9279fSSrinivas Kandagatla make remote method invocations across processor boundary to 283f6f9279fSSrinivas Kandagatla applications DSP processor. Say M if you want to enable this 284f6f9279fSSrinivas Kandagatla module. 285f6f9279fSSrinivas Kandagatla 2863d919e5fSJack Steinerconfig SGI_GRU 2873d919e5fSJack Steiner tristate "SGI GRU driver" 2881bc4faa5SRobin Holt depends on X86_UV && SMP 2893d919e5fSJack Steiner default n 2903d919e5fSJack Steiner select MMU_NOTIFIER 2913d919e5fSJack Steiner ---help--- 2923d919e5fSJack Steiner The GRU is a hardware resource located in the system chipset. The GRU 2933d919e5fSJack Steiner contains memory that can be mmapped into the user address space. This memory is 2943d919e5fSJack Steiner used to communicate with the GRU to perform functions such as load/store, 2953d919e5fSJack Steiner scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user 2963d919e5fSJack Steiner instructions using user virtual addresses. GRU instructions (ex., bcopy) use 2973d919e5fSJack Steiner user virtual addresses for operands. 2983d919e5fSJack Steiner 2993d919e5fSJack Steiner If you are not running on a SGI UV system, say N. 3003d919e5fSJack Steiner 3013d919e5fSJack Steinerconfig SGI_GRU_DEBUG 3023d919e5fSJack Steiner bool "SGI GRU driver debug" 3033d919e5fSJack Steiner depends on SGI_GRU 3043d919e5fSJack Steiner default n 3053d919e5fSJack Steiner ---help--- 306a82cb8b9SGeert Uytterhoeven This option enables additional debugging code for the SGI GRU driver. 307a82cb8b9SGeert Uytterhoeven If you are unsure, say N. 3083d919e5fSJack Steiner 30922d96aa5Sananthaconfig APDS9802ALS 31022d96aa5Sanantha tristate "Medfield Avago APDS9802 ALS Sensor module" 31122d96aa5Sanantha depends on I2C 31222d96aa5Sanantha help 31322d96aa5Sanantha If you say yes here you get support for the ALS APDS9802 ambient 31422d96aa5Sanantha light sensor. 31522d96aa5Sanantha 31622d96aa5Sanantha This driver can also be built as a module. If so, the module 31722d96aa5Sanantha will be called apds9802als. 31822d96aa5Sanantha 3193cdbbeebSDaniel Mackconfig ISL29003 3203cdbbeebSDaniel Mack tristate "Intersil ISL29003 ambient light sensor" 3213cdbbeebSDaniel Mack depends on I2C && SYSFS 3223cdbbeebSDaniel Mack help 3233cdbbeebSDaniel Mack If you say yes here you get support for the Intersil ISL29003 3243cdbbeebSDaniel Mack ambient light sensor. 3253cdbbeebSDaniel Mack 3263cdbbeebSDaniel Mack This driver can also be built as a module. If so, the module 3273cdbbeebSDaniel Mack will be called isl29003. 3283cdbbeebSDaniel Mack 3292e85c4ddSKalhan Trisalconfig ISL29020 3302e85c4ddSKalhan Trisal tristate "Intersil ISL29020 ambient light sensor" 3312e85c4ddSKalhan Trisal depends on I2C 3322e85c4ddSKalhan Trisal help 3332e85c4ddSKalhan Trisal If you say yes here you get support for the Intersil ISL29020 3342e85c4ddSKalhan Trisal ambient light sensor. 3352e85c4ddSKalhan Trisal 3362e85c4ddSKalhan Trisal This driver can also be built as a module. If so, the module 3372e85c4ddSKalhan Trisal will be called isl29020. 3382e85c4ddSKalhan Trisal 3396a9bccedSJean Delvareconfig SENSORS_TSL2550 3406a9bccedSJean Delvare tristate "Taos TSL2550 ambient light sensor" 3416a9bccedSJean Delvare depends on I2C && SYSFS 3426a9bccedSJean Delvare help 3436a9bccedSJean Delvare If you say yes here you get support for the Taos TSL2550 3446a9bccedSJean Delvare ambient light sensor. 3456a9bccedSJean Delvare 3466a9bccedSJean Delvare This driver can also be built as a module. If so, the module 3476a9bccedSJean Delvare will be called tsl2550. 3486a9bccedSJean Delvare 349190420abSSamu Onkaloconfig SENSORS_BH1770 350190420abSSamu Onkalo tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" 351190420abSSamu Onkalo depends on I2C 352190420abSSamu Onkalo ---help--- 353190420abSSamu Onkalo Say Y here if you want to build a driver for BH1770GLC (ROHM) or 354190420abSSamu Onkalo SFH7770 (Osram) combined ambient light and proximity sensor chip. 355190420abSSamu Onkalo 356190420abSSamu Onkalo To compile this driver as a module, choose M here: the 357190420abSSamu Onkalo module will be called bh1770glc. If unsure, say N here. 358190420abSSamu Onkalo 35992b1f84dSSamu Onkaloconfig SENSORS_APDS990X 36092b1f84dSSamu Onkalo tristate "APDS990X combined als and proximity sensors" 36192b1f84dSSamu Onkalo depends on I2C 36292b1f84dSSamu Onkalo default n 36392b1f84dSSamu Onkalo ---help--- 36492b1f84dSSamu Onkalo Say Y here if you want to build a driver for Avago APDS990x 36592b1f84dSSamu Onkalo combined ambient light and proximity sensor chip. 36692b1f84dSSamu Onkalo 36792b1f84dSSamu Onkalo To compile this driver as a module, choose M here: the 36892b1f84dSSamu Onkalo module will be called apds990x. If unsure, say N here. 36992b1f84dSSamu Onkalo 370cfa3b24cSKalhan Trisalconfig HMC6352 371cfa3b24cSKalhan Trisal tristate "Honeywell HMC6352 compass" 372cfa3b24cSKalhan Trisal depends on I2C 373cfa3b24cSKalhan Trisal help 374cfa3b24cSKalhan Trisal This driver provides support for the Honeywell HMC6352 compass, 375cfa3b24cSKalhan Trisal providing configuration and heading data via sysfs. 376cfa3b24cSKalhan Trisal 377dddc66ffSWolfram Sangconfig DS1682 378dddc66ffSWolfram Sang tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" 37965929215SGreg Kroah-Hartman depends on I2C 380dddc66ffSWolfram Sang help 381dddc66ffSWolfram Sang If you say yes here you get support for Dallas Semiconductor 382dddc66ffSWolfram Sang DS1682 Total Elapsed Time Recorder. 383dddc66ffSWolfram Sang 384dddc66ffSWolfram Sang This driver can also be built as a module. If so, the module 385dddc66ffSWolfram Sang will be called ds1682. 386dddc66ffSWolfram Sang 387b9500546SPratyush Anandconfig SPEAR13XX_PCIE_GADGET 388b9500546SPratyush Anand bool "PCIe gadget support for SPEAr13XX platform" 38998097858SArnd Bergmann depends on ARCH_SPEAR13XX && BROKEN 390b9500546SPratyush Anand default n 391b9500546SPratyush Anand help 392b9500546SPratyush Anand This option enables gadget support for PCIe controller. If 393b9500546SPratyush Anand board file defines any controller as PCIe endpoint then a sysfs 394b9500546SPratyush Anand entry will be created for that controller. User can use these 395b9500546SPratyush Anand sysfs node to configure PCIe EP as per his requirements. 396b9500546SPratyush Anand 397453dc659SDmitry Torokhovconfig VMWARE_BALLOON 398453dc659SDmitry Torokhov tristate "VMware Balloon Driver" 39948e3d668SPhilip P. Moltmann depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST 400453dc659SDmitry Torokhov help 401453dc659SDmitry Torokhov This is VMware physical memory management driver which acts 402453dc659SDmitry Torokhov like a "balloon" that can be inflated to reclaim physical pages 403453dc659SDmitry Torokhov by reserving them in the guest and invalidating them in the 404453dc659SDmitry Torokhov monitor, freeing up the underlying machine pages so they can 405453dc659SDmitry Torokhov be allocated to other guests. The balloon can also be deflated 406453dc659SDmitry Torokhov to allow the guest to use more physical memory. 407453dc659SDmitry Torokhov 408453dc659SDmitry Torokhov If unsure, say N. 409453dc659SDmitry Torokhov 410453dc659SDmitry Torokhov To compile this driver as a module, choose M here: the 411d544b7a4SDmitry Torokhov module will be called vmw_balloon. 412453dc659SDmitry Torokhov 413cf4ece53SMasayuki Ohtakconfig PCH_PHUB 414584ad00cSTomoya MORINAGA tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" 4154cd5773aSAndy Shevchenko select GENERIC_NET_UTILS 41646fd8c34SPaul Burton depends on PCI && (X86_32 || MIPS || COMPILE_TEST) 417cf4ece53SMasayuki Ohtak help 418cf4ece53SMasayuki Ohtak This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of 419cf4ece53SMasayuki Ohtak Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded 420cf4ece53SMasayuki Ohtak processor. The Topcliff has MAC address and Option ROM data in SROM. 421cf4ece53SMasayuki Ohtak This driver can access MAC address and Option ROM data in SROM. 422cf4ece53SMasayuki Ohtak 423584ad00cSTomoya MORINAGA This driver also can be used for LAPIS Semiconductor's IOH, 424584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831. 425584ad00cSTomoya MORINAGA ML7213 which is for IVI(In-Vehicle Infotainment) use. 426584ad00cSTomoya MORINAGA ML7223 IOH is for MP(Media Phone) use. 427584ad00cSTomoya MORINAGA ML7831 IOH is for general purpose use. 428584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. 429584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. 430c47dda7dSTomoya MORINAGA 431cf4ece53SMasayuki Ohtak To compile this driver as a module, choose M here: the module will 432cf4ece53SMasayuki Ohtak be called pch_phub. 433cf4ece53SMasayuki Ohtak 434a1bb73d7SDonggeun Kimconfig USB_SWITCH_FSA9480 435a1bb73d7SDonggeun Kim tristate "FSA9480 USB Switch" 436a1bb73d7SDonggeun Kim depends on I2C 437a1bb73d7SDonggeun Kim help 438a1bb73d7SDonggeun Kim The FSA9480 is a USB port accessory detector and switch. 439a1bb73d7SDonggeun Kim The FSA9480 is fully controlled using I2C and enables USB data, 440a1bb73d7SDonggeun Kim stereo and mono audio, video, microphone and UART data to use 441a1bb73d7SDonggeun Kim a common connector port. 442a1bb73d7SDonggeun Kim 443781551dfSStefan Roeseconfig LATTICE_ECP3_CONFIG 444781551dfSStefan Roese tristate "Lattice ECP3 FPGA bitstream configuration via SPI" 445781551dfSStefan Roese depends on SPI && SYSFS 446781551dfSStefan Roese select FW_LOADER 447781551dfSStefan Roese default n 448781551dfSStefan Roese help 449781551dfSStefan Roese This option enables support for bitstream configuration (programming 450781551dfSStefan Roese or loading) of the Lattice ECP3 FPGA family via SPI. 451781551dfSStefan Roese 452781551dfSStefan Roese If unsure, say N. 453781551dfSStefan Roese 4544984c6f5SPhilipp Zabelconfig SRAM 4554984c6f5SPhilipp Zabel bool "Generic on-chip SRAM driver" 4564984c6f5SPhilipp Zabel depends on HAS_IOMEM 4574984c6f5SPhilipp Zabel select GENERIC_ALLOCATOR 45837afff0dSDave Gerlach select SRAM_EXEC if ARM 4594984c6f5SPhilipp Zabel help 4604984c6f5SPhilipp Zabel This driver allows you to declare a memory region to be managed by 4614984c6f5SPhilipp Zabel the genalloc API. It is supposed to be used for small on-chip SRAM 4624984c6f5SPhilipp Zabel areas found on many SoCs. 4634984c6f5SPhilipp Zabel 46437afff0dSDave Gerlachconfig SRAM_EXEC 46537afff0dSDave Gerlach bool 46637afff0dSDave Gerlach 467974cc7b9SPawel Mollconfig VEXPRESS_SYSCFG 468974cc7b9SPawel Moll bool "Versatile Express System Configuration driver" 469974cc7b9SPawel Moll depends on VEXPRESS_CONFIG 470974cc7b9SPawel Moll default y 471974cc7b9SPawel Moll help 472974cc7b9SPawel Moll ARM Ltd. Versatile Express uses specialised platform configuration 473974cc7b9SPawel Moll bus. System Configuration interface is one of the possible means 474974cc7b9SPawel Moll of generating transactions on this bus. 475e1ef962bSMiguel Bernal Marin 4762c156ac7SKishon Vijay Abraham Iconfig PCI_ENDPOINT_TEST 4772c156ac7SKishon Vijay Abraham I depends on PCI 478a20cfc1cSTobias Regnery select CRC32 4792c156ac7SKishon Vijay Abraham I tristate "PCI Endpoint Test driver" 4802c156ac7SKishon Vijay Abraham I ---help--- 4812c156ac7SKishon Vijay Abraham I Enable this configuration option to enable the host side test driver 4822c156ac7SKishon Vijay Abraham I for PCI Endpoint. 4832c156ac7SKishon Vijay Abraham I 484e455b69dSRui Fengconfig MISC_RTSX 485e455b69dSRui Feng tristate 486e455b69dSRui Feng default MISC_RTSX_PCI || MISC_RTSX_USB 487e455b69dSRui Feng 488fcb418cdSPeng Haoconfig PVPANIC 489fcb418cdSPeng Hao tristate "pvpanic device support" 490eb30abeeSPeng Hao depends on HAS_IOMEM && (ACPI || OF) 491fcb418cdSPeng Hao help 492fcb418cdSPeng Hao This driver provides support for the pvpanic device. pvpanic is 493fcb418cdSPeng Hao a paravirtualized device provided by QEMU; it lets a virtual machine 494fcb418cdSPeng Hao (guest) communicate panic events to the host. 495fcb418cdSPeng Hao 4964e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig" 4975195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig" 4985f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig" 4992bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig" 500ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig" 501cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig" 502ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig" 50320259849SGeorge Zhangsource "drivers/misc/vmw_vmci/Kconfig" 504b170d8ceSSudeep Duttsource "drivers/misc/mic/Kconfig" 50576f5adbcSFrank Haverkampsource "drivers/misc/genwqe/Kconfig" 5066e2055a9SGreg Kroah-Hartmansource "drivers/misc/echo/Kconfig" 50710542ca0SIan Munsiesource "drivers/misc/cxl/Kconfig" 508b97f0224SFrederic Barratsource "drivers/misc/ocxl/Kconfig" 509e455b69dSRui Fengsource "drivers/misc/cardreader/Kconfig" 510c4d66343SOded Gabbaysource "drivers/misc/habanalabs/Kconfig" 5117c5763b8SFabio Estevamendmenu 512