xref: /openbmc/linux/drivers/misc/Kconfig (revision c4d66343)
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	default n
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
624d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC
634d243f92SDavid Brownell	bool "TC Block Clocksource"
64592913ecSJohn Stultz	depends on ATMEL_TCLIB
654d243f92SDavid Brownell	default y
664d243f92SDavid Brownell	help
674d243f92SDavid Brownell	  Select this to get a high precision clocksource based on a
684d243f92SDavid Brownell	  TC block with a 5+ MHz base clock rate.  Two timer channels
694d243f92SDavid Brownell	  are combined to make a single 32-bit timer.
704d243f92SDavid Brownell
714d243f92SDavid Brownell	  When GENERIC_CLOCKEVENTS is defined, the third timer channel
724d243f92SDavid Brownell	  may be used as a clock event device supporting oneshot mode
734d243f92SDavid Brownell	  (delays of up to two seconds) based on the 32 KiHz clock.
744d243f92SDavid Brownell
754d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC_BLOCK
764d243f92SDavid Brownell	int
774d243f92SDavid Brownell	depends on ATMEL_TCB_CLKSRC
784d243f92SDavid Brownell	default 0
794d243f92SDavid Brownell	range 0 1
804d243f92SDavid Brownell	help
814d243f92SDavid Brownell	  Some chips provide more than one TC block, so you have the
824d243f92SDavid Brownell	  choice of which one to use for the clock framework.  The other
834d243f92SDavid Brownell	  TC can be used for other purposes, such as PWM generation and
844d243f92SDavid Brownell	  interval timing.
854d243f92SDavid Brownell
8654f69b92SJiri Kosinaconfig DUMMY_IRQ
8754f69b92SJiri Kosina	tristate "Dummy IRQ handler"
8854f69b92SJiri Kosina	default n
8954f69b92SJiri Kosina	---help---
9054f69b92SJiri Kosina	  This module accepts a single 'irq' parameter, which it should register for.
9154f69b92SJiri Kosina	  The sole purpose of this module is to help with debugging of systems on
9254f69b92SJiri Kosina	  which spurious IRQs would happen on disabled IRQ vector.
9354f69b92SJiri Kosina
941da177e4SLinus Torvaldsconfig IBM_ASM
951da177e4SLinus Torvalds	tristate "Device driver for IBM RSA service processor"
9665929215SGreg Kroah-Hartman	depends on X86 && PCI && INPUT
9775339d82SRandy Dunlap	depends on SERIAL_8250 || SERIAL_8250=n
981da177e4SLinus Torvalds	---help---
991da177e4SLinus Torvalds	  This option enables device driver support for in-band access to the
1001da177e4SLinus Torvalds	  IBM RSA (Condor) service processor in eServer xSeries systems.
1011da177e4SLinus Torvalds	  The ibmasm device driver allows user space application to access
1021da177e4SLinus Torvalds	  ASM (Advanced Systems Management) functions on the service
1031da177e4SLinus Torvalds	  processor. The driver is meant to be used in conjunction with
1041da177e4SLinus Torvalds	  a user space API.
1051da177e4SLinus Torvalds	  The ibmasm driver also enables the OS to use the UART on the
1061da177e4SLinus Torvalds	  service processor board as a regular serial port. To make use of
1071da177e4SLinus Torvalds	  this feature serial driver support (CONFIG_SERIAL_8250) must be
1081da177e4SLinus Torvalds	  enabled.
1091da177e4SLinus Torvalds
1101da177e4SLinus Torvalds	  WARNING: This software may not be supported or function
1111da177e4SLinus Torvalds	  correctly on your IBM server. Please consult the IBM ServerProven
112631dd1a8SJustin P. Mattock	  website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
113631dd1a8SJustin P. Mattock	  for information on the specific driver level and support statement
1141da177e4SLinus Torvalds	  for your IBM server.
1151da177e4SLinus Torvalds
1160eca353eSBryant G. Lyconfig IBMVMC
1170eca353eSBryant G. Ly	tristate "IBM Virtual Management Channel support"
1180eca353eSBryant G. Ly	depends on PPC_PSERIES
1190eca353eSBryant G. Ly	help
1200eca353eSBryant G. Ly	  This is the IBM POWER Virtual Management Channel
1210eca353eSBryant G. Ly
1220eca353eSBryant G. Ly	  This driver is to be used for the POWER Virtual
1230eca353eSBryant G. Ly	  Management Channel virtual adapter on the PowerVM
1240eca353eSBryant G. Ly	  platform. It provides both request/response and
1250eca353eSBryant G. Ly	  async message support through the /dev/ibmvmc node.
1260eca353eSBryant G. Ly
1270eca353eSBryant G. Ly	  To compile this driver as a module, choose M here: the
1280eca353eSBryant G. Ly	  module will be called ibmvmc.
1290eca353eSBryant G. Ly
130cef2cf07SJiri Slabyconfig PHANTOM
131ec905a18SJiri Slaby	tristate "Sensable PHANToM (PCI)"
132cef2cf07SJiri Slaby	depends on PCI
133cef2cf07SJiri Slaby	help
134cef2cf07SJiri Slaby	  Say Y here if you want to build a driver for Sensable PHANToM device.
135cef2cf07SJiri Slaby
136ec905a18SJiri Slaby	  This driver is only for PCI PHANToMs.
137ec905a18SJiri Slaby
138cef2cf07SJiri Slaby	  If you choose to build module, its name will be phantom. If unsure,
139cef2cf07SJiri Slaby	  say N here.
140cef2cf07SJiri Slaby
1410b61d2acSJ Freyenseeconfig INTEL_MID_PTI
1420b61d2acSJ Freyensee	tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard"
1434bb16672SJiri Slaby	depends on PCI && TTY && (X86_INTEL_MID || COMPILE_TEST)
1440b61d2acSJ Freyensee	default n
1450b61d2acSJ Freyensee	help
1460b61d2acSJ Freyensee	  The PTI (Parallel Trace Interface) driver directs
1470b61d2acSJ Freyensee	  trace data routed from various parts in the system out
1480b61d2acSJ Freyensee	  through an Intel Penwell PTI port and out of the mobile
1490b61d2acSJ Freyensee	  device for analysis with a debugging tool (Lauterbach or Fido).
1500b61d2acSJ Freyensee
1510b61d2acSJ Freyensee	  You should select this driver if the target kernel is meant for
1520b61d2acSJ Freyensee	  an Intel Atom (non-netbook) mobile device containing a MIPI
1530b61d2acSJ Freyensee	  P1149.7 standard implementation.
1540b61d2acSJ Freyensee
15559f14800SBrent Casavantconfig SGI_IOC4
15659f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
157aa6c2e62SAl Viro	depends on PCI
15859f14800SBrent Casavant	---help---
15959f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
16059f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
16159f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
16259f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
16359f14800SBrent Casavant
16459f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
16559f14800SBrent Casavant	  Otherwise say N.
16659f14800SBrent Casavant
167f9565129SAlex Dubovconfig TIFM_CORE
16865929215SGreg Kroah-Hartman	tristate "TI Flash Media interface support"
16965929215SGreg Kroah-Hartman	depends on PCI
170f9565129SAlex Dubov	help
171f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
172f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
173f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
174f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
175f9565129SAlex Dubov	  example.
176f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
177f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
178f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1791da177e4SLinus Torvalds
180f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
181f9565129SAlex Dubov	  be called tifm_core.
182f9565129SAlex Dubov
183f9565129SAlex Dubovconfig TIFM_7XX1
18465929215SGreg Kroah-Hartman	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support"
18565929215SGreg Kroah-Hartman	depends on PCI && TIFM_CORE
186f9565129SAlex Dubov	default TIFM_CORE
187f9565129SAlex Dubov	help
188f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
189f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
190f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
191f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
192f9565129SAlex Dubov
193f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
194f9565129SAlex Dubov	  be called tifm_7xx1.
195f9565129SAlex Dubov
196a412ae3fSDarrick J. Wongconfig ICS932S401
197a412ae3fSDarrick J. Wong	tristate "Integrated Circuits ICS932S401"
19865929215SGreg Kroah-Hartman	depends on I2C
199a412ae3fSDarrick J. Wong	help
200a412ae3fSDarrick J. Wong	  If you say yes here you get support for the Integrated Circuits
201a412ae3fSDarrick J. Wong	  ICS932S401 clock control chips.
202a412ae3fSDarrick J. Wong
203a412ae3fSDarrick J. Wong	  This driver can also be built as a module. If so, the module
204a412ae3fSDarrick J. Wong	  will be called ics932s401.
205a412ae3fSDarrick J. Wong
206eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
207eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
2083a92a661SCorentin Labbe	depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST)
209eb1f2930SHans-Christian Egtvedt	---help---
210692105b8SMatt LaPlante	  This option enables device driver support for Atmel Synchronized
211eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
212eb1f2930SHans-Christian Egtvedt
213eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
214eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
215eb1f2930SHans-Christian Egtvedt
216eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
217eb1f2930SHans-Christian Egtvedt
218d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
219d569d5bbSJames Bottomley	tristate "Enclosure Services"
220d569d5bbSJames Bottomley	default n
221d569d5bbSJames Bottomley	help
222d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
223d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
224d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
225d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
226d569d5bbSJames Bottomley
22745d9ca49SDean Nelsonconfig SGI_XP
22845d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
2293b0de7b3SDean Nelson	depends on NET
23003b48632SNick Piggin	depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
23145d9ca49SDean Nelson	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
23245d9ca49SDean Nelson	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
2331bc4faa5SRobin Holt	select SGI_GRU if X86_64 && SMP
23445d9ca49SDean Nelson	---help---
23545d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
23645d9ca49SDean Nelson	  Images which act independently of each other and have
23745d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
23845d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
23945d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
24045d9ca49SDean Nelson
24182dca611SAndres Salomonconfig CS5535_MFGPT
24282dca611SAndres Salomon	tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
2430f78a11eSJean Delvare	depends on MFD_CS5535
24482dca611SAndres Salomon	default n
24582dca611SAndres Salomon	help
24682dca611SAndres Salomon	  This driver provides access to MFGPT functionality for other
24782dca611SAndres Salomon	  drivers that need timers.  MFGPTs are available in the CS5535 and
24882dca611SAndres Salomon	  CS5536 companion chips that are found in AMD Geode and several
24982dca611SAndres Salomon	  other platforms.  They have a better resolution and max interval
25082dca611SAndres Salomon	  than the generic PIT, and are suitable for use as high-res timers.
25182dca611SAndres Salomon	  You probably don't want to enable this manually; other drivers that
25282dca611SAndres Salomon	  make use of it should enable it.
25382dca611SAndres Salomon
25482dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ
25582dca611SAndres Salomon	int
2562bf212b9SGeert Uytterhoeven	depends on CS5535_MFGPT
25782dca611SAndres Salomon	default 7
25882dca611SAndres Salomon	help
25982dca611SAndres Salomon	  MFGPTs on the CS5535 require an interrupt.  The selected IRQ
26082dca611SAndres Salomon	  can be overridden as a module option as well as by driver that
26182dca611SAndres Salomon	  use the cs5535_mfgpt_ API; however, different architectures might
26282dca611SAndres Salomon	  want to use a different IRQ by default.  This is here for
26382dca611SAndres Salomon	  architectures to set as necessary.
26482dca611SAndres Salomon
2659c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC
2669c8f05c2SRandy Dunlap	tristate "CS5535/CS5536 high-res timer (MFGPT) events"
267592913ecSJohn Stultz	depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
2689c8f05c2SRandy Dunlap	help
2699c8f05c2SRandy Dunlap	  This driver provides a clock event source based on the MFGPT
2709c8f05c2SRandy Dunlap	  timer(s) in the CS5535 and CS5536 companion chips.
2719c8f05c2SRandy Dunlap	  MFGPTs have a better resolution and max interval than the
2729c8f05c2SRandy Dunlap	  generic PIT, and are suitable for use as high-res timers.
2739c8f05c2SRandy Dunlap
27489bcb05dSDavid Altobelliconfig HP_ILO
2751ce873abSdann frazier	tristate "Channel interface driver for the HP iLO processor"
276f38954c9SAndrew Morton	depends on PCI
27789bcb05dSDavid Altobelli	default n
27889bcb05dSDavid Altobelli	help
27989bcb05dSDavid Altobelli	  The channel interface driver allows applications to communicate
2801ce873abSdann frazier	  with iLO management processors present on HP ProLiant servers.
2811ce873abSdann frazier	  Upon loading, the driver creates /dev/hpilo/dXccbN files, which
2821ce873abSdann frazier	  can be used to gather data from the management processor, via
2831ce873abSdann frazier	  read and write system calls.
28489bcb05dSDavid Altobelli
28589bcb05dSDavid Altobelli	  To compile this driver as a module, choose M here: the
28689bcb05dSDavid Altobelli	  module will be called hpilo.
28789bcb05dSDavid Altobelli
2881f26d1c1STim Birdconfig QCOM_COINCELL
2891f26d1c1STim Bird	tristate "Qualcomm coincell charger support"
2901f26d1c1STim Bird	depends on MFD_SPMI_PMIC || COMPILE_TEST
2911f26d1c1STim Bird	help
2921f26d1c1STim Bird	  This driver supports the coincell block found inside of
2931f26d1c1STim Bird	  Qualcomm PMICs.  The coincell charger provides a means to
2941f26d1c1STim Bird	  charge a coincell battery or backup capacitor which is used
2951f26d1c1STim Bird	  to maintain PMIC register and RTC state in the absence of
2961f26d1c1STim Bird	  external power.
2971f26d1c1STim Bird
298f6f9279fSSrinivas Kandagatlaconfig QCOM_FASTRPC
299f6f9279fSSrinivas Kandagatla	tristate "Qualcomm FastRPC"
300f6f9279fSSrinivas Kandagatla	depends on ARCH_QCOM || COMPILE_TEST
301f6f9279fSSrinivas Kandagatla	depends on RPMSG
302f6f9279fSSrinivas Kandagatla	help
303f6f9279fSSrinivas Kandagatla	  Provides a communication mechanism that allows for clients to
304f6f9279fSSrinivas Kandagatla	  make remote method invocations across processor boundary to
305f6f9279fSSrinivas Kandagatla	  applications DSP processor. Say M if you want to enable this
306f6f9279fSSrinivas Kandagatla	  module.
307f6f9279fSSrinivas Kandagatla
3083d919e5fSJack Steinerconfig SGI_GRU
3093d919e5fSJack Steiner	tristate "SGI GRU driver"
3101bc4faa5SRobin Holt	depends on X86_UV && SMP
3113d919e5fSJack Steiner	default n
3123d919e5fSJack Steiner	select MMU_NOTIFIER
3133d919e5fSJack Steiner	---help---
3143d919e5fSJack Steiner	The GRU is a hardware resource located in the system chipset. The GRU
3153d919e5fSJack Steiner	contains memory that can be mmapped into the user address space. This memory is
3163d919e5fSJack Steiner	used to communicate with the GRU to perform functions such as load/store,
3173d919e5fSJack Steiner	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
3183d919e5fSJack Steiner	instructions using user virtual addresses. GRU instructions (ex., bcopy) use
3193d919e5fSJack Steiner	user virtual addresses for operands.
3203d919e5fSJack Steiner
3213d919e5fSJack Steiner	If you are not running on a SGI UV system, say N.
3223d919e5fSJack Steiner
3233d919e5fSJack Steinerconfig SGI_GRU_DEBUG
3243d919e5fSJack Steiner	bool  "SGI GRU driver debug"
3253d919e5fSJack Steiner	depends on SGI_GRU
3263d919e5fSJack Steiner	default n
3273d919e5fSJack Steiner	---help---
328a82cb8b9SGeert Uytterhoeven	This option enables additional debugging code for the SGI GRU driver.
329a82cb8b9SGeert Uytterhoeven	If you are unsure, say N.
3303d919e5fSJack Steiner
33122d96aa5Sananthaconfig APDS9802ALS
33222d96aa5Sanantha	tristate "Medfield Avago APDS9802 ALS Sensor module"
33322d96aa5Sanantha	depends on I2C
33422d96aa5Sanantha	help
33522d96aa5Sanantha	  If you say yes here you get support for the ALS APDS9802 ambient
33622d96aa5Sanantha	  light sensor.
33722d96aa5Sanantha
33822d96aa5Sanantha	  This driver can also be built as a module.  If so, the module
33922d96aa5Sanantha	  will be called apds9802als.
34022d96aa5Sanantha
3413cdbbeebSDaniel Mackconfig ISL29003
3423cdbbeebSDaniel Mack	tristate "Intersil ISL29003 ambient light sensor"
3433cdbbeebSDaniel Mack	depends on I2C && SYSFS
3443cdbbeebSDaniel Mack	help
3453cdbbeebSDaniel Mack	  If you say yes here you get support for the Intersil ISL29003
3463cdbbeebSDaniel Mack	  ambient light sensor.
3473cdbbeebSDaniel Mack
3483cdbbeebSDaniel Mack	  This driver can also be built as a module.  If so, the module
3493cdbbeebSDaniel Mack	  will be called isl29003.
3503cdbbeebSDaniel Mack
3512e85c4ddSKalhan Trisalconfig ISL29020
3522e85c4ddSKalhan Trisal	tristate "Intersil ISL29020 ambient light sensor"
3532e85c4ddSKalhan Trisal	depends on I2C
3542e85c4ddSKalhan Trisal	help
3552e85c4ddSKalhan Trisal	  If you say yes here you get support for the Intersil ISL29020
3562e85c4ddSKalhan Trisal	  ambient light sensor.
3572e85c4ddSKalhan Trisal
3582e85c4ddSKalhan Trisal	  This driver can also be built as a module.  If so, the module
3592e85c4ddSKalhan Trisal	  will be called isl29020.
3602e85c4ddSKalhan Trisal
3616a9bccedSJean Delvareconfig SENSORS_TSL2550
3626a9bccedSJean Delvare	tristate "Taos TSL2550 ambient light sensor"
3636a9bccedSJean Delvare	depends on I2C && SYSFS
3646a9bccedSJean Delvare	help
3656a9bccedSJean Delvare	  If you say yes here you get support for the Taos TSL2550
3666a9bccedSJean Delvare	  ambient light sensor.
3676a9bccedSJean Delvare
3686a9bccedSJean Delvare	  This driver can also be built as a module.  If so, the module
3696a9bccedSJean Delvare	  will be called tsl2550.
3706a9bccedSJean Delvare
371190420abSSamu Onkaloconfig SENSORS_BH1770
372190420abSSamu Onkalo         tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
373190420abSSamu Onkalo         depends on I2C
374190420abSSamu Onkalo         ---help---
375190420abSSamu Onkalo           Say Y here if you want to build a driver for BH1770GLC (ROHM) or
376190420abSSamu Onkalo	   SFH7770 (Osram) combined ambient light and proximity sensor chip.
377190420abSSamu Onkalo
378190420abSSamu Onkalo           To compile this driver as a module, choose M here: the
379190420abSSamu Onkalo           module will be called bh1770glc. If unsure, say N here.
380190420abSSamu Onkalo
38192b1f84dSSamu Onkaloconfig SENSORS_APDS990X
38292b1f84dSSamu Onkalo	 tristate "APDS990X combined als and proximity sensors"
38392b1f84dSSamu Onkalo	 depends on I2C
38492b1f84dSSamu Onkalo	 default n
38592b1f84dSSamu Onkalo	 ---help---
38692b1f84dSSamu Onkalo	   Say Y here if you want to build a driver for Avago APDS990x
38792b1f84dSSamu Onkalo	   combined ambient light and proximity sensor chip.
38892b1f84dSSamu Onkalo
38992b1f84dSSamu Onkalo	   To compile this driver as a module, choose M here: the
39092b1f84dSSamu Onkalo	   module will be called apds990x. If unsure, say N here.
39192b1f84dSSamu Onkalo
392cfa3b24cSKalhan Trisalconfig HMC6352
393cfa3b24cSKalhan Trisal	tristate "Honeywell HMC6352 compass"
394cfa3b24cSKalhan Trisal	depends on I2C
395cfa3b24cSKalhan Trisal	help
396cfa3b24cSKalhan Trisal	  This driver provides support for the Honeywell HMC6352 compass,
397cfa3b24cSKalhan Trisal	  providing configuration and heading data via sysfs.
398cfa3b24cSKalhan Trisal
399dddc66ffSWolfram Sangconfig DS1682
400dddc66ffSWolfram Sang	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
40165929215SGreg Kroah-Hartman	depends on I2C
402dddc66ffSWolfram Sang	help
403dddc66ffSWolfram Sang	  If you say yes here you get support for Dallas Semiconductor
404dddc66ffSWolfram Sang	  DS1682 Total Elapsed Time Recorder.
405dddc66ffSWolfram Sang
406dddc66ffSWolfram Sang	  This driver can also be built as a module.  If so, the module
407dddc66ffSWolfram Sang	  will be called ds1682.
408dddc66ffSWolfram Sang
409b9500546SPratyush Anandconfig SPEAR13XX_PCIE_GADGET
410b9500546SPratyush Anand	bool "PCIe gadget support for SPEAr13XX platform"
41198097858SArnd Bergmann	depends on ARCH_SPEAR13XX && BROKEN
412b9500546SPratyush Anand	default n
413b9500546SPratyush Anand	help
414b9500546SPratyush Anand	 This option enables gadget support for PCIe controller. If
415b9500546SPratyush Anand	 board file defines any controller as PCIe endpoint then a sysfs
416b9500546SPratyush Anand	 entry will be created for that controller. User can use these
417b9500546SPratyush Anand	 sysfs node to configure PCIe EP as per his requirements.
418b9500546SPratyush Anand
419453dc659SDmitry Torokhovconfig VMWARE_BALLOON
420453dc659SDmitry Torokhov	tristate "VMware Balloon Driver"
42148e3d668SPhilip P. Moltmann	depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST
422453dc659SDmitry Torokhov	help
423453dc659SDmitry Torokhov	  This is VMware physical memory management driver which acts
424453dc659SDmitry Torokhov	  like a "balloon" that can be inflated to reclaim physical pages
425453dc659SDmitry Torokhov	  by reserving them in the guest and invalidating them in the
426453dc659SDmitry Torokhov	  monitor, freeing up the underlying machine pages so they can
427453dc659SDmitry Torokhov	  be allocated to other guests. The balloon can also be deflated
428453dc659SDmitry Torokhov	  to allow the guest to use more physical memory.
429453dc659SDmitry Torokhov
430453dc659SDmitry Torokhov	  If unsure, say N.
431453dc659SDmitry Torokhov
432453dc659SDmitry Torokhov	  To compile this driver as a module, choose M here: the
433d544b7a4SDmitry Torokhov	  module will be called vmw_balloon.
434453dc659SDmitry Torokhov
435cf4ece53SMasayuki Ohtakconfig PCH_PHUB
436584ad00cSTomoya MORINAGA	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
4374cd5773aSAndy Shevchenko	select GENERIC_NET_UTILS
43846fd8c34SPaul Burton	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
439cf4ece53SMasayuki Ohtak	help
440cf4ece53SMasayuki Ohtak	  This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
441cf4ece53SMasayuki Ohtak	  Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
442cf4ece53SMasayuki Ohtak	  processor. The Topcliff has MAC address and Option ROM data in SROM.
443cf4ece53SMasayuki Ohtak	  This driver can access MAC address and Option ROM data in SROM.
444cf4ece53SMasayuki Ohtak
445584ad00cSTomoya MORINAGA	  This driver also can be used for LAPIS Semiconductor's IOH,
446584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831.
447584ad00cSTomoya MORINAGA	  ML7213 which is for IVI(In-Vehicle Infotainment) use.
448584ad00cSTomoya MORINAGA	  ML7223 IOH is for MP(Media Phone) use.
449584ad00cSTomoya MORINAGA	  ML7831 IOH is for general purpose use.
450584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
451584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
452c47dda7dSTomoya MORINAGA
453cf4ece53SMasayuki Ohtak	  To compile this driver as a module, choose M here: the module will
454cf4ece53SMasayuki Ohtak	  be called pch_phub.
455cf4ece53SMasayuki Ohtak
456a1bb73d7SDonggeun Kimconfig USB_SWITCH_FSA9480
457a1bb73d7SDonggeun Kim	tristate "FSA9480 USB Switch"
458a1bb73d7SDonggeun Kim	depends on I2C
459a1bb73d7SDonggeun Kim	help
460a1bb73d7SDonggeun Kim	  The FSA9480 is a USB port accessory detector and switch.
461a1bb73d7SDonggeun Kim	  The FSA9480 is fully controlled using I2C and enables USB data,
462a1bb73d7SDonggeun Kim	  stereo and mono audio, video, microphone and UART data to use
463a1bb73d7SDonggeun Kim	  a common connector port.
464a1bb73d7SDonggeun Kim
465781551dfSStefan Roeseconfig LATTICE_ECP3_CONFIG
466781551dfSStefan Roese	tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
467781551dfSStefan Roese	depends on SPI && SYSFS
468781551dfSStefan Roese	select FW_LOADER
469781551dfSStefan Roese	default	n
470781551dfSStefan Roese	help
471781551dfSStefan Roese	  This option enables support for bitstream configuration (programming
472781551dfSStefan Roese	  or loading) of the Lattice ECP3 FPGA family via SPI.
473781551dfSStefan Roese
474781551dfSStefan Roese	  If unsure, say N.
475781551dfSStefan Roese
4764984c6f5SPhilipp Zabelconfig SRAM
4774984c6f5SPhilipp Zabel	bool "Generic on-chip SRAM driver"
4784984c6f5SPhilipp Zabel	depends on HAS_IOMEM
4794984c6f5SPhilipp Zabel	select GENERIC_ALLOCATOR
48037afff0dSDave Gerlach	select SRAM_EXEC if ARM
4814984c6f5SPhilipp Zabel	help
4824984c6f5SPhilipp Zabel	  This driver allows you to declare a memory region to be managed by
4834984c6f5SPhilipp Zabel	  the genalloc API. It is supposed to be used for small on-chip SRAM
4844984c6f5SPhilipp Zabel	  areas found on many SoCs.
4854984c6f5SPhilipp Zabel
48637afff0dSDave Gerlachconfig SRAM_EXEC
48737afff0dSDave Gerlach	bool
48837afff0dSDave Gerlach
489974cc7b9SPawel Mollconfig VEXPRESS_SYSCFG
490974cc7b9SPawel Moll	bool "Versatile Express System Configuration driver"
491974cc7b9SPawel Moll	depends on VEXPRESS_CONFIG
492974cc7b9SPawel Moll	default y
493974cc7b9SPawel Moll	help
494974cc7b9SPawel Moll	  ARM Ltd. Versatile Express uses specialised platform configuration
495974cc7b9SPawel Moll	  bus. System Configuration interface is one of the possible means
496974cc7b9SPawel Moll	  of generating transactions on this bus.
497e1ef962bSMiguel Bernal Marin
4986c4e9767SCyril Burconfig ASPEED_LPC_CTRL
4996c4e9767SCyril Bur	depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON
5006c4e9767SCyril Bur	tristate "Aspeed ast2400/2500 HOST LPC to BMC bridge control"
5016c4e9767SCyril Bur	---help---
5026c4e9767SCyril Bur	  Control Aspeed ast2400/2500 HOST LPC to BMC mappings through
5036c4e9767SCyril Bur	  ioctl()s, the driver also provides a read/write interface to a BMC ram
5046c4e9767SCyril Bur	  region where the host LPC read/write region can be buffered.
5056c4e9767SCyril Bur
5069f4f9ae8SRobert Lippertconfig ASPEED_LPC_SNOOP
5079f4f9ae8SRobert Lippert	tristate "Aspeed ast2500 HOST LPC snoop support"
5089f4f9ae8SRobert Lippert	depends on (ARCH_ASPEED || COMPILE_TEST) && REGMAP && MFD_SYSCON
5099f4f9ae8SRobert Lippert	help
5109f4f9ae8SRobert Lippert	  Provides a driver to control the LPC snoop interface which
5119f4f9ae8SRobert Lippert	  allows the BMC to listen on and save the data written by
5129f4f9ae8SRobert Lippert	  the host to an arbitrary LPC I/O port.
5139f4f9ae8SRobert Lippert
5142c156ac7SKishon Vijay Abraham Iconfig PCI_ENDPOINT_TEST
5152c156ac7SKishon Vijay Abraham I	depends on PCI
516a20cfc1cSTobias Regnery	select CRC32
5172c156ac7SKishon Vijay Abraham I	tristate "PCI Endpoint Test driver"
5182c156ac7SKishon Vijay Abraham I	---help---
5192c156ac7SKishon Vijay Abraham I           Enable this configuration option to enable the host side test driver
5202c156ac7SKishon Vijay Abraham I           for PCI Endpoint.
5212c156ac7SKishon Vijay Abraham I
522e455b69dSRui Fengconfig MISC_RTSX
523e455b69dSRui Feng	tristate
524e455b69dSRui Feng	default MISC_RTSX_PCI || MISC_RTSX_USB
525e455b69dSRui Feng
526fcb418cdSPeng Haoconfig PVPANIC
527fcb418cdSPeng Hao	tristate "pvpanic device support"
528eb30abeeSPeng Hao	depends on HAS_IOMEM && (ACPI || OF)
529fcb418cdSPeng Hao	help
530fcb418cdSPeng Hao	  This driver provides support for the pvpanic device.  pvpanic is
531fcb418cdSPeng Hao	  a paravirtualized device provided by QEMU; it lets a virtual machine
532fcb418cdSPeng Hao	  (guest) communicate panic events to the host.
533fcb418cdSPeng Hao
5344e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig"
5355195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig"
5365f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig"
5372bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig"
538ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig"
539cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig"
540ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig"
54120259849SGeorge Zhangsource "drivers/misc/vmw_vmci/Kconfig"
542b170d8ceSSudeep Duttsource "drivers/misc/mic/Kconfig"
54376f5adbcSFrank Haverkampsource "drivers/misc/genwqe/Kconfig"
5446e2055a9SGreg Kroah-Hartmansource "drivers/misc/echo/Kconfig"
54510542ca0SIan Munsiesource "drivers/misc/cxl/Kconfig"
546b97f0224SFrederic Barratsource "drivers/misc/ocxl/Kconfig"
547e455b69dSRui Fengsource "drivers/misc/cardreader/Kconfig"
548c4d66343SOded Gabbaysource "drivers/misc/habanalabs/Kconfig"
5497c5763b8SFabio Estevamendmenu
550