xref: /linux/drivers/misc/Kconfig (revision 83a8afa72e9c0a200d9d400ce83a0cb5193b0e3d)
11da177e4SLinus Torvalds#
21da177e4SLinus Torvalds# Misc strange devices
31da177e4SLinus Torvalds#
41da177e4SLinus Torvalds
57c5763b8SFabio Estevammenu "Misc devices"
67c5763b8SFabio Estevam
7ff606677SJean Delvareconfig SENSORS_LIS3LV02D
8ff606677SJean Delvare	tristate
9ff606677SJean Delvare	depends on INPUT
10ff606677SJean Delvare	select INPUT_POLLDEV
11ff606677SJean Delvare
124eb174beSMichael Hennerichconfig AD525X_DPOT
136c536e4cSMichael Hennerich	tristate "Analog Devices Digital Potentiometers"
146c536e4cSMichael Hennerich	depends on (I2C || SPI) && SYSFS
154eb174beSMichael Hennerich	help
164eb174beSMichael Hennerich	  If you say yes here, you get support for the Analog Devices
176c536e4cSMichael Hennerich	  AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255
186c536e4cSMichael Hennerich	  AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203,
196c536e4cSMichael Hennerich	  AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235,
206c536e4cSMichael Hennerich	  AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293,
21e3ae6847SMichael Hennerich	  AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242,
22c74cba61SMichael Hennerich	  AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282,
23a4bd3949SMichael Hennerich	  ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270,
24a4bd3949SMichael Hennerich	  AD5271, AD5272, AD5274
254eb174beSMichael Hennerich	  digital potentiometer chips.
264eb174beSMichael Hennerich
274eb174beSMichael Hennerich	  See Documentation/misc-devices/ad525x_dpot.txt for the
284eb174beSMichael Hennerich	  userspace interface.
294eb174beSMichael Hennerich
304eb174beSMichael Hennerich	  This driver can also be built as a module.  If so, the module
314eb174beSMichael Hennerich	  will be called ad525x_dpot.
324eb174beSMichael Hennerich
336c536e4cSMichael Hennerichconfig AD525X_DPOT_I2C
346c536e4cSMichael Hennerich	tristate "support I2C bus connection"
356c536e4cSMichael Hennerich	depends on AD525X_DPOT && I2C
366c536e4cSMichael Hennerich	help
376c536e4cSMichael Hennerich	  Say Y here if you have a digital potentiometers hooked to an I2C bus.
386c536e4cSMichael Hennerich
396c536e4cSMichael Hennerich	  To compile this driver as a module, choose M here: the
406c536e4cSMichael Hennerich	  module will be called ad525x_dpot-i2c.
416c536e4cSMichael Hennerich
426c536e4cSMichael Hennerichconfig AD525X_DPOT_SPI
436c536e4cSMichael Hennerich	tristate "support SPI bus connection"
446c536e4cSMichael Hennerich	depends on AD525X_DPOT && SPI_MASTER
456c536e4cSMichael Hennerich	help
466c536e4cSMichael Hennerich	  Say Y here if you have a digital potentiometers hooked to an SPI bus.
476c536e4cSMichael Hennerich
486c536e4cSMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
496c536e4cSMichael Hennerich
506c536e4cSMichael Hennerich	  To compile this driver as a module, choose M here: the
516c536e4cSMichael Hennerich	  module will be called ad525x_dpot-spi.
526c536e4cSMichael Hennerich
532a341f5cSDavid Brownellconfig ATMEL_TCLIB
542a341f5cSDavid Brownell	bool "Atmel AT32/AT91 Timer/Counter Library"
553a92a661SCorentin Labbe	depends on ARCH_AT91
562a341f5cSDavid Brownell	help
572a341f5cSDavid Brownell	  Select this if you want a library to allocate the Timer/Counter
582a341f5cSDavid Brownell	  blocks found on many Atmel processors.  This facilitates using
592a341f5cSDavid Brownell	  these blocks by different drivers despite processor differences.
602a341f5cSDavid Brownell
6154f69b92SJiri Kosinaconfig DUMMY_IRQ
6254f69b92SJiri Kosina	tristate "Dummy IRQ handler"
6354f69b92SJiri Kosina	---help---
6454f69b92SJiri Kosina	  This module accepts a single 'irq' parameter, which it should register for.
6554f69b92SJiri Kosina	  The sole purpose of this module is to help with debugging of systems on
6654f69b92SJiri Kosina	  which spurious IRQs would happen on disabled IRQ vector.
6754f69b92SJiri Kosina
681da177e4SLinus Torvaldsconfig IBM_ASM
691da177e4SLinus Torvalds	tristate "Device driver for IBM RSA service processor"
7065929215SGreg Kroah-Hartman	depends on X86 && PCI && INPUT
7175339d82SRandy Dunlap	depends on SERIAL_8250 || SERIAL_8250=n
721da177e4SLinus Torvalds	---help---
731da177e4SLinus Torvalds	  This option enables device driver support for in-band access to the
741da177e4SLinus Torvalds	  IBM RSA (Condor) service processor in eServer xSeries systems.
751da177e4SLinus Torvalds	  The ibmasm device driver allows user space application to access
761da177e4SLinus Torvalds	  ASM (Advanced Systems Management) functions on the service
771da177e4SLinus Torvalds	  processor. The driver is meant to be used in conjunction with
781da177e4SLinus Torvalds	  a user space API.
791da177e4SLinus Torvalds	  The ibmasm driver also enables the OS to use the UART on the
801da177e4SLinus Torvalds	  service processor board as a regular serial port. To make use of
811da177e4SLinus Torvalds	  this feature serial driver support (CONFIG_SERIAL_8250) must be
821da177e4SLinus Torvalds	  enabled.
831da177e4SLinus Torvalds
841da177e4SLinus Torvalds	  WARNING: This software may not be supported or function
851da177e4SLinus Torvalds	  correctly on your IBM server. Please consult the IBM ServerProven
86631dd1a8SJustin P. Mattock	  website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
87631dd1a8SJustin P. Mattock	  for information on the specific driver level and support statement
881da177e4SLinus Torvalds	  for your IBM server.
891da177e4SLinus Torvalds
900eca353eSBryant G. Lyconfig IBMVMC
910eca353eSBryant G. Ly	tristate "IBM Virtual Management Channel support"
920eca353eSBryant G. Ly	depends on PPC_PSERIES
930eca353eSBryant G. Ly	help
940eca353eSBryant G. Ly	  This is the IBM POWER Virtual Management Channel
950eca353eSBryant G. Ly
960eca353eSBryant G. Ly	  This driver is to be used for the POWER Virtual
970eca353eSBryant G. Ly	  Management Channel virtual adapter on the PowerVM
980eca353eSBryant G. Ly	  platform. It provides both request/response and
990eca353eSBryant G. Ly	  async message support through the /dev/ibmvmc node.
1000eca353eSBryant G. Ly
1010eca353eSBryant G. Ly	  To compile this driver as a module, choose M here: the
1020eca353eSBryant G. Ly	  module will be called ibmvmc.
1030eca353eSBryant G. Ly
104cef2cf07SJiri Slabyconfig PHANTOM
105ec905a18SJiri Slaby	tristate "Sensable PHANToM (PCI)"
106cef2cf07SJiri Slaby	depends on PCI
107cef2cf07SJiri Slaby	help
108cef2cf07SJiri Slaby	  Say Y here if you want to build a driver for Sensable PHANToM device.
109cef2cf07SJiri Slaby
110ec905a18SJiri Slaby	  This driver is only for PCI PHANToMs.
111ec905a18SJiri Slaby
112cef2cf07SJiri Slaby	  If you choose to build module, its name will be phantom. If unsure,
113cef2cf07SJiri Slaby	  say N here.
114cef2cf07SJiri Slaby
1150b61d2acSJ Freyenseeconfig INTEL_MID_PTI
1160b61d2acSJ Freyensee	tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard"
1174bb16672SJiri Slaby	depends on PCI && TTY && (X86_INTEL_MID || COMPILE_TEST)
1180b61d2acSJ Freyensee	help
1190b61d2acSJ Freyensee	  The PTI (Parallel Trace Interface) driver directs
1200b61d2acSJ Freyensee	  trace data routed from various parts in the system out
1210b61d2acSJ Freyensee	  through an Intel Penwell PTI port and out of the mobile
1220b61d2acSJ Freyensee	  device for analysis with a debugging tool (Lauterbach or Fido).
1230b61d2acSJ Freyensee
1240b61d2acSJ Freyensee	  You should select this driver if the target kernel is meant for
1250b61d2acSJ Freyensee	  an Intel Atom (non-netbook) mobile device containing a MIPI
1260b61d2acSJ Freyensee	  P1149.7 standard implementation.
1270b61d2acSJ Freyensee
12859f14800SBrent Casavantconfig SGI_IOC4
12959f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
130aa6c2e62SAl Viro	depends on PCI
13159f14800SBrent Casavant	---help---
13259f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
13359f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
13459f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
13559f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
13659f14800SBrent Casavant
13759f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
13859f14800SBrent Casavant	  Otherwise say N.
13959f14800SBrent Casavant
140f9565129SAlex Dubovconfig TIFM_CORE
14165929215SGreg Kroah-Hartman	tristate "TI Flash Media interface support"
14265929215SGreg Kroah-Hartman	depends on PCI
143f9565129SAlex Dubov	help
144f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
145f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
146f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
147f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
148f9565129SAlex Dubov	  example.
149f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
150f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
151f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1521da177e4SLinus Torvalds
153f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
154f9565129SAlex Dubov	  be called tifm_core.
155f9565129SAlex Dubov
156f9565129SAlex Dubovconfig TIFM_7XX1
15765929215SGreg Kroah-Hartman	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support"
15865929215SGreg Kroah-Hartman	depends on PCI && TIFM_CORE
159f9565129SAlex Dubov	default TIFM_CORE
160f9565129SAlex Dubov	help
161f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
162f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
163f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
164f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
165f9565129SAlex Dubov
166f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
167f9565129SAlex Dubov	  be called tifm_7xx1.
168f9565129SAlex Dubov
169a412ae3fSDarrick J. Wongconfig ICS932S401
170a412ae3fSDarrick J. Wong	tristate "Integrated Circuits ICS932S401"
17165929215SGreg Kroah-Hartman	depends on I2C
172a412ae3fSDarrick J. Wong	help
173a412ae3fSDarrick J. Wong	  If you say yes here you get support for the Integrated Circuits
174a412ae3fSDarrick J. Wong	  ICS932S401 clock control chips.
175a412ae3fSDarrick J. Wong
176a412ae3fSDarrick J. Wong	  This driver can also be built as a module. If so, the module
177a412ae3fSDarrick J. Wong	  will be called ics932s401.
178a412ae3fSDarrick J. Wong
179eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
180eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
1813a92a661SCorentin Labbe	depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST)
182eb1f2930SHans-Christian Egtvedt	---help---
183692105b8SMatt LaPlante	  This option enables device driver support for Atmel Synchronized
184eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
185eb1f2930SHans-Christian Egtvedt
186eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
187eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
188eb1f2930SHans-Christian Egtvedt
189eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
190eb1f2930SHans-Christian Egtvedt
191d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
192d569d5bbSJames Bottomley	tristate "Enclosure Services"
193d569d5bbSJames Bottomley	help
194d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
195d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
196d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
197d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
198d569d5bbSJames Bottomley
19945d9ca49SDean Nelsonconfig SGI_XP
20045d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
2013b0de7b3SDean Nelson	depends on NET
20203b48632SNick Piggin	depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
20345d9ca49SDean Nelson	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
20445d9ca49SDean Nelson	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
2051bc4faa5SRobin Holt	select SGI_GRU if X86_64 && SMP
20645d9ca49SDean Nelson	---help---
20745d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
20845d9ca49SDean Nelson	  Images which act independently of each other and have
20945d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
21045d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
21145d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
21245d9ca49SDean Nelson
21382dca611SAndres Salomonconfig CS5535_MFGPT
21482dca611SAndres Salomon	tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
2150f78a11eSJean Delvare	depends on MFD_CS5535
21682dca611SAndres Salomon	help
21782dca611SAndres Salomon	  This driver provides access to MFGPT functionality for other
21882dca611SAndres Salomon	  drivers that need timers.  MFGPTs are available in the CS5535 and
21982dca611SAndres Salomon	  CS5536 companion chips that are found in AMD Geode and several
22082dca611SAndres Salomon	  other platforms.  They have a better resolution and max interval
22182dca611SAndres Salomon	  than the generic PIT, and are suitable for use as high-res timers.
22282dca611SAndres Salomon	  You probably don't want to enable this manually; other drivers that
22382dca611SAndres Salomon	  make use of it should enable it.
22482dca611SAndres Salomon
22582dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ
22682dca611SAndres Salomon	int
2272bf212b9SGeert Uytterhoeven	depends on CS5535_MFGPT
22882dca611SAndres Salomon	default 7
22982dca611SAndres Salomon	help
23082dca611SAndres Salomon	  MFGPTs on the CS5535 require an interrupt.  The selected IRQ
23182dca611SAndres Salomon	  can be overridden as a module option as well as by driver that
23282dca611SAndres Salomon	  use the cs5535_mfgpt_ API; however, different architectures might
23382dca611SAndres Salomon	  want to use a different IRQ by default.  This is here for
23482dca611SAndres Salomon	  architectures to set as necessary.
23582dca611SAndres Salomon
2369c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC
2379c8f05c2SRandy Dunlap	tristate "CS5535/CS5536 high-res timer (MFGPT) events"
238592913ecSJohn Stultz	depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
2399c8f05c2SRandy Dunlap	help
2409c8f05c2SRandy Dunlap	  This driver provides a clock event source based on the MFGPT
2419c8f05c2SRandy Dunlap	  timer(s) in the CS5535 and CS5536 companion chips.
2429c8f05c2SRandy Dunlap	  MFGPTs have a better resolution and max interval than the
2439c8f05c2SRandy Dunlap	  generic PIT, and are suitable for use as high-res timers.
2449c8f05c2SRandy Dunlap
24589bcb05dSDavid Altobelliconfig HP_ILO
2461ce873abSdann frazier	tristate "Channel interface driver for the HP iLO processor"
247f38954c9SAndrew Morton	depends on PCI
24889bcb05dSDavid Altobelli	help
24989bcb05dSDavid Altobelli	  The channel interface driver allows applications to communicate
2501ce873abSdann frazier	  with iLO management processors present on HP ProLiant servers.
2511ce873abSdann frazier	  Upon loading, the driver creates /dev/hpilo/dXccbN files, which
2521ce873abSdann frazier	  can be used to gather data from the management processor, via
2531ce873abSdann frazier	  read and write system calls.
25489bcb05dSDavid Altobelli
25589bcb05dSDavid Altobelli	  To compile this driver as a module, choose M here: the
25689bcb05dSDavid Altobelli	  module will be called hpilo.
25789bcb05dSDavid Altobelli
2581f26d1c1STim Birdconfig QCOM_COINCELL
2591f26d1c1STim Bird	tristate "Qualcomm coincell charger support"
2601f26d1c1STim Bird	depends on MFD_SPMI_PMIC || COMPILE_TEST
2611f26d1c1STim Bird	help
2621f26d1c1STim Bird	  This driver supports the coincell block found inside of
2631f26d1c1STim Bird	  Qualcomm PMICs.  The coincell charger provides a means to
2641f26d1c1STim Bird	  charge a coincell battery or backup capacitor which is used
2651f26d1c1STim Bird	  to maintain PMIC register and RTC state in the absence of
2661f26d1c1STim Bird	  external power.
2671f26d1c1STim Bird
268f6f9279fSSrinivas Kandagatlaconfig QCOM_FASTRPC
269f6f9279fSSrinivas Kandagatla	tristate "Qualcomm FastRPC"
270f6f9279fSSrinivas Kandagatla	depends on ARCH_QCOM || COMPILE_TEST
271f6f9279fSSrinivas Kandagatla	depends on RPMSG
272c0fae22fSSrinivas Kandagatla	select DMA_SHARED_BUFFER
273f6f9279fSSrinivas Kandagatla	help
274f6f9279fSSrinivas Kandagatla	  Provides a communication mechanism that allows for clients to
275f6f9279fSSrinivas Kandagatla	  make remote method invocations across processor boundary to
276f6f9279fSSrinivas Kandagatla	  applications DSP processor. Say M if you want to enable this
277f6f9279fSSrinivas Kandagatla	  module.
278f6f9279fSSrinivas Kandagatla
2793d919e5fSJack Steinerconfig SGI_GRU
2803d919e5fSJack Steiner	tristate "SGI GRU driver"
2811bc4faa5SRobin Holt	depends on X86_UV && SMP
2823d919e5fSJack Steiner	select MMU_NOTIFIER
2833d919e5fSJack Steiner	---help---
2843d919e5fSJack Steiner	The GRU is a hardware resource located in the system chipset. The GRU
2853d919e5fSJack Steiner	contains memory that can be mmapped into the user address space. This memory is
2863d919e5fSJack Steiner	used to communicate with the GRU to perform functions such as load/store,
2873d919e5fSJack Steiner	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
2883d919e5fSJack Steiner	instructions using user virtual addresses. GRU instructions (ex., bcopy) use
2893d919e5fSJack Steiner	user virtual addresses for operands.
2903d919e5fSJack Steiner
2913d919e5fSJack Steiner	If you are not running on a SGI UV system, say N.
2923d919e5fSJack Steiner
2933d919e5fSJack Steinerconfig SGI_GRU_DEBUG
2943d919e5fSJack Steiner	bool  "SGI GRU driver debug"
2953d919e5fSJack Steiner	depends on SGI_GRU
2963d919e5fSJack Steiner	---help---
297a82cb8b9SGeert Uytterhoeven	This option enables additional debugging code for the SGI GRU driver.
298a82cb8b9SGeert Uytterhoeven	If you are unsure, say N.
2993d919e5fSJack Steiner
30022d96aa5Sananthaconfig APDS9802ALS
30122d96aa5Sanantha	tristate "Medfield Avago APDS9802 ALS Sensor module"
30222d96aa5Sanantha	depends on I2C
30322d96aa5Sanantha	help
30422d96aa5Sanantha	  If you say yes here you get support for the ALS APDS9802 ambient
30522d96aa5Sanantha	  light sensor.
30622d96aa5Sanantha
30722d96aa5Sanantha	  This driver can also be built as a module.  If so, the module
30822d96aa5Sanantha	  will be called apds9802als.
30922d96aa5Sanantha
3103cdbbeebSDaniel Mackconfig ISL29003
3113cdbbeebSDaniel Mack	tristate "Intersil ISL29003 ambient light sensor"
3123cdbbeebSDaniel Mack	depends on I2C && SYSFS
3133cdbbeebSDaniel Mack	help
3143cdbbeebSDaniel Mack	  If you say yes here you get support for the Intersil ISL29003
3153cdbbeebSDaniel Mack	  ambient light sensor.
3163cdbbeebSDaniel Mack
3173cdbbeebSDaniel Mack	  This driver can also be built as a module.  If so, the module
3183cdbbeebSDaniel Mack	  will be called isl29003.
3193cdbbeebSDaniel Mack
3202e85c4ddSKalhan Trisalconfig ISL29020
3212e85c4ddSKalhan Trisal	tristate "Intersil ISL29020 ambient light sensor"
3222e85c4ddSKalhan Trisal	depends on I2C
3232e85c4ddSKalhan Trisal	help
3242e85c4ddSKalhan Trisal	  If you say yes here you get support for the Intersil ISL29020
3252e85c4ddSKalhan Trisal	  ambient light sensor.
3262e85c4ddSKalhan Trisal
3272e85c4ddSKalhan Trisal	  This driver can also be built as a module.  If so, the module
3282e85c4ddSKalhan Trisal	  will be called isl29020.
3292e85c4ddSKalhan Trisal
3306a9bccedSJean Delvareconfig SENSORS_TSL2550
3316a9bccedSJean Delvare	tristate "Taos TSL2550 ambient light sensor"
3326a9bccedSJean Delvare	depends on I2C && SYSFS
3336a9bccedSJean Delvare	help
3346a9bccedSJean Delvare	  If you say yes here you get support for the Taos TSL2550
3356a9bccedSJean Delvare	  ambient light sensor.
3366a9bccedSJean Delvare
3376a9bccedSJean Delvare	  This driver can also be built as a module.  If so, the module
3386a9bccedSJean Delvare	  will be called tsl2550.
3396a9bccedSJean Delvare
340190420abSSamu Onkaloconfig SENSORS_BH1770
341190420abSSamu Onkalo         tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
342190420abSSamu Onkalo         depends on I2C
343190420abSSamu Onkalo         ---help---
344190420abSSamu Onkalo           Say Y here if you want to build a driver for BH1770GLC (ROHM) or
345190420abSSamu Onkalo	   SFH7770 (Osram) combined ambient light and proximity sensor chip.
346190420abSSamu Onkalo
347190420abSSamu Onkalo           To compile this driver as a module, choose M here: the
348190420abSSamu Onkalo           module will be called bh1770glc. If unsure, say N here.
349190420abSSamu Onkalo
35092b1f84dSSamu Onkaloconfig SENSORS_APDS990X
35192b1f84dSSamu Onkalo	 tristate "APDS990X combined als and proximity sensors"
35292b1f84dSSamu Onkalo	 depends on I2C
35392b1f84dSSamu Onkalo	 ---help---
35492b1f84dSSamu Onkalo	   Say Y here if you want to build a driver for Avago APDS990x
35592b1f84dSSamu Onkalo	   combined ambient light and proximity sensor chip.
35692b1f84dSSamu Onkalo
35792b1f84dSSamu Onkalo	   To compile this driver as a module, choose M here: the
35892b1f84dSSamu Onkalo	   module will be called apds990x. If unsure, say N here.
35992b1f84dSSamu Onkalo
360cfa3b24cSKalhan Trisalconfig HMC6352
361cfa3b24cSKalhan Trisal	tristate "Honeywell HMC6352 compass"
362cfa3b24cSKalhan Trisal	depends on I2C
363cfa3b24cSKalhan Trisal	help
364cfa3b24cSKalhan Trisal	  This driver provides support for the Honeywell HMC6352 compass,
365cfa3b24cSKalhan Trisal	  providing configuration and heading data via sysfs.
366cfa3b24cSKalhan Trisal
367dddc66ffSWolfram Sangconfig DS1682
368dddc66ffSWolfram Sang	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
36965929215SGreg Kroah-Hartman	depends on I2C
370dddc66ffSWolfram Sang	help
371dddc66ffSWolfram Sang	  If you say yes here you get support for Dallas Semiconductor
372dddc66ffSWolfram Sang	  DS1682 Total Elapsed Time Recorder.
373dddc66ffSWolfram Sang
374dddc66ffSWolfram Sang	  This driver can also be built as a module.  If so, the module
375dddc66ffSWolfram Sang	  will be called ds1682.
376dddc66ffSWolfram Sang
377b9500546SPratyush Anandconfig SPEAR13XX_PCIE_GADGET
378b9500546SPratyush Anand	bool "PCIe gadget support for SPEAr13XX platform"
37998097858SArnd Bergmann	depends on ARCH_SPEAR13XX && BROKEN
380b9500546SPratyush Anand	help
381b9500546SPratyush Anand	 This option enables gadget support for PCIe controller. If
382b9500546SPratyush Anand	 board file defines any controller as PCIe endpoint then a sysfs
383b9500546SPratyush Anand	 entry will be created for that controller. User can use these
384b9500546SPratyush Anand	 sysfs node to configure PCIe EP as per his requirements.
385b9500546SPratyush Anand
386453dc659SDmitry Torokhovconfig VMWARE_BALLOON
387453dc659SDmitry Torokhov	tristate "VMware Balloon Driver"
38848e3d668SPhilip P. Moltmann	depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST
389*83a8afa7SNadav Amit	select MEMORY_BALLOON
390453dc659SDmitry Torokhov	help
391453dc659SDmitry Torokhov	  This is VMware physical memory management driver which acts
392453dc659SDmitry Torokhov	  like a "balloon" that can be inflated to reclaim physical pages
393453dc659SDmitry Torokhov	  by reserving them in the guest and invalidating them in the
394453dc659SDmitry Torokhov	  monitor, freeing up the underlying machine pages so they can
395453dc659SDmitry Torokhov	  be allocated to other guests. The balloon can also be deflated
396453dc659SDmitry Torokhov	  to allow the guest to use more physical memory.
397453dc659SDmitry Torokhov
398453dc659SDmitry Torokhov	  If unsure, say N.
399453dc659SDmitry Torokhov
400453dc659SDmitry Torokhov	  To compile this driver as a module, choose M here: the
401d544b7a4SDmitry Torokhov	  module will be called vmw_balloon.
402453dc659SDmitry Torokhov
403cf4ece53SMasayuki Ohtakconfig PCH_PHUB
404584ad00cSTomoya MORINAGA	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
4054cd5773aSAndy Shevchenko	select GENERIC_NET_UTILS
40646fd8c34SPaul Burton	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
407cf4ece53SMasayuki Ohtak	help
408cf4ece53SMasayuki Ohtak	  This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
409cf4ece53SMasayuki Ohtak	  Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
410cf4ece53SMasayuki Ohtak	  processor. The Topcliff has MAC address and Option ROM data in SROM.
411cf4ece53SMasayuki Ohtak	  This driver can access MAC address and Option ROM data in SROM.
412cf4ece53SMasayuki Ohtak
413584ad00cSTomoya MORINAGA	  This driver also can be used for LAPIS Semiconductor's IOH,
414584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831.
415584ad00cSTomoya MORINAGA	  ML7213 which is for IVI(In-Vehicle Infotainment) use.
416584ad00cSTomoya MORINAGA	  ML7223 IOH is for MP(Media Phone) use.
417584ad00cSTomoya MORINAGA	  ML7831 IOH is for general purpose use.
418584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
419584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
420c47dda7dSTomoya MORINAGA
421cf4ece53SMasayuki Ohtak	  To compile this driver as a module, choose M here: the module will
422cf4ece53SMasayuki Ohtak	  be called pch_phub.
423cf4ece53SMasayuki Ohtak
424a1bb73d7SDonggeun Kimconfig USB_SWITCH_FSA9480
425a1bb73d7SDonggeun Kim	tristate "FSA9480 USB Switch"
426a1bb73d7SDonggeun Kim	depends on I2C
427a1bb73d7SDonggeun Kim	help
428a1bb73d7SDonggeun Kim	  The FSA9480 is a USB port accessory detector and switch.
429a1bb73d7SDonggeun Kim	  The FSA9480 is fully controlled using I2C and enables USB data,
430a1bb73d7SDonggeun Kim	  stereo and mono audio, video, microphone and UART data to use
431a1bb73d7SDonggeun Kim	  a common connector port.
432a1bb73d7SDonggeun Kim
433781551dfSStefan Roeseconfig LATTICE_ECP3_CONFIG
434781551dfSStefan Roese	tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
435781551dfSStefan Roese	depends on SPI && SYSFS
436781551dfSStefan Roese	select FW_LOADER
437781551dfSStefan Roese	default	n
438781551dfSStefan Roese	help
439781551dfSStefan Roese	  This option enables support for bitstream configuration (programming
440781551dfSStefan Roese	  or loading) of the Lattice ECP3 FPGA family via SPI.
441781551dfSStefan Roese
442781551dfSStefan Roese	  If unsure, say N.
443781551dfSStefan Roese
4444984c6f5SPhilipp Zabelconfig SRAM
4454984c6f5SPhilipp Zabel	bool "Generic on-chip SRAM driver"
4464984c6f5SPhilipp Zabel	depends on HAS_IOMEM
4474984c6f5SPhilipp Zabel	select GENERIC_ALLOCATOR
44837afff0dSDave Gerlach	select SRAM_EXEC if ARM
4494984c6f5SPhilipp Zabel	help
4504984c6f5SPhilipp Zabel	  This driver allows you to declare a memory region to be managed by
4514984c6f5SPhilipp Zabel	  the genalloc API. It is supposed to be used for small on-chip SRAM
4524984c6f5SPhilipp Zabel	  areas found on many SoCs.
4534984c6f5SPhilipp Zabel
45437afff0dSDave Gerlachconfig SRAM_EXEC
45537afff0dSDave Gerlach	bool
45637afff0dSDave Gerlach
457974cc7b9SPawel Mollconfig VEXPRESS_SYSCFG
458974cc7b9SPawel Moll	bool "Versatile Express System Configuration driver"
459974cc7b9SPawel Moll	depends on VEXPRESS_CONFIG
460974cc7b9SPawel Moll	default y
461974cc7b9SPawel Moll	help
462974cc7b9SPawel Moll	  ARM Ltd. Versatile Express uses specialised platform configuration
463974cc7b9SPawel Moll	  bus. System Configuration interface is one of the possible means
464974cc7b9SPawel Moll	  of generating transactions on this bus.
465e1ef962bSMiguel Bernal Marin
4662c156ac7SKishon Vijay Abraham Iconfig PCI_ENDPOINT_TEST
4672c156ac7SKishon Vijay Abraham I	depends on PCI
468a20cfc1cSTobias Regnery	select CRC32
4692c156ac7SKishon Vijay Abraham I	tristate "PCI Endpoint Test driver"
4702c156ac7SKishon Vijay Abraham I	---help---
4712c156ac7SKishon Vijay Abraham I           Enable this configuration option to enable the host side test driver
4722c156ac7SKishon Vijay Abraham I           for PCI Endpoint.
4732c156ac7SKishon Vijay Abraham I
474e455b69dSRui Fengconfig MISC_RTSX
475e455b69dSRui Feng	tristate
476e455b69dSRui Feng	default MISC_RTSX_PCI || MISC_RTSX_USB
477e455b69dSRui Feng
478fcb418cdSPeng Haoconfig PVPANIC
479fcb418cdSPeng Hao	tristate "pvpanic device support"
480eb30abeeSPeng Hao	depends on HAS_IOMEM && (ACPI || OF)
481fcb418cdSPeng Hao	help
482fcb418cdSPeng Hao	  This driver provides support for the pvpanic device.  pvpanic is
483fcb418cdSPeng Hao	  a paravirtualized device provided by QEMU; it lets a virtual machine
484fcb418cdSPeng Hao	  (guest) communicate panic events to the host.
485fcb418cdSPeng Hao
4864e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig"
4875195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig"
4885f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig"
4892bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig"
490ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig"
491cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig"
492ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig"
49320259849SGeorge Zhangsource "drivers/misc/vmw_vmci/Kconfig"
494b170d8ceSSudeep Duttsource "drivers/misc/mic/Kconfig"
49576f5adbcSFrank Haverkampsource "drivers/misc/genwqe/Kconfig"
4966e2055a9SGreg Kroah-Hartmansource "drivers/misc/echo/Kconfig"
49710542ca0SIan Munsiesource "drivers/misc/cxl/Kconfig"
498b97f0224SFrederic Barratsource "drivers/misc/ocxl/Kconfig"
499e455b69dSRui Fengsource "drivers/misc/cardreader/Kconfig"
500c4d66343SOded Gabbaysource "drivers/misc/habanalabs/Kconfig"
5017c5763b8SFabio Estevamendmenu
502