1ec8f24b7SThomas 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 134eb174beSMichael Hennerichconfig AD525X_DPOT 146c536e4cSMichael Hennerich tristate "Analog Devices Digital Potentiometers" 156c536e4cSMichael Hennerich depends on (I2C || SPI) && SYSFS 164eb174beSMichael Hennerich help 174eb174beSMichael Hennerich If you say yes here, you get support for the Analog Devices 186c536e4cSMichael Hennerich AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255 196c536e4cSMichael Hennerich AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203, 206c536e4cSMichael Hennerich AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235, 216c536e4cSMichael Hennerich AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293, 22e3ae6847SMichael Hennerich AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242, 23c74cba61SMichael Hennerich AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282, 24a4bd3949SMichael Hennerich ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270, 25a4bd3949SMichael Hennerich AD5271, AD5272, AD5274 264eb174beSMichael Hennerich digital potentiometer chips. 274eb174beSMichael Hennerich 284eb174beSMichael Hennerich See Documentation/misc-devices/ad525x_dpot.txt for the 294eb174beSMichael Hennerich userspace interface. 304eb174beSMichael Hennerich 314eb174beSMichael Hennerich This driver can also be built as a module. If so, the module 324eb174beSMichael Hennerich will be called ad525x_dpot. 334eb174beSMichael Hennerich 346c536e4cSMichael Hennerichconfig AD525X_DPOT_I2C 356c536e4cSMichael Hennerich tristate "support I2C bus connection" 366c536e4cSMichael Hennerich depends on AD525X_DPOT && I2C 376c536e4cSMichael Hennerich help 386c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an I2C bus. 396c536e4cSMichael Hennerich 406c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 416c536e4cSMichael Hennerich module will be called ad525x_dpot-i2c. 426c536e4cSMichael Hennerich 436c536e4cSMichael Hennerichconfig AD525X_DPOT_SPI 446c536e4cSMichael Hennerich tristate "support SPI bus connection" 456c536e4cSMichael Hennerich depends on AD525X_DPOT && SPI_MASTER 466c536e4cSMichael Hennerich help 476c536e4cSMichael Hennerich Say Y here if you have a digital potentiometers hooked to an SPI bus. 486c536e4cSMichael Hennerich 496c536e4cSMichael Hennerich If unsure, say N (but it's safe to say "Y"). 506c536e4cSMichael Hennerich 516c536e4cSMichael Hennerich To compile this driver as a module, choose M here: the 526c536e4cSMichael Hennerich module will be called ad525x_dpot-spi. 536c536e4cSMichael Hennerich 542a341f5cSDavid Brownellconfig ATMEL_TCLIB 552a341f5cSDavid Brownell bool "Atmel AT32/AT91 Timer/Counter Library" 563a92a661SCorentin Labbe depends on ARCH_AT91 572a341f5cSDavid Brownell help 582a341f5cSDavid Brownell Select this if you want a library to allocate the Timer/Counter 592a341f5cSDavid Brownell blocks found on many Atmel processors. This facilitates using 602a341f5cSDavid Brownell these blocks by different drivers despite processor differences. 612a341f5cSDavid Brownell 6254f69b92SJiri Kosinaconfig DUMMY_IRQ 6354f69b92SJiri Kosina tristate "Dummy IRQ handler" 6454f69b92SJiri Kosina ---help--- 6554f69b92SJiri Kosina This module accepts a single 'irq' parameter, which it should register for. 6654f69b92SJiri Kosina The sole purpose of this module is to help with debugging of systems on 6754f69b92SJiri Kosina which spurious IRQs would happen on disabled IRQ vector. 6854f69b92SJiri Kosina 691da177e4SLinus Torvaldsconfig IBM_ASM 701da177e4SLinus Torvalds tristate "Device driver for IBM RSA service processor" 7165929215SGreg Kroah-Hartman depends on X86 && PCI && INPUT 7275339d82SRandy Dunlap depends on SERIAL_8250 || SERIAL_8250=n 731da177e4SLinus Torvalds ---help--- 741da177e4SLinus Torvalds This option enables device driver support for in-band access to the 751da177e4SLinus Torvalds IBM RSA (Condor) service processor in eServer xSeries systems. 761da177e4SLinus Torvalds The ibmasm device driver allows user space application to access 771da177e4SLinus Torvalds ASM (Advanced Systems Management) functions on the service 781da177e4SLinus Torvalds processor. The driver is meant to be used in conjunction with 791da177e4SLinus Torvalds a user space API. 801da177e4SLinus Torvalds The ibmasm driver also enables the OS to use the UART on the 811da177e4SLinus Torvalds service processor board as a regular serial port. To make use of 821da177e4SLinus Torvalds this feature serial driver support (CONFIG_SERIAL_8250) must be 831da177e4SLinus Torvalds enabled. 841da177e4SLinus Torvalds 851da177e4SLinus Torvalds WARNING: This software may not be supported or function 861da177e4SLinus Torvalds correctly on your IBM server. Please consult the IBM ServerProven 87631dd1a8SJustin P. Mattock website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/> 88631dd1a8SJustin P. Mattock for information on the specific driver level and support statement 891da177e4SLinus Torvalds for your IBM server. 901da177e4SLinus Torvalds 910eca353eSBryant G. Lyconfig IBMVMC 920eca353eSBryant G. Ly tristate "IBM Virtual Management Channel support" 930eca353eSBryant G. Ly depends on PPC_PSERIES 940eca353eSBryant G. Ly help 950eca353eSBryant G. Ly This is the IBM POWER Virtual Management Channel 960eca353eSBryant G. Ly 970eca353eSBryant G. Ly This driver is to be used for the POWER Virtual 980eca353eSBryant G. Ly Management Channel virtual adapter on the PowerVM 990eca353eSBryant G. Ly platform. It provides both request/response and 1000eca353eSBryant G. Ly async message support through the /dev/ibmvmc node. 1010eca353eSBryant G. Ly 1020eca353eSBryant G. Ly To compile this driver as a module, choose M here: the 1030eca353eSBryant G. Ly module will be called ibmvmc. 1040eca353eSBryant G. Ly 105cef2cf07SJiri Slabyconfig PHANTOM 106ec905a18SJiri Slaby tristate "Sensable PHANToM (PCI)" 107cef2cf07SJiri Slaby depends on PCI 108cef2cf07SJiri Slaby help 109cef2cf07SJiri Slaby Say Y here if you want to build a driver for Sensable PHANToM device. 110cef2cf07SJiri Slaby 111ec905a18SJiri Slaby This driver is only for PCI PHANToMs. 112ec905a18SJiri Slaby 113cef2cf07SJiri Slaby If you choose to build module, its name will be phantom. If unsure, 114cef2cf07SJiri Slaby say N here. 115cef2cf07SJiri Slaby 1160b61d2acSJ Freyenseeconfig INTEL_MID_PTI 1170b61d2acSJ Freyensee tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" 1184bb16672SJiri Slaby depends on PCI && TTY && (X86_INTEL_MID || COMPILE_TEST) 1190b61d2acSJ Freyensee help 1200b61d2acSJ Freyensee The PTI (Parallel Trace Interface) driver directs 1210b61d2acSJ Freyensee trace data routed from various parts in the system out 1220b61d2acSJ Freyensee through an Intel Penwell PTI port and out of the mobile 1230b61d2acSJ Freyensee device for analysis with a debugging tool (Lauterbach or Fido). 1240b61d2acSJ Freyensee 1250b61d2acSJ Freyensee You should select this driver if the target kernel is meant for 1260b61d2acSJ Freyensee an Intel Atom (non-netbook) mobile device containing a MIPI 1270b61d2acSJ Freyensee P1149.7 standard implementation. 1280b61d2acSJ Freyensee 129f9565129SAlex Dubovconfig TIFM_CORE 13065929215SGreg Kroah-Hartman tristate "TI Flash Media interface support" 13165929215SGreg Kroah-Hartman depends on PCI 132f9565129SAlex Dubov help 133f9565129SAlex Dubov If you want support for Texas Instruments(R) Flash Media adapters 134f9565129SAlex Dubov you should select this option and then also choose an appropriate 135f9565129SAlex Dubov host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter 136f9565129SAlex Dubov support', if you have a TI PCI74xx compatible card reader, for 137f9565129SAlex Dubov example. 138f9565129SAlex Dubov You will also have to select some flash card format drivers. MMC/SD 139f9565129SAlex Dubov cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD 140f9565129SAlex Dubov Interface support (MMC_TIFM_SD)'. 1411da177e4SLinus Torvalds 142f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 143f9565129SAlex Dubov be called tifm_core. 144f9565129SAlex Dubov 145f9565129SAlex Dubovconfig TIFM_7XX1 14665929215SGreg Kroah-Hartman tristate "TI Flash Media PCI74xx/PCI76xx host adapter support" 14765929215SGreg Kroah-Hartman depends on PCI && TIFM_CORE 148f9565129SAlex Dubov default TIFM_CORE 149f9565129SAlex Dubov help 150f9565129SAlex Dubov This option enables support for Texas Instruments(R) PCI74xx and 151f9565129SAlex Dubov PCI76xx families of Flash Media adapters, found in many laptops. 152f9565129SAlex Dubov To make actual use of the device, you will have to select some 153f9565129SAlex Dubov flash card format drivers, as outlined in the TIFM_CORE Help. 154f9565129SAlex Dubov 155f9565129SAlex Dubov To compile this driver as a module, choose M here: the module will 156f9565129SAlex Dubov be called tifm_7xx1. 157f9565129SAlex Dubov 158a412ae3fSDarrick J. Wongconfig ICS932S401 159a412ae3fSDarrick J. Wong tristate "Integrated Circuits ICS932S401" 16065929215SGreg Kroah-Hartman depends on I2C 161a412ae3fSDarrick J. Wong help 162a412ae3fSDarrick J. Wong If you say yes here you get support for the Integrated Circuits 163a412ae3fSDarrick J. Wong ICS932S401 clock control chips. 164a412ae3fSDarrick J. Wong 165a412ae3fSDarrick J. Wong This driver can also be built as a module. If so, the module 166a412ae3fSDarrick J. Wong will be called ics932s401. 167a412ae3fSDarrick J. Wong 168eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC 169eb1f2930SHans-Christian Egtvedt tristate "Device driver for Atmel SSC peripheral" 1703a92a661SCorentin Labbe depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST) 171eb1f2930SHans-Christian Egtvedt ---help--- 172692105b8SMatt LaPlante This option enables device driver support for Atmel Synchronized 173eb1f2930SHans-Christian Egtvedt Serial Communication peripheral (SSC). 174eb1f2930SHans-Christian Egtvedt 175eb1f2930SHans-Christian Egtvedt The SSC peripheral supports a wide variety of serial frame based 176eb1f2930SHans-Christian Egtvedt communications, i.e. I2S, SPI, etc. 177eb1f2930SHans-Christian Egtvedt 178eb1f2930SHans-Christian Egtvedt If unsure, say N. 179eb1f2930SHans-Christian Egtvedt 180d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES 181d569d5bbSJames Bottomley tristate "Enclosure Services" 182d569d5bbSJames Bottomley help 183d569d5bbSJames Bottomley Provides support for intelligent enclosures (bays which 184d569d5bbSJames Bottomley contain storage devices). You also need either a host 185d569d5bbSJames Bottomley driver (SCSI/ATA) which supports enclosures 186d569d5bbSJames Bottomley or a SCSI enclosure device (SES) to use these services. 187d569d5bbSJames Bottomley 18845d9ca49SDean Nelsonconfig SGI_XP 18945d9ca49SDean Nelson tristate "Support communication between SGI SSIs" 1903b0de7b3SDean Nelson depends on NET 191*df41017eSChristoph Hellwig depends on (IA64_SGI_UV || X86_UV) && SMP 1929726bfcdSChristoph Hellwig depends on X86_64 || BROKEN 1931bc4faa5SRobin Holt select SGI_GRU if X86_64 && SMP 19445d9ca49SDean Nelson ---help--- 19545d9ca49SDean Nelson An SGI machine can be divided into multiple Single System 19645d9ca49SDean Nelson Images which act independently of each other and have 19745d9ca49SDean Nelson hardware based memory protection from the others. Enabling 19845d9ca49SDean Nelson this feature will allow for direct communication between SSIs 19945d9ca49SDean Nelson based on a network adapter and DMA messaging. 20045d9ca49SDean Nelson 20182dca611SAndres Salomonconfig CS5535_MFGPT 20282dca611SAndres Salomon tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" 2030f78a11eSJean Delvare depends on MFD_CS5535 20482dca611SAndres Salomon help 20582dca611SAndres Salomon This driver provides access to MFGPT functionality for other 20682dca611SAndres Salomon drivers that need timers. MFGPTs are available in the CS5535 and 20782dca611SAndres Salomon CS5536 companion chips that are found in AMD Geode and several 20882dca611SAndres Salomon other platforms. They have a better resolution and max interval 20982dca611SAndres Salomon than the generic PIT, and are suitable for use as high-res timers. 21082dca611SAndres Salomon You probably don't want to enable this manually; other drivers that 21182dca611SAndres Salomon make use of it should enable it. 21282dca611SAndres Salomon 21382dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ 21482dca611SAndres Salomon int 2152bf212b9SGeert Uytterhoeven depends on CS5535_MFGPT 21682dca611SAndres Salomon default 7 21782dca611SAndres Salomon help 21882dca611SAndres Salomon MFGPTs on the CS5535 require an interrupt. The selected IRQ 21982dca611SAndres Salomon can be overridden as a module option as well as by driver that 22082dca611SAndres Salomon use the cs5535_mfgpt_ API; however, different architectures might 22182dca611SAndres Salomon want to use a different IRQ by default. This is here for 22282dca611SAndres Salomon architectures to set as necessary. 22382dca611SAndres Salomon 2249c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC 2259c8f05c2SRandy Dunlap tristate "CS5535/CS5536 high-res timer (MFGPT) events" 226592913ecSJohn Stultz depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT 2279c8f05c2SRandy Dunlap help 2289c8f05c2SRandy Dunlap This driver provides a clock event source based on the MFGPT 2299c8f05c2SRandy Dunlap timer(s) in the CS5535 and CS5536 companion chips. 2309c8f05c2SRandy Dunlap MFGPTs have a better resolution and max interval than the 2319c8f05c2SRandy Dunlap generic PIT, and are suitable for use as high-res timers. 2329c8f05c2SRandy Dunlap 23389bcb05dSDavid Altobelliconfig HP_ILO 2341ce873abSdann frazier tristate "Channel interface driver for the HP iLO processor" 235f38954c9SAndrew Morton depends on PCI 23689bcb05dSDavid Altobelli help 23789bcb05dSDavid Altobelli The channel interface driver allows applications to communicate 2381ce873abSdann frazier with iLO management processors present on HP ProLiant servers. 2391ce873abSdann frazier Upon loading, the driver creates /dev/hpilo/dXccbN files, which 2401ce873abSdann frazier can be used to gather data from the management processor, via 2411ce873abSdann frazier read and write system calls. 24289bcb05dSDavid Altobelli 24389bcb05dSDavid Altobelli To compile this driver as a module, choose M here: the 24489bcb05dSDavid Altobelli module will be called hpilo. 24589bcb05dSDavid Altobelli 2461f26d1c1STim Birdconfig QCOM_COINCELL 2471f26d1c1STim Bird tristate "Qualcomm coincell charger support" 2481f26d1c1STim Bird depends on MFD_SPMI_PMIC || COMPILE_TEST 2491f26d1c1STim Bird help 2501f26d1c1STim Bird This driver supports the coincell block found inside of 2511f26d1c1STim Bird Qualcomm PMICs. The coincell charger provides a means to 2521f26d1c1STim Bird charge a coincell battery or backup capacitor which is used 2531f26d1c1STim Bird to maintain PMIC register and RTC state in the absence of 2541f26d1c1STim Bird external power. 2551f26d1c1STim Bird 256f6f9279fSSrinivas Kandagatlaconfig QCOM_FASTRPC 257f6f9279fSSrinivas Kandagatla tristate "Qualcomm FastRPC" 258f6f9279fSSrinivas Kandagatla depends on ARCH_QCOM || COMPILE_TEST 259f6f9279fSSrinivas Kandagatla depends on RPMSG 260c0fae22fSSrinivas Kandagatla select DMA_SHARED_BUFFER 261f6f9279fSSrinivas Kandagatla help 262f6f9279fSSrinivas Kandagatla Provides a communication mechanism that allows for clients to 263f6f9279fSSrinivas Kandagatla make remote method invocations across processor boundary to 264f6f9279fSSrinivas Kandagatla applications DSP processor. Say M if you want to enable this 265f6f9279fSSrinivas Kandagatla module. 266f6f9279fSSrinivas Kandagatla 2673d919e5fSJack Steinerconfig SGI_GRU 2683d919e5fSJack Steiner tristate "SGI GRU driver" 2691bc4faa5SRobin Holt depends on X86_UV && SMP 2703d919e5fSJack Steiner select MMU_NOTIFIER 2713d919e5fSJack Steiner ---help--- 2723d919e5fSJack Steiner The GRU is a hardware resource located in the system chipset. The GRU 2733d919e5fSJack Steiner contains memory that can be mmapped into the user address space. This memory is 2743d919e5fSJack Steiner used to communicate with the GRU to perform functions such as load/store, 2753d919e5fSJack Steiner scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user 2763d919e5fSJack Steiner instructions using user virtual addresses. GRU instructions (ex., bcopy) use 2773d919e5fSJack Steiner user virtual addresses for operands. 2783d919e5fSJack Steiner 2793d919e5fSJack Steiner If you are not running on a SGI UV system, say N. 2803d919e5fSJack Steiner 2813d919e5fSJack Steinerconfig SGI_GRU_DEBUG 2823d919e5fSJack Steiner bool "SGI GRU driver debug" 2833d919e5fSJack Steiner depends on SGI_GRU 2843d919e5fSJack Steiner ---help--- 285a82cb8b9SGeert Uytterhoeven This option enables additional debugging code for the SGI GRU driver. 286a82cb8b9SGeert Uytterhoeven If you are unsure, say N. 2873d919e5fSJack Steiner 28822d96aa5Sananthaconfig APDS9802ALS 28922d96aa5Sanantha tristate "Medfield Avago APDS9802 ALS Sensor module" 29022d96aa5Sanantha depends on I2C 29122d96aa5Sanantha help 29222d96aa5Sanantha If you say yes here you get support for the ALS APDS9802 ambient 29322d96aa5Sanantha light sensor. 29422d96aa5Sanantha 29522d96aa5Sanantha This driver can also be built as a module. If so, the module 29622d96aa5Sanantha will be called apds9802als. 29722d96aa5Sanantha 2983cdbbeebSDaniel Mackconfig ISL29003 2993cdbbeebSDaniel Mack tristate "Intersil ISL29003 ambient light sensor" 3003cdbbeebSDaniel Mack depends on I2C && SYSFS 3013cdbbeebSDaniel Mack help 3023cdbbeebSDaniel Mack If you say yes here you get support for the Intersil ISL29003 3033cdbbeebSDaniel Mack ambient light sensor. 3043cdbbeebSDaniel Mack 3053cdbbeebSDaniel Mack This driver can also be built as a module. If so, the module 3063cdbbeebSDaniel Mack will be called isl29003. 3073cdbbeebSDaniel Mack 3082e85c4ddSKalhan Trisalconfig ISL29020 3092e85c4ddSKalhan Trisal tristate "Intersil ISL29020 ambient light sensor" 3102e85c4ddSKalhan Trisal depends on I2C 3112e85c4ddSKalhan Trisal help 3122e85c4ddSKalhan Trisal If you say yes here you get support for the Intersil ISL29020 3132e85c4ddSKalhan Trisal ambient light sensor. 3142e85c4ddSKalhan Trisal 3152e85c4ddSKalhan Trisal This driver can also be built as a module. If so, the module 3162e85c4ddSKalhan Trisal will be called isl29020. 3172e85c4ddSKalhan Trisal 3186a9bccedSJean Delvareconfig SENSORS_TSL2550 3196a9bccedSJean Delvare tristate "Taos TSL2550 ambient light sensor" 3206a9bccedSJean Delvare depends on I2C && SYSFS 3216a9bccedSJean Delvare help 3226a9bccedSJean Delvare If you say yes here you get support for the Taos TSL2550 3236a9bccedSJean Delvare ambient light sensor. 3246a9bccedSJean Delvare 3256a9bccedSJean Delvare This driver can also be built as a module. If so, the module 3266a9bccedSJean Delvare will be called tsl2550. 3276a9bccedSJean Delvare 328190420abSSamu Onkaloconfig SENSORS_BH1770 329190420abSSamu Onkalo tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor" 330190420abSSamu Onkalo depends on I2C 331190420abSSamu Onkalo ---help--- 332190420abSSamu Onkalo Say Y here if you want to build a driver for BH1770GLC (ROHM) or 333190420abSSamu Onkalo SFH7770 (Osram) combined ambient light and proximity sensor chip. 334190420abSSamu Onkalo 335190420abSSamu Onkalo To compile this driver as a module, choose M here: the 336190420abSSamu Onkalo module will be called bh1770glc. If unsure, say N here. 337190420abSSamu Onkalo 33892b1f84dSSamu Onkaloconfig SENSORS_APDS990X 33992b1f84dSSamu Onkalo tristate "APDS990X combined als and proximity sensors" 34092b1f84dSSamu Onkalo depends on I2C 34192b1f84dSSamu Onkalo ---help--- 34292b1f84dSSamu Onkalo Say Y here if you want to build a driver for Avago APDS990x 34392b1f84dSSamu Onkalo combined ambient light and proximity sensor chip. 34492b1f84dSSamu Onkalo 34592b1f84dSSamu Onkalo To compile this driver as a module, choose M here: the 34692b1f84dSSamu Onkalo module will be called apds990x. If unsure, say N here. 34792b1f84dSSamu Onkalo 348cfa3b24cSKalhan Trisalconfig HMC6352 349cfa3b24cSKalhan Trisal tristate "Honeywell HMC6352 compass" 350cfa3b24cSKalhan Trisal depends on I2C 351cfa3b24cSKalhan Trisal help 352cfa3b24cSKalhan Trisal This driver provides support for the Honeywell HMC6352 compass, 353cfa3b24cSKalhan Trisal providing configuration and heading data via sysfs. 354cfa3b24cSKalhan Trisal 355dddc66ffSWolfram Sangconfig DS1682 356dddc66ffSWolfram Sang tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" 35765929215SGreg Kroah-Hartman depends on I2C 358dddc66ffSWolfram Sang help 359dddc66ffSWolfram Sang If you say yes here you get support for Dallas Semiconductor 360dddc66ffSWolfram Sang DS1682 Total Elapsed Time Recorder. 361dddc66ffSWolfram Sang 362dddc66ffSWolfram Sang This driver can also be built as a module. If so, the module 363dddc66ffSWolfram Sang will be called ds1682. 364dddc66ffSWolfram Sang 365b9500546SPratyush Anandconfig SPEAR13XX_PCIE_GADGET 366b9500546SPratyush Anand bool "PCIe gadget support for SPEAr13XX platform" 36798097858SArnd Bergmann depends on ARCH_SPEAR13XX && BROKEN 368b9500546SPratyush Anand help 369b9500546SPratyush Anand This option enables gadget support for PCIe controller. If 370b9500546SPratyush Anand board file defines any controller as PCIe endpoint then a sysfs 371b9500546SPratyush Anand entry will be created for that controller. User can use these 372b9500546SPratyush Anand sysfs node to configure PCIe EP as per his requirements. 373b9500546SPratyush Anand 374453dc659SDmitry Torokhovconfig VMWARE_BALLOON 375453dc659SDmitry Torokhov tristate "VMware Balloon Driver" 37648e3d668SPhilip P. Moltmann depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST 37783a8afa7SNadav Amit select MEMORY_BALLOON 378453dc659SDmitry Torokhov help 379453dc659SDmitry Torokhov This is VMware physical memory management driver which acts 380453dc659SDmitry Torokhov like a "balloon" that can be inflated to reclaim physical pages 381453dc659SDmitry Torokhov by reserving them in the guest and invalidating them in the 382453dc659SDmitry Torokhov monitor, freeing up the underlying machine pages so they can 383453dc659SDmitry Torokhov be allocated to other guests. The balloon can also be deflated 384453dc659SDmitry Torokhov to allow the guest to use more physical memory. 385453dc659SDmitry Torokhov 386453dc659SDmitry Torokhov If unsure, say N. 387453dc659SDmitry Torokhov 388453dc659SDmitry Torokhov To compile this driver as a module, choose M here: the 389d544b7a4SDmitry Torokhov module will be called vmw_balloon. 390453dc659SDmitry Torokhov 391cf4ece53SMasayuki Ohtakconfig PCH_PHUB 392584ad00cSTomoya MORINAGA tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" 3934cd5773aSAndy Shevchenko select GENERIC_NET_UTILS 39446fd8c34SPaul Burton depends on PCI && (X86_32 || MIPS || COMPILE_TEST) 395cf4ece53SMasayuki Ohtak help 396cf4ece53SMasayuki Ohtak This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of 397cf4ece53SMasayuki Ohtak Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded 398cf4ece53SMasayuki Ohtak processor. The Topcliff has MAC address and Option ROM data in SROM. 399cf4ece53SMasayuki Ohtak This driver can access MAC address and Option ROM data in SROM. 400cf4ece53SMasayuki Ohtak 401584ad00cSTomoya MORINAGA This driver also can be used for LAPIS Semiconductor's IOH, 402584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831. 403584ad00cSTomoya MORINAGA ML7213 which is for IVI(In-Vehicle Infotainment) use. 404584ad00cSTomoya MORINAGA ML7223 IOH is for MP(Media Phone) use. 405584ad00cSTomoya MORINAGA ML7831 IOH is for general purpose use. 406584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. 407584ad00cSTomoya MORINAGA ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. 408c47dda7dSTomoya MORINAGA 409cf4ece53SMasayuki Ohtak To compile this driver as a module, choose M here: the module will 410cf4ece53SMasayuki Ohtak be called pch_phub. 411cf4ece53SMasayuki Ohtak 412781551dfSStefan Roeseconfig LATTICE_ECP3_CONFIG 413781551dfSStefan Roese tristate "Lattice ECP3 FPGA bitstream configuration via SPI" 414781551dfSStefan Roese depends on SPI && SYSFS 415781551dfSStefan Roese select FW_LOADER 416781551dfSStefan Roese default n 417781551dfSStefan Roese help 418781551dfSStefan Roese This option enables support for bitstream configuration (programming 419781551dfSStefan Roese or loading) of the Lattice ECP3 FPGA family via SPI. 420781551dfSStefan Roese 421781551dfSStefan Roese If unsure, say N. 422781551dfSStefan Roese 4234984c6f5SPhilipp Zabelconfig SRAM 4244984c6f5SPhilipp Zabel bool "Generic on-chip SRAM driver" 4254984c6f5SPhilipp Zabel depends on HAS_IOMEM 4264984c6f5SPhilipp Zabel select GENERIC_ALLOCATOR 42737afff0dSDave Gerlach select SRAM_EXEC if ARM 4284984c6f5SPhilipp Zabel help 4294984c6f5SPhilipp Zabel This driver allows you to declare a memory region to be managed by 4304984c6f5SPhilipp Zabel the genalloc API. It is supposed to be used for small on-chip SRAM 4314984c6f5SPhilipp Zabel areas found on many SoCs. 4324984c6f5SPhilipp Zabel 43337afff0dSDave Gerlachconfig SRAM_EXEC 43437afff0dSDave Gerlach bool 43537afff0dSDave Gerlach 436974cc7b9SPawel Mollconfig VEXPRESS_SYSCFG 437974cc7b9SPawel Moll bool "Versatile Express System Configuration driver" 438974cc7b9SPawel Moll depends on VEXPRESS_CONFIG 439974cc7b9SPawel Moll default y 440974cc7b9SPawel Moll help 441974cc7b9SPawel Moll ARM Ltd. Versatile Express uses specialised platform configuration 442974cc7b9SPawel Moll bus. System Configuration interface is one of the possible means 443974cc7b9SPawel Moll of generating transactions on this bus. 444e1ef962bSMiguel Bernal Marin 4452c156ac7SKishon Vijay Abraham Iconfig PCI_ENDPOINT_TEST 4462c156ac7SKishon Vijay Abraham I depends on PCI 447a20cfc1cSTobias Regnery select CRC32 4482c156ac7SKishon Vijay Abraham I tristate "PCI Endpoint Test driver" 4492c156ac7SKishon Vijay Abraham I ---help--- 4502c156ac7SKishon Vijay Abraham I Enable this configuration option to enable the host side test driver 4512c156ac7SKishon Vijay Abraham I for PCI Endpoint. 4522c156ac7SKishon Vijay Abraham I 45376d83e1cSDragan Cveticconfig XILINX_SDFEC 45476d83e1cSDragan Cvetic tristate "Xilinx SDFEC 16" 45576d83e1cSDragan Cvetic help 45676d83e1cSDragan Cvetic This option enables support for the Xilinx SDFEC (Soft Decision 45776d83e1cSDragan Cvetic Forward Error Correction) driver. This enables a char driver 45876d83e1cSDragan Cvetic for the SDFEC. 45976d83e1cSDragan Cvetic 46076d83e1cSDragan Cvetic You may select this driver if your design instantiates the 46176d83e1cSDragan Cvetic SDFEC(16nm) hardened block. To compile this as a module choose M. 46276d83e1cSDragan Cvetic 46376d83e1cSDragan Cvetic If unsure, say N. 46476d83e1cSDragan Cvetic 465e455b69dSRui Fengconfig MISC_RTSX 466e455b69dSRui Feng tristate 467e455b69dSRui Feng default MISC_RTSX_PCI || MISC_RTSX_USB 468e455b69dSRui Feng 469fcb418cdSPeng Haoconfig PVPANIC 470fcb418cdSPeng Hao tristate "pvpanic device support" 471eb30abeeSPeng Hao depends on HAS_IOMEM && (ACPI || OF) 472fcb418cdSPeng Hao help 473fcb418cdSPeng Hao This driver provides support for the pvpanic device. pvpanic is 474fcb418cdSPeng Hao a paravirtualized device provided by QEMU; it lets a virtual machine 475fcb418cdSPeng Hao (guest) communicate panic events to the host. 476fcb418cdSPeng Hao 4774e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig" 4785195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig" 4795f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig" 4802bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig" 481ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig" 482cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig" 483ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig" 48420259849SGeorge Zhangsource "drivers/misc/vmw_vmci/Kconfig" 485b170d8ceSSudeep Duttsource "drivers/misc/mic/Kconfig" 48676f5adbcSFrank Haverkampsource "drivers/misc/genwqe/Kconfig" 4876e2055a9SGreg Kroah-Hartmansource "drivers/misc/echo/Kconfig" 48810542ca0SIan Munsiesource "drivers/misc/cxl/Kconfig" 489b97f0224SFrederic Barratsource "drivers/misc/ocxl/Kconfig" 490e455b69dSRui Fengsource "drivers/misc/cardreader/Kconfig" 491c4d66343SOded Gabbaysource "drivers/misc/habanalabs/Kconfig" 4927c5763b8SFabio Estevamendmenu 493