xref: /openbmc/linux/drivers/misc/Kconfig (revision 65929215)
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
549a1e8eb1SDavid Brownellconfig ATMEL_PWM
559a1e8eb1SDavid Brownell	tristate "Atmel AT32/AT91 PWM support"
562d60cd15SNicolas Ferre	depends on HAVE_CLK
579a1e8eb1SDavid Brownell	help
589a1e8eb1SDavid Brownell	  This option enables device driver support for the PWM channels
59692105b8SMatt LaPlante	  on certain Atmel processors.  Pulse Width Modulation is used for
60692105b8SMatt LaPlante	  purposes including software controlled power-efficient backlights
619a1e8eb1SDavid Brownell	  on LCD displays, motor control, and waveform generation.
629a1e8eb1SDavid Brownell
63f0f05b1cSArun Murthyconfig AB8500_PWM
64f0f05b1cSArun Murthy	bool "AB8500 PWM support"
65b1437580SMark Brown	depends on AB8500_CORE && ARCH_U8500
66f0f05b1cSArun Murthy	select HAVE_PWM
67eac7a92fSThierry Reding	depends on !PWM
68f0f05b1cSArun Murthy	help
69f0f05b1cSArun Murthy	  This driver exports functions to enable/disble/config/free Pulse
70f0f05b1cSArun Murthy	  Width Modulation in the Analog Baseband Chip AB8500.
71f0f05b1cSArun Murthy	  It is used by led and backlight driver to control the intensity.
72f0f05b1cSArun Murthy
732a341f5cSDavid Brownellconfig ATMEL_TCLIB
742a341f5cSDavid Brownell	bool "Atmel AT32/AT91 Timer/Counter Library"
752a341f5cSDavid Brownell	depends on (AVR32 || ARCH_AT91)
762a341f5cSDavid Brownell	help
772a341f5cSDavid Brownell	  Select this if you want a library to allocate the Timer/Counter
782a341f5cSDavid Brownell	  blocks found on many Atmel processors.  This facilitates using
792a341f5cSDavid Brownell	  these blocks by different drivers despite processor differences.
802a341f5cSDavid Brownell
814d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC
824d243f92SDavid Brownell	bool "TC Block Clocksource"
83592913ecSJohn Stultz	depends on ATMEL_TCLIB
844d243f92SDavid Brownell	default y
854d243f92SDavid Brownell	help
864d243f92SDavid Brownell	  Select this to get a high precision clocksource based on a
874d243f92SDavid Brownell	  TC block with a 5+ MHz base clock rate.  Two timer channels
884d243f92SDavid Brownell	  are combined to make a single 32-bit timer.
894d243f92SDavid Brownell
904d243f92SDavid Brownell	  When GENERIC_CLOCKEVENTS is defined, the third timer channel
914d243f92SDavid Brownell	  may be used as a clock event device supporting oneshot mode
924d243f92SDavid Brownell	  (delays of up to two seconds) based on the 32 KiHz clock.
934d243f92SDavid Brownell
944d243f92SDavid Brownellconfig ATMEL_TCB_CLKSRC_BLOCK
954d243f92SDavid Brownell	int
964d243f92SDavid Brownell	depends on ATMEL_TCB_CLKSRC
974d243f92SDavid Brownell	prompt "TC Block" if ARCH_AT91RM9200 || ARCH_AT91SAM9260 || CPU_AT32AP700X
984d243f92SDavid Brownell	default 0
994d243f92SDavid Brownell	range 0 1
1004d243f92SDavid Brownell	help
1014d243f92SDavid Brownell	  Some chips provide more than one TC block, so you have the
1024d243f92SDavid Brownell	  choice of which one to use for the clock framework.  The other
1034d243f92SDavid Brownell	  TC can be used for other purposes, such as PWM generation and
1044d243f92SDavid Brownell	  interval timing.
1054d243f92SDavid Brownell
1061da177e4SLinus Torvaldsconfig IBM_ASM
1071da177e4SLinus Torvalds	tristate "Device driver for IBM RSA service processor"
10865929215SGreg Kroah-Hartman	depends on X86 && PCI && INPUT
1091da177e4SLinus Torvalds	---help---
1101da177e4SLinus Torvalds	  This option enables device driver support for in-band access to the
1111da177e4SLinus Torvalds	  IBM RSA (Condor) service processor in eServer xSeries systems.
1121da177e4SLinus Torvalds	  The ibmasm device driver allows user space application to access
1131da177e4SLinus Torvalds	  ASM (Advanced Systems Management) functions on the service
1141da177e4SLinus Torvalds	  processor. The driver is meant to be used in conjunction with
1151da177e4SLinus Torvalds	  a user space API.
1161da177e4SLinus Torvalds	  The ibmasm driver also enables the OS to use the UART on the
1171da177e4SLinus Torvalds	  service processor board as a regular serial port. To make use of
1181da177e4SLinus Torvalds	  this feature serial driver support (CONFIG_SERIAL_8250) must be
1191da177e4SLinus Torvalds	  enabled.
1201da177e4SLinus Torvalds
1211da177e4SLinus Torvalds	  WARNING: This software may not be supported or function
1221da177e4SLinus Torvalds	  correctly on your IBM server. Please consult the IBM ServerProven
123631dd1a8SJustin P. Mattock	  website <http://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
124631dd1a8SJustin P. Mattock	  for information on the specific driver level and support statement
1251da177e4SLinus Torvalds	  for your IBM server.
1261da177e4SLinus Torvalds
127cef2cf07SJiri Slabyconfig PHANTOM
128ec905a18SJiri Slaby	tristate "Sensable PHANToM (PCI)"
129cef2cf07SJiri Slaby	depends on PCI
130cef2cf07SJiri Slaby	help
131cef2cf07SJiri Slaby	  Say Y here if you want to build a driver for Sensable PHANToM device.
132cef2cf07SJiri Slaby
133ec905a18SJiri Slaby	  This driver is only for PCI PHANToMs.
134ec905a18SJiri Slaby
135cef2cf07SJiri Slaby	  If you choose to build module, its name will be phantom. If unsure,
136cef2cf07SJiri Slaby	  say N here.
137cef2cf07SJiri Slaby
1380b61d2acSJ Freyenseeconfig INTEL_MID_PTI
1390b61d2acSJ Freyensee	tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard"
1408ea95e08SHeiko Carstens	depends on PCI
1410b61d2acSJ Freyensee	default n
1420b61d2acSJ Freyensee	help
1430b61d2acSJ Freyensee	  The PTI (Parallel Trace Interface) driver directs
1440b61d2acSJ Freyensee	  trace data routed from various parts in the system out
1450b61d2acSJ Freyensee	  through an Intel Penwell PTI port and out of the mobile
1460b61d2acSJ Freyensee	  device for analysis with a debugging tool (Lauterbach or Fido).
1470b61d2acSJ Freyensee
1480b61d2acSJ Freyensee	  You should select this driver if the target kernel is meant for
1490b61d2acSJ Freyensee	  an Intel Atom (non-netbook) mobile device containing a MIPI
1500b61d2acSJ Freyensee	  P1149.7 standard implementation.
1510b61d2acSJ Freyensee
15259f14800SBrent Casavantconfig SGI_IOC4
15359f14800SBrent Casavant	tristate "SGI IOC4 Base IO support"
154aa6c2e62SAl Viro	depends on PCI
15559f14800SBrent Casavant	---help---
15659f14800SBrent Casavant	  This option enables basic support for the IOC4 chip on certain
15759f14800SBrent Casavant	  SGI IO controller cards (IO9, IO10, and PCI-RT).  This option
15859f14800SBrent Casavant	  does not enable any specific functions on such a card, but provides
15959f14800SBrent Casavant	  necessary infrastructure for other drivers to utilize.
16059f14800SBrent Casavant
16159f14800SBrent Casavant	  If you have an SGI Altix with an IOC4-based card say Y.
16259f14800SBrent Casavant	  Otherwise say N.
16359f14800SBrent Casavant
164f9565129SAlex Dubovconfig TIFM_CORE
16565929215SGreg Kroah-Hartman	tristate "TI Flash Media interface support"
16665929215SGreg Kroah-Hartman	depends on PCI
167f9565129SAlex Dubov	help
168f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
169f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
170f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
171f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
172f9565129SAlex Dubov	  example.
173f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
174f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
175f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1761da177e4SLinus Torvalds
177f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
178f9565129SAlex Dubov	  be called tifm_core.
179f9565129SAlex Dubov
180f9565129SAlex Dubovconfig TIFM_7XX1
18165929215SGreg Kroah-Hartman	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support"
18265929215SGreg Kroah-Hartman	depends on PCI && TIFM_CORE
183f9565129SAlex Dubov	default TIFM_CORE
184f9565129SAlex Dubov	help
185f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
186f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
187f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
188f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
189f9565129SAlex Dubov
190f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
191f9565129SAlex Dubov	  be called tifm_7xx1.
192f9565129SAlex Dubov
193a412ae3fSDarrick J. Wongconfig ICS932S401
194a412ae3fSDarrick J. Wong	tristate "Integrated Circuits ICS932S401"
19565929215SGreg Kroah-Hartman	depends on I2C
196a412ae3fSDarrick J. Wong	help
197a412ae3fSDarrick J. Wong	  If you say yes here you get support for the Integrated Circuits
198a412ae3fSDarrick J. Wong	  ICS932S401 clock control chips.
199a412ae3fSDarrick J. Wong
200a412ae3fSDarrick J. Wong	  This driver can also be built as a module. If so, the module
201a412ae3fSDarrick J. Wong	  will be called ics932s401.
202a412ae3fSDarrick J. Wong
203eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
204eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
205eb1f2930SHans-Christian Egtvedt	depends on AVR32 || ARCH_AT91
206eb1f2930SHans-Christian Egtvedt	---help---
207692105b8SMatt LaPlante	  This option enables device driver support for Atmel Synchronized
208eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
209eb1f2930SHans-Christian Egtvedt
210eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
211eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
212eb1f2930SHans-Christian Egtvedt
213eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
214eb1f2930SHans-Christian Egtvedt
215d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
216d569d5bbSJames Bottomley	tristate "Enclosure Services"
217d569d5bbSJames Bottomley	default n
218d569d5bbSJames Bottomley	help
219d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
220d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
221d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
222d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
223d569d5bbSJames Bottomley
22445d9ca49SDean Nelsonconfig SGI_XP
22545d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
2263b0de7b3SDean Nelson	depends on NET
22703b48632SNick Piggin	depends on (IA64_GENERIC || IA64_SGI_SN2 || IA64_SGI_UV || X86_UV) && SMP
22845d9ca49SDean Nelson	select IA64_UNCACHED_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
22945d9ca49SDean Nelson	select GENERIC_ALLOCATOR if IA64_GENERIC || IA64_SGI_SN2
2301bc4faa5SRobin Holt	select SGI_GRU if X86_64 && SMP
23145d9ca49SDean Nelson	---help---
23245d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
23345d9ca49SDean Nelson	  Images which act independently of each other and have
23445d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
23545d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
23645d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
23745d9ca49SDean Nelson
23882dca611SAndres Salomonconfig CS5535_MFGPT
23982dca611SAndres Salomon	tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
240703f03c8SPhilip A. Prindeville	depends on PCI && X86 && MFD_CS5535
24182dca611SAndres Salomon	default n
24282dca611SAndres Salomon	help
24382dca611SAndres Salomon	  This driver provides access to MFGPT functionality for other
24482dca611SAndres Salomon	  drivers that need timers.  MFGPTs are available in the CS5535 and
24582dca611SAndres Salomon	  CS5536 companion chips that are found in AMD Geode and several
24682dca611SAndres Salomon	  other platforms.  They have a better resolution and max interval
24782dca611SAndres Salomon	  than the generic PIT, and are suitable for use as high-res timers.
24882dca611SAndres Salomon	  You probably don't want to enable this manually; other drivers that
24982dca611SAndres Salomon	  make use of it should enable it.
25082dca611SAndres Salomon
25182dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ
25282dca611SAndres Salomon	int
2532bf212b9SGeert Uytterhoeven	depends on CS5535_MFGPT
25482dca611SAndres Salomon	default 7
25582dca611SAndres Salomon	help
25682dca611SAndres Salomon	  MFGPTs on the CS5535 require an interrupt.  The selected IRQ
25782dca611SAndres Salomon	  can be overridden as a module option as well as by driver that
25882dca611SAndres Salomon	  use the cs5535_mfgpt_ API; however, different architectures might
25982dca611SAndres Salomon	  want to use a different IRQ by default.  This is here for
26082dca611SAndres Salomon	  architectures to set as necessary.
26182dca611SAndres Salomon
2629c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC
2639c8f05c2SRandy Dunlap	tristate "CS5535/CS5536 high-res timer (MFGPT) events"
264592913ecSJohn Stultz	depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
2659c8f05c2SRandy Dunlap	help
2669c8f05c2SRandy Dunlap	  This driver provides a clock event source based on the MFGPT
2679c8f05c2SRandy Dunlap	  timer(s) in the CS5535 and CS5536 companion chips.
2689c8f05c2SRandy Dunlap	  MFGPTs have a better resolution and max interval than the
2699c8f05c2SRandy Dunlap	  generic PIT, and are suitable for use as high-res timers.
2709c8f05c2SRandy Dunlap
27189bcb05dSDavid Altobelliconfig HP_ILO
2721ce873abSdann frazier	tristate "Channel interface driver for the HP iLO processor"
273f38954c9SAndrew Morton	depends on PCI
27489bcb05dSDavid Altobelli	default n
27589bcb05dSDavid Altobelli	help
27689bcb05dSDavid Altobelli	  The channel interface driver allows applications to communicate
2771ce873abSdann frazier	  with iLO management processors present on HP ProLiant servers.
2781ce873abSdann frazier	  Upon loading, the driver creates /dev/hpilo/dXccbN files, which
2791ce873abSdann frazier	  can be used to gather data from the management processor, via
2801ce873abSdann frazier	  read and write system calls.
28189bcb05dSDavid Altobelli
28289bcb05dSDavid Altobelli	  To compile this driver as a module, choose M here: the
28389bcb05dSDavid Altobelli	  module will be called hpilo.
28489bcb05dSDavid Altobelli
2853d919e5fSJack Steinerconfig SGI_GRU
2863d919e5fSJack Steiner	tristate "SGI GRU driver"
2871bc4faa5SRobin Holt	depends on X86_UV && SMP
2883d919e5fSJack Steiner	default n
2893d919e5fSJack Steiner	select MMU_NOTIFIER
2903d919e5fSJack Steiner	---help---
2913d919e5fSJack Steiner	The GRU is a hardware resource located in the system chipset. The GRU
2923d919e5fSJack Steiner	contains memory that can be mmapped into the user address space. This memory is
2933d919e5fSJack Steiner	used to communicate with the GRU to perform functions such as load/store,
2943d919e5fSJack Steiner	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
2953d919e5fSJack Steiner	instructions using user virtual addresses. GRU instructions (ex., bcopy) use
2963d919e5fSJack Steiner	user virtual addresses for operands.
2973d919e5fSJack Steiner
2983d919e5fSJack Steiner	If you are not running on a SGI UV system, say N.
2993d919e5fSJack Steiner
3003d919e5fSJack Steinerconfig SGI_GRU_DEBUG
3013d919e5fSJack Steiner	bool  "SGI GRU driver debug"
3023d919e5fSJack Steiner	depends on SGI_GRU
3033d919e5fSJack Steiner	default n
3043d919e5fSJack Steiner	---help---
3053d919e5fSJack Steiner	This option enables addition debugging code for the SGI GRU driver. If
3063d919e5fSJack Steiner	you are unsure, say N.
3073d919e5fSJack Steiner
30822d96aa5Sananthaconfig APDS9802ALS
30922d96aa5Sanantha	tristate "Medfield Avago APDS9802 ALS Sensor module"
31022d96aa5Sanantha	depends on I2C
31122d96aa5Sanantha	help
31222d96aa5Sanantha	  If you say yes here you get support for the ALS APDS9802 ambient
31322d96aa5Sanantha	  light sensor.
31422d96aa5Sanantha
31522d96aa5Sanantha	  This driver can also be built as a module.  If so, the module
31622d96aa5Sanantha	  will be called apds9802als.
31722d96aa5Sanantha
3183cdbbeebSDaniel Mackconfig ISL29003
3193cdbbeebSDaniel Mack	tristate "Intersil ISL29003 ambient light sensor"
3203cdbbeebSDaniel Mack	depends on I2C && SYSFS
3213cdbbeebSDaniel Mack	help
3223cdbbeebSDaniel Mack	  If you say yes here you get support for the Intersil ISL29003
3233cdbbeebSDaniel Mack	  ambient light sensor.
3243cdbbeebSDaniel Mack
3253cdbbeebSDaniel Mack	  This driver can also be built as a module.  If so, the module
3263cdbbeebSDaniel Mack	  will be called isl29003.
3273cdbbeebSDaniel Mack
3282e85c4ddSKalhan Trisalconfig ISL29020
3292e85c4ddSKalhan Trisal	tristate "Intersil ISL29020 ambient light sensor"
3302e85c4ddSKalhan Trisal	depends on I2C
3312e85c4ddSKalhan Trisal	help
3322e85c4ddSKalhan Trisal	  If you say yes here you get support for the Intersil ISL29020
3332e85c4ddSKalhan Trisal	  ambient light sensor.
3342e85c4ddSKalhan Trisal
3352e85c4ddSKalhan Trisal	  This driver can also be built as a module.  If so, the module
3362e85c4ddSKalhan Trisal	  will be called isl29020.
3372e85c4ddSKalhan Trisal
3386a9bccedSJean Delvareconfig SENSORS_TSL2550
3396a9bccedSJean Delvare	tristate "Taos TSL2550 ambient light sensor"
3406a9bccedSJean Delvare	depends on I2C && SYSFS
3416a9bccedSJean Delvare	help
3426a9bccedSJean Delvare	  If you say yes here you get support for the Taos TSL2550
3436a9bccedSJean Delvare	  ambient light sensor.
3446a9bccedSJean Delvare
3456a9bccedSJean Delvare	  This driver can also be built as a module.  If so, the module
3466a9bccedSJean Delvare	  will be called tsl2550.
3476a9bccedSJean Delvare
3487efe15f2SHemanth Vconfig SENSORS_BH1780
3497efe15f2SHemanth V	tristate "ROHM BH1780GLI ambient light sensor"
3507efe15f2SHemanth V	depends on I2C && SYSFS
3517efe15f2SHemanth V	help
3527efe15f2SHemanth V	  If you say yes here you get support for the ROHM BH1780GLI
3537efe15f2SHemanth V	  ambient light sensor.
3547efe15f2SHemanth V
3557efe15f2SHemanth V	  This driver can also be built as a module.  If so, the module
3567efe15f2SHemanth V	  will be called bh1780gli.
3577efe15f2SHemanth V
358190420abSSamu Onkaloconfig SENSORS_BH1770
359190420abSSamu Onkalo         tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
360190420abSSamu Onkalo         depends on I2C
361190420abSSamu Onkalo         ---help---
362190420abSSamu Onkalo           Say Y here if you want to build a driver for BH1770GLC (ROHM) or
363190420abSSamu Onkalo	   SFH7770 (Osram) combined ambient light and proximity sensor chip.
364190420abSSamu Onkalo
365190420abSSamu Onkalo           To compile this driver as a module, choose M here: the
366190420abSSamu Onkalo           module will be called bh1770glc. If unsure, say N here.
367190420abSSamu Onkalo
36892b1f84dSSamu Onkaloconfig SENSORS_APDS990X
36992b1f84dSSamu Onkalo	 tristate "APDS990X combined als and proximity sensors"
37092b1f84dSSamu Onkalo	 depends on I2C
37192b1f84dSSamu Onkalo	 default n
37292b1f84dSSamu Onkalo	 ---help---
37392b1f84dSSamu Onkalo	   Say Y here if you want to build a driver for Avago APDS990x
37492b1f84dSSamu Onkalo	   combined ambient light and proximity sensor chip.
37592b1f84dSSamu Onkalo
37692b1f84dSSamu Onkalo	   To compile this driver as a module, choose M here: the
37792b1f84dSSamu Onkalo	   module will be called apds990x. If unsure, say N here.
37892b1f84dSSamu Onkalo
379cfa3b24cSKalhan Trisalconfig HMC6352
380cfa3b24cSKalhan Trisal	tristate "Honeywell HMC6352 compass"
381cfa3b24cSKalhan Trisal	depends on I2C
382cfa3b24cSKalhan Trisal	help
383cfa3b24cSKalhan Trisal	  This driver provides support for the Honeywell HMC6352 compass,
384cfa3b24cSKalhan Trisal	  providing configuration and heading data via sysfs.
385cfa3b24cSKalhan Trisal
386ef12379fSHartley Sweetenconfig EP93XX_PWM
387ef12379fSHartley Sweeten	tristate "EP93xx PWM support"
388ef12379fSHartley Sweeten	depends on ARCH_EP93XX
389ef12379fSHartley Sweeten	help
390ef12379fSHartley Sweeten	  This option enables device driver support for the PWM channels
391ef12379fSHartley Sweeten	  on the Cirrus EP93xx processors.  The EP9307 chip only has one
392ef12379fSHartley Sweeten	  PWM channel all the others have two, the second channel is an
393ef12379fSHartley Sweeten	  alternate function of the EGPIO14 pin.  A sysfs interface is
394ef12379fSHartley Sweeten	  provided to control the PWM channels.
395ef12379fSHartley Sweeten
396ef12379fSHartley Sweeten	  To compile this driver as a module, choose M here: the module will
397ef12379fSHartley Sweeten	  be called ep93xx_pwm.
398ef12379fSHartley Sweeten
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"
411b9500546SPratyush Anand	depends on ARCH_SPEAR13XX
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
4194d00928cSDaniel Mackconfig TI_DAC7512
4204d00928cSDaniel Mack	tristate "Texas Instruments DAC7512"
4214d00928cSDaniel Mack	depends on SPI && SYSFS
4224d00928cSDaniel Mack	help
4234d00928cSDaniel Mack	  If you say yes here you get support for the Texas Instruments
4244d00928cSDaniel Mack	  DAC7512 16-bit digital-to-analog converter.
4254d00928cSDaniel Mack
4264d00928cSDaniel Mack	  This driver can also be built as a module. If so, the module
427149d730fSJonathan Neuschäfer	  will be called ti_dac7512.
4284d00928cSDaniel Mack
429453dc659SDmitry Torokhovconfig VMWARE_BALLOON
430453dc659SDmitry Torokhov	tristate "VMware Balloon Driver"
431453dc659SDmitry Torokhov	depends on X86
432453dc659SDmitry Torokhov	help
433453dc659SDmitry Torokhov	  This is VMware physical memory management driver which acts
434453dc659SDmitry Torokhov	  like a "balloon" that can be inflated to reclaim physical pages
435453dc659SDmitry Torokhov	  by reserving them in the guest and invalidating them in the
436453dc659SDmitry Torokhov	  monitor, freeing up the underlying machine pages so they can
437453dc659SDmitry Torokhov	  be allocated to other guests. The balloon can also be deflated
438453dc659SDmitry Torokhov	  to allow the guest to use more physical memory.
439453dc659SDmitry Torokhov
440453dc659SDmitry Torokhov	  If unsure, say N.
441453dc659SDmitry Torokhov
442453dc659SDmitry Torokhov	  To compile this driver as a module, choose M here: the
443d544b7a4SDmitry Torokhov	  module will be called vmw_balloon.
444453dc659SDmitry Torokhov
445ce896245SLinus Walleijconfig ARM_CHARLCD
446ce896245SLinus Walleij	bool "ARM Ltd. Character LCD Driver"
447ce896245SLinus Walleij	depends on PLAT_VERSATILE
448ce896245SLinus Walleij	help
449ce896245SLinus Walleij	  This is a driver for the character LCD found on the ARM Ltd.
450ce896245SLinus Walleij	  Versatile and RealView Platform Baseboards. It doesn't do
451ce896245SLinus Walleij	  very much more than display the text "ARM Linux" on the first
452ce896245SLinus Walleij	  line and the Linux version on the second line, but that's
453ce896245SLinus Walleij	  still useful.
454ce896245SLinus Walleij
4555bf1d290SChristoph Mairconfig BMP085
456985087dbSEric Andersson	bool
457985087dbSEric Andersson	depends on SYSFS
458985087dbSEric Andersson
459985087dbSEric Anderssonconfig BMP085_I2C
460985087dbSEric Andersson	tristate "BMP085 digital pressure sensor on I2C"
461985087dbSEric Andersson	select BMP085
462985087dbSEric Andersson	select REGMAP_I2C
4635bf1d290SChristoph Mair	depends on I2C && SYSFS
4645bf1d290SChristoph Mair	help
465985087dbSEric Andersson	  Say Y here if you want to support Bosch Sensortec's digital pressure
466985087dbSEric Andersson	  sensor hooked to an I2C bus.
4675bf1d290SChristoph Mair
4685bf1d290SChristoph Mair	  To compile this driver as a module, choose M here: the
469985087dbSEric Andersson	  module will be called bmp085-i2c.
470985087dbSEric Andersson
471985087dbSEric Anderssonconfig BMP085_SPI
472985087dbSEric Andersson	tristate "BMP085 digital pressure sensor on SPI"
473985087dbSEric Andersson	select BMP085
474985087dbSEric Andersson	select REGMAP_SPI
475985087dbSEric Andersson	depends on SPI_MASTER && SYSFS
476985087dbSEric Andersson	help
477985087dbSEric Andersson	  Say Y here if you want to support Bosch Sensortec's digital pressure
478985087dbSEric Andersson	  sensor hooked to an SPI bus.
479985087dbSEric Andersson
480985087dbSEric Andersson	  To compile this driver as a module, choose M here: the
481985087dbSEric Andersson	  module will be called bmp085-spi.
4825bf1d290SChristoph Mair
483cf4ece53SMasayuki Ohtakconfig PCH_PHUB
484584ad00cSTomoya MORINAGA	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
485cf4ece53SMasayuki Ohtak	depends on PCI
486cf4ece53SMasayuki Ohtak	help
487cf4ece53SMasayuki Ohtak	  This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
488cf4ece53SMasayuki Ohtak	  Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
489cf4ece53SMasayuki Ohtak	  processor. The Topcliff has MAC address and Option ROM data in SROM.
490cf4ece53SMasayuki Ohtak	  This driver can access MAC address and Option ROM data in SROM.
491cf4ece53SMasayuki Ohtak
492584ad00cSTomoya MORINAGA	  This driver also can be used for LAPIS Semiconductor's IOH,
493584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831.
494584ad00cSTomoya MORINAGA	  ML7213 which is for IVI(In-Vehicle Infotainment) use.
495584ad00cSTomoya MORINAGA	  ML7223 IOH is for MP(Media Phone) use.
496584ad00cSTomoya MORINAGA	  ML7831 IOH is for general purpose use.
497584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
498584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
499c47dda7dSTomoya MORINAGA
500cf4ece53SMasayuki Ohtak	  To compile this driver as a module, choose M here: the module will
501cf4ece53SMasayuki Ohtak	  be called pch_phub.
502cf4ece53SMasayuki Ohtak
503a1bb73d7SDonggeun Kimconfig USB_SWITCH_FSA9480
504a1bb73d7SDonggeun Kim	tristate "FSA9480 USB Switch"
505a1bb73d7SDonggeun Kim	depends on I2C
506a1bb73d7SDonggeun Kim	help
507a1bb73d7SDonggeun Kim	  The FSA9480 is a USB port accessory detector and switch.
508a1bb73d7SDonggeun Kim	  The FSA9480 is fully controlled using I2C and enables USB data,
509a1bb73d7SDonggeun Kim	  stereo and mono audio, video, microphone and UART data to use
510a1bb73d7SDonggeun Kim	  a common connector port.
511a1bb73d7SDonggeun Kim
5124e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig"
5135195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig"
5145f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig"
5152bb32e84SPavan Savoysource "drivers/misc/ti-st/Kconfig"
516ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig"
517c186f0e1SIra Snydersource "drivers/misc/carma/Kconfig"
518cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig"
519ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig"
5207c5763b8SFabio Estevamendmenu
521