xref: /linux/drivers/misc/Kconfig (revision c26f4fbd58375bd6ef74f95eb73d61762ad97c59)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# Misc strange devices
41da177e4SLinus Torvalds#
51da177e4SLinus Torvalds
67c5763b8SFabio Estevammenu "Misc devices"
77c5763b8SFabio Estevam
8ff606677SJean Delvareconfig SENSORS_LIS3LV02D
9ff606677SJean Delvare	tristate
10ff606677SJean Delvare	depends on INPUT
11ff606677SJean Delvare
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
278a05eb89SMauro Carvalho Chehab	  See Documentation/misc-devices/ad525x_dpot.rst 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
5354f69b92SJiri Kosinaconfig DUMMY_IRQ
5454f69b92SJiri Kosina	tristate "Dummy IRQ handler"
55a7f7f624SMasahiro Yamada	help
5654f69b92SJiri Kosina	  This module accepts a single 'irq' parameter, which it should register for.
5754f69b92SJiri Kosina	  The sole purpose of this module is to help with debugging of systems on
5854f69b92SJiri Kosina	  which spurious IRQs would happen on disabled IRQ vector.
5954f69b92SJiri Kosina
601da177e4SLinus Torvaldsconfig IBM_ASM
611da177e4SLinus Torvalds	tristate "Device driver for IBM RSA service processor"
6265929215SGreg Kroah-Hartman	depends on X86 && PCI && INPUT
6375339d82SRandy Dunlap	depends on SERIAL_8250 || SERIAL_8250=n
64a7f7f624SMasahiro Yamada	help
651da177e4SLinus Torvalds	  This option enables device driver support for in-band access to the
661da177e4SLinus Torvalds	  IBM RSA (Condor) service processor in eServer xSeries systems.
671da177e4SLinus Torvalds	  The ibmasm device driver allows user space application to access
681da177e4SLinus Torvalds	  ASM (Advanced Systems Management) functions on the service
691da177e4SLinus Torvalds	  processor. The driver is meant to be used in conjunction with
701da177e4SLinus Torvalds	  a user space API.
711da177e4SLinus Torvalds	  The ibmasm driver also enables the OS to use the UART on the
721da177e4SLinus Torvalds	  service processor board as a regular serial port. To make use of
731da177e4SLinus Torvalds	  this feature serial driver support (CONFIG_SERIAL_8250) must be
741da177e4SLinus Torvalds	  enabled.
751da177e4SLinus Torvalds
761da177e4SLinus Torvalds	  WARNING: This software may not be supported or function
771da177e4SLinus Torvalds	  correctly on your IBM server. Please consult the IBM ServerProven
78a52c8097SAlexander A. Klimov	  website <https://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
79631dd1a8SJustin P. Mattock	  for information on the specific driver level and support statement
801da177e4SLinus Torvalds	  for your IBM server.
811da177e4SLinus Torvalds
820eca353eSBryant G. Lyconfig IBMVMC
830eca353eSBryant G. Ly	tristate "IBM Virtual Management Channel support"
840eca353eSBryant G. Ly	depends on PPC_PSERIES
850eca353eSBryant G. Ly	help
860eca353eSBryant G. Ly	  This is the IBM POWER Virtual Management Channel
870eca353eSBryant G. Ly
880eca353eSBryant G. Ly	  This driver is to be used for the POWER Virtual
890eca353eSBryant G. Ly	  Management Channel virtual adapter on the PowerVM
900eca353eSBryant G. Ly	  platform. It provides both request/response and
910eca353eSBryant G. Ly	  async message support through the /dev/ibmvmc node.
920eca353eSBryant G. Ly
930eca353eSBryant G. Ly	  To compile this driver as a module, choose M here: the
940eca353eSBryant G. Ly	  module will be called ibmvmc.
950eca353eSBryant G. Ly
96cef2cf07SJiri Slabyconfig PHANTOM
97ec905a18SJiri Slaby	tristate "Sensable PHANToM (PCI)"
98cef2cf07SJiri Slaby	depends on PCI
99cef2cf07SJiri Slaby	help
100cef2cf07SJiri Slaby	  Say Y here if you want to build a driver for Sensable PHANToM device.
101cef2cf07SJiri Slaby
102ec905a18SJiri Slaby	  This driver is only for PCI PHANToMs.
103ec905a18SJiri Slaby
104cef2cf07SJiri Slaby	  If you choose to build module, its name will be phantom. If unsure,
105cef2cf07SJiri Slaby	  say N here.
106cef2cf07SJiri Slaby
1071e9046e3SJens Wiklanderconfig RPMB
1081e9046e3SJens Wiklander	tristate "RPMB partition interface"
1091e9046e3SJens Wiklander	depends on MMC
1101e9046e3SJens Wiklander	help
1111e9046e3SJens Wiklander	  Unified RPMB unit interface for RPMB capable devices such as eMMC and
1121e9046e3SJens Wiklander	  UFS. Provides interface for in-kernel security controllers to access
1131e9046e3SJens Wiklander	  RPMB unit.
1141e9046e3SJens Wiklander
1151e9046e3SJens Wiklander	  If unsure, select N.
1161e9046e3SJens Wiklander
1171e5c9b1eSRomain Gantoisconfig TI_FPC202
1181e5c9b1eSRomain Gantois	tristate "TI FPC202 Dual Port Controller"
1191e5c9b1eSRomain Gantois	depends on I2C
1201e5c9b1eSRomain Gantois	select GPIOLIB
1211e5c9b1eSRomain Gantois	select I2C_ATR
1221e5c9b1eSRomain Gantois	help
1231e5c9b1eSRomain Gantois	  If you say yes here you get support for the Texas Instruments FPC202
1241e5c9b1eSRomain Gantois	  Dual Port Controller.
1251e5c9b1eSRomain Gantois
1261e5c9b1eSRomain Gantois	  This driver can also be built as a module. If so, the module will be
1271e5c9b1eSRomain Gantois	  called fpc202.
1281e5c9b1eSRomain Gantois
129f9565129SAlex Dubovconfig TIFM_CORE
13065929215SGreg Kroah-Hartman	tristate "TI Flash Media interface support"
13165929215SGreg Kroah-Hartman	depends on PCI
132f9565129SAlex Dubov	help
133f9565129SAlex Dubov	  If you want support for Texas Instruments(R) Flash Media adapters
134f9565129SAlex Dubov	  you should select this option and then also choose an appropriate
135f9565129SAlex Dubov	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
136f9565129SAlex Dubov	  support', if you have a TI PCI74xx compatible card reader, for
137f9565129SAlex Dubov	  example.
138f9565129SAlex Dubov	  You will also have to select some flash card format drivers. MMC/SD
139f9565129SAlex Dubov	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
140f9565129SAlex Dubov	  Interface support (MMC_TIFM_SD)'.
1411da177e4SLinus Torvalds
142f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
143f9565129SAlex Dubov	  be called tifm_core.
144f9565129SAlex Dubov
145f9565129SAlex Dubovconfig TIFM_7XX1
14665929215SGreg Kroah-Hartman	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support"
14765929215SGreg Kroah-Hartman	depends on PCI && TIFM_CORE
148f9565129SAlex Dubov	default TIFM_CORE
149f9565129SAlex Dubov	help
150f9565129SAlex Dubov	  This option enables support for Texas Instruments(R) PCI74xx and
151f9565129SAlex Dubov	  PCI76xx families of Flash Media adapters, found in many laptops.
152f9565129SAlex Dubov	  To make actual use of the device, you will have to select some
153f9565129SAlex Dubov	  flash card format drivers, as outlined in the TIFM_CORE Help.
154f9565129SAlex Dubov
155f9565129SAlex Dubov	  To compile this driver as a module, choose M here: the module will
156f9565129SAlex Dubov	  be called tifm_7xx1.
157f9565129SAlex Dubov
158a412ae3fSDarrick J. Wongconfig ICS932S401
159a412ae3fSDarrick J. Wong	tristate "Integrated Circuits ICS932S401"
16065929215SGreg Kroah-Hartman	depends on I2C
161a412ae3fSDarrick J. Wong	help
162a412ae3fSDarrick J. Wong	  If you say yes here you get support for the Integrated Circuits
163a412ae3fSDarrick J. Wong	  ICS932S401 clock control chips.
164a412ae3fSDarrick J. Wong
165a412ae3fSDarrick J. Wong	  This driver can also be built as a module. If so, the module
166a412ae3fSDarrick J. Wong	  will be called ics932s401.
167a412ae3fSDarrick J. Wong
168eb1f2930SHans-Christian Egtvedtconfig ATMEL_SSC
169eb1f2930SHans-Christian Egtvedt	tristate "Device driver for Atmel SSC peripheral"
1703a92a661SCorentin Labbe	depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST)
171a7f7f624SMasahiro Yamada	help
172692105b8SMatt LaPlante	  This option enables device driver support for Atmel Synchronized
173eb1f2930SHans-Christian Egtvedt	  Serial Communication peripheral (SSC).
174eb1f2930SHans-Christian Egtvedt
175eb1f2930SHans-Christian Egtvedt	  The SSC peripheral supports a wide variety of serial frame based
176eb1f2930SHans-Christian Egtvedt	  communications, i.e. I2S, SPI, etc.
177eb1f2930SHans-Christian Egtvedt
178eb1f2930SHans-Christian Egtvedt	  If unsure, say N.
179eb1f2930SHans-Christian Egtvedt
180d569d5bbSJames Bottomleyconfig ENCLOSURE_SERVICES
181d569d5bbSJames Bottomley	tristate "Enclosure Services"
182d569d5bbSJames Bottomley	help
183d569d5bbSJames Bottomley	  Provides support for intelligent enclosures (bays which
184d569d5bbSJames Bottomley	  contain storage devices).  You also need either a host
185d569d5bbSJames Bottomley	  driver (SCSI/ATA) which supports enclosures
186d569d5bbSJames Bottomley	  or a SCSI enclosure device (SES) to use these services.
187d569d5bbSJames Bottomley
18845d9ca49SDean Nelsonconfig SGI_XP
18945d9ca49SDean Nelson	tristate "Support communication between SGI SSIs"
1903b0de7b3SDean Nelson	depends on NET
191cf8e8658SArd Biesheuvel	depends on X86_UV && SMP
1929726bfcdSChristoph Hellwig	depends on X86_64 || BROKEN
1931bc4faa5SRobin Holt	select SGI_GRU if X86_64 && SMP
194a7f7f624SMasahiro Yamada	help
19545d9ca49SDean Nelson	  An SGI machine can be divided into multiple Single System
19645d9ca49SDean Nelson	  Images which act independently of each other and have
19745d9ca49SDean Nelson	  hardware based memory protection from the others.  Enabling
19845d9ca49SDean Nelson	  this feature will allow for direct communication between SSIs
19945d9ca49SDean Nelson	  based on a network adapter and DMA messaging.
20045d9ca49SDean Nelson
2014a4a4e9eSQuan Nguyenconfig SMPRO_ERRMON
2024a4a4e9eSQuan Nguyen	tristate "Ampere Computing SMPro error monitor driver"
2034a4a4e9eSQuan Nguyen	depends on MFD_SMPRO || COMPILE_TEST
2044a4a4e9eSQuan Nguyen	help
2054a4a4e9eSQuan Nguyen	  Say Y here to get support for the SMpro error monitor function
2064a4a4e9eSQuan Nguyen	  provided by Ampere Computing's Altra and Altra Max SoCs. Upon
2074a4a4e9eSQuan Nguyen	  loading, the driver creates sysfs files which can be use to gather
2084a4a4e9eSQuan Nguyen	  multiple HW error data reported via read and write system calls.
2094a4a4e9eSQuan Nguyen
2104a4a4e9eSQuan Nguyen	  To compile this driver as a module, say M here. The driver will be
2114a4a4e9eSQuan Nguyen	  called smpro-errmon.
2124a4a4e9eSQuan Nguyen
213763dc90eSQuan Nguyenconfig SMPRO_MISC
214763dc90eSQuan Nguyen	tristate "Ampere Computing SMPro miscellaneous driver"
215763dc90eSQuan Nguyen	depends on MFD_SMPRO || COMPILE_TEST
216763dc90eSQuan Nguyen	help
217763dc90eSQuan Nguyen	  Say Y here to get support for the SMpro error miscellalenous function
218763dc90eSQuan Nguyen	  provided by Ampere Computing's Altra and Altra Max SoCs.
219763dc90eSQuan Nguyen
220763dc90eSQuan Nguyen	  To compile this driver as a module, say M here. The driver will be
221763dc90eSQuan Nguyen	  called smpro-misc.
222763dc90eSQuan Nguyen
22382dca611SAndres Salomonconfig CS5535_MFGPT
22482dca611SAndres Salomon	tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
2250f78a11eSJean Delvare	depends on MFD_CS5535
22682dca611SAndres Salomon	help
22782dca611SAndres Salomon	  This driver provides access to MFGPT functionality for other
22882dca611SAndres Salomon	  drivers that need timers.  MFGPTs are available in the CS5535 and
22982dca611SAndres Salomon	  CS5536 companion chips that are found in AMD Geode and several
23082dca611SAndres Salomon	  other platforms.  They have a better resolution and max interval
23182dca611SAndres Salomon	  than the generic PIT, and are suitable for use as high-res timers.
23282dca611SAndres Salomon	  You probably don't want to enable this manually; other drivers that
23382dca611SAndres Salomon	  make use of it should enable it.
23482dca611SAndres Salomon
23582dca611SAndres Salomonconfig CS5535_MFGPT_DEFAULT_IRQ
23682dca611SAndres Salomon	int
2372bf212b9SGeert Uytterhoeven	depends on CS5535_MFGPT
23882dca611SAndres Salomon	default 7
23982dca611SAndres Salomon	help
24082dca611SAndres Salomon	  MFGPTs on the CS5535 require an interrupt.  The selected IRQ
24182dca611SAndres Salomon	  can be overridden as a module option as well as by driver that
24282dca611SAndres Salomon	  use the cs5535_mfgpt_ API; however, different architectures might
24382dca611SAndres Salomon	  want to use a different IRQ by default.  This is here for
24482dca611SAndres Salomon	  architectures to set as necessary.
24582dca611SAndres Salomon
2469c8f05c2SRandy Dunlapconfig CS5535_CLOCK_EVENT_SRC
2479c8f05c2SRandy Dunlap	tristate "CS5535/CS5536 high-res timer (MFGPT) events"
248592913ecSJohn Stultz	depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
2499c8f05c2SRandy Dunlap	help
2509c8f05c2SRandy Dunlap	  This driver provides a clock event source based on the MFGPT
2519c8f05c2SRandy Dunlap	  timer(s) in the CS5535 and CS5536 companion chips.
2529c8f05c2SRandy Dunlap	  MFGPTs have a better resolution and max interval than the
2539c8f05c2SRandy Dunlap	  generic PIT, and are suitable for use as high-res timers.
2549c8f05c2SRandy Dunlap
2550f920277SSebastian Reichelconfig GEHC_ACHC
2560f920277SSebastian Reichel	tristate "GEHC ACHC support"
2570f920277SSebastian Reichel	depends on SPI && SYSFS
2580f920277SSebastian Reichel	depends on SOC_IMX53 || COMPILE_TEST
2590f920277SSebastian Reichel	select FW_LOADER
2600f920277SSebastian Reichel	help
2610f920277SSebastian Reichel	  Support for GE ACHC microcontroller, that is part of the GE
2620f920277SSebastian Reichel	  PPD device.
2630f920277SSebastian Reichel
2640f920277SSebastian Reichel	  To compile this driver as a module, choose M here: the
2650f920277SSebastian Reichel	  module will be called gehc-achc.
2660f920277SSebastian Reichel
267bb3b6552SMauro Carvalho Chehabconfig HI6421V600_IRQ
268bb3b6552SMauro Carvalho Chehab	tristate "HiSilicon Hi6421v600 IRQ and powerkey"
269bb3b6552SMauro Carvalho Chehab	depends on OF
270bb3b6552SMauro Carvalho Chehab	depends on SPMI
27197d8ebeaSRandy Dunlap	depends on HAS_IOMEM
272bb3b6552SMauro Carvalho Chehab	select MFD_CORE
273bb3b6552SMauro Carvalho Chehab	select REGMAP_SPMI
274bb3b6552SMauro Carvalho Chehab	help
275bb3b6552SMauro Carvalho Chehab	  This driver provides IRQ handling for Hi6421v600, used on
276bb3b6552SMauro Carvalho Chehab	  some Kirin chipsets, like the one at Hikey 970.
277bb3b6552SMauro Carvalho Chehab
27889bcb05dSDavid Altobelliconfig HP_ILO
2791ce873abSdann frazier	tristate "Channel interface driver for the HP iLO processor"
280f38954c9SAndrew Morton	depends on PCI
28189bcb05dSDavid Altobelli	help
28289bcb05dSDavid Altobelli	  The channel interface driver allows applications to communicate
2831ce873abSdann frazier	  with iLO management processors present on HP ProLiant servers.
2841ce873abSdann frazier	  Upon loading, the driver creates /dev/hpilo/dXccbN files, which
2851ce873abSdann frazier	  can be used to gather data from the management processor, via
2861ce873abSdann frazier	  read and write system calls.
28789bcb05dSDavid Altobelli
28889bcb05dSDavid Altobelli	  To compile this driver as a module, choose M here: the
28989bcb05dSDavid Altobelli	  module will be called hpilo.
29089bcb05dSDavid Altobelli
2911f26d1c1STim Birdconfig QCOM_COINCELL
2921f26d1c1STim Bird	tristate "Qualcomm coincell charger support"
2931f26d1c1STim Bird	depends on MFD_SPMI_PMIC || COMPILE_TEST
2941f26d1c1STim Bird	help
2951f26d1c1STim Bird	  This driver supports the coincell block found inside of
2961f26d1c1STim Bird	  Qualcomm PMICs.  The coincell charger provides a means to
2971f26d1c1STim Bird	  charge a coincell battery or backup capacitor which is used
2981f26d1c1STim Bird	  to maintain PMIC register and RTC state in the absence of
2991f26d1c1STim Bird	  external power.
3001f26d1c1STim Bird
301f6f9279fSSrinivas Kandagatlaconfig QCOM_FASTRPC
302f6f9279fSSrinivas Kandagatla	tristate "Qualcomm FastRPC"
303f6f9279fSSrinivas Kandagatla	depends on ARCH_QCOM || COMPILE_TEST
304f6f9279fSSrinivas Kandagatla	depends on RPMSG
305c0fae22fSSrinivas Kandagatla	select DMA_SHARED_BUFFER
306e90d9119SVamsi Krishna Gattupalli	select QCOM_SCM
307f6f9279fSSrinivas Kandagatla	help
308f6f9279fSSrinivas Kandagatla	  Provides a communication mechanism that allows for clients to
309f6f9279fSSrinivas Kandagatla	  make remote method invocations across processor boundary to
310f6f9279fSSrinivas Kandagatla	  applications DSP processor. Say M if you want to enable this
311f6f9279fSSrinivas Kandagatla	  module.
312f6f9279fSSrinivas Kandagatla
3133d919e5fSJack Steinerconfig SGI_GRU
3143d919e5fSJack Steiner	tristate "SGI GRU driver"
3151bc4faa5SRobin Holt	depends on X86_UV && SMP
3163d919e5fSJack Steiner	select MMU_NOTIFIER
317a7f7f624SMasahiro Yamada	help
3183d919e5fSJack Steiner	  The GRU is a hardware resource located in the system chipset. The GRU
3197a5ffa5aSPrasad Pandit	  contains memory that can be mmapped into the user address space.
3207a5ffa5aSPrasad Pandit	  This memory is used to communicate with the GRU to perform functions
3217a5ffa5aSPrasad Pandit	  such as load/store, scatter/gather, bcopy, AMOs, etc.  The GRU is
3227a5ffa5aSPrasad Pandit	  directly accessed by user instructions using user virtual addresses.
3237a5ffa5aSPrasad Pandit	  GRU instructions (ex., bcopy) use user virtual addresses for operands.
3243d919e5fSJack Steiner
3253d919e5fSJack Steiner	  If you are not running on a SGI UV system, say N.
3263d919e5fSJack Steiner
3273d919e5fSJack Steinerconfig SGI_GRU_DEBUG
3283d919e5fSJack Steiner	bool  "SGI GRU driver debug"
3293d919e5fSJack Steiner	depends on SGI_GRU
330a7f7f624SMasahiro Yamada	help
331a82cb8b9SGeert Uytterhoeven	  This option enables additional debugging code for the SGI GRU driver.
332a82cb8b9SGeert Uytterhoeven	  If you are unsure, say N.
3333d919e5fSJack Steiner
33422d96aa5Sananthaconfig APDS9802ALS
33522d96aa5Sanantha	tristate "Medfield Avago APDS9802 ALS Sensor module"
33622d96aa5Sanantha	depends on I2C
33722d96aa5Sanantha	help
33822d96aa5Sanantha	  If you say yes here you get support for the ALS APDS9802 ambient
33922d96aa5Sanantha	  light sensor.
34022d96aa5Sanantha
34122d96aa5Sanantha	  This driver can also be built as a module.  If so, the module
34222d96aa5Sanantha	  will be called apds9802als.
34322d96aa5Sanantha
3443cdbbeebSDaniel Mackconfig ISL29003
3453cdbbeebSDaniel Mack	tristate "Intersil ISL29003 ambient light sensor"
3463cdbbeebSDaniel Mack	depends on I2C && SYSFS
3473cdbbeebSDaniel Mack	help
3483cdbbeebSDaniel Mack	  If you say yes here you get support for the Intersil ISL29003
3493cdbbeebSDaniel Mack	  ambient light sensor.
3503cdbbeebSDaniel Mack
3513cdbbeebSDaniel Mack	  This driver can also be built as a module.  If so, the module
3523cdbbeebSDaniel Mack	  will be called isl29003.
3533cdbbeebSDaniel Mack
3542e85c4ddSKalhan Trisalconfig ISL29020
3552e85c4ddSKalhan Trisal	tristate "Intersil ISL29020 ambient light sensor"
3562e85c4ddSKalhan Trisal	depends on I2C
3572e85c4ddSKalhan Trisal	help
3582e85c4ddSKalhan Trisal	  If you say yes here you get support for the Intersil ISL29020
3592e85c4ddSKalhan Trisal	  ambient light sensor.
3602e85c4ddSKalhan Trisal
3612e85c4ddSKalhan Trisal	  This driver can also be built as a module.  If so, the module
3622e85c4ddSKalhan Trisal	  will be called isl29020.
3632e85c4ddSKalhan Trisal
3646a9bccedSJean Delvareconfig SENSORS_TSL2550
3656a9bccedSJean Delvare	tristate "Taos TSL2550 ambient light sensor"
3666a9bccedSJean Delvare	depends on I2C && SYSFS
3676a9bccedSJean Delvare	help
3686a9bccedSJean Delvare	  If you say yes here you get support for the Taos TSL2550
3696a9bccedSJean Delvare	  ambient light sensor.
3706a9bccedSJean Delvare
3716a9bccedSJean Delvare	  This driver can also be built as a module.  If so, the module
3726a9bccedSJean Delvare	  will be called tsl2550.
3736a9bccedSJean Delvare
374190420abSSamu Onkaloconfig SENSORS_BH1770
375190420abSSamu Onkalo	 tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
376190420abSSamu Onkalo	 depends on I2C
377a7f7f624SMasahiro Yamada	help
378190420abSSamu Onkalo	   Say Y here if you want to build a driver for BH1770GLC (ROHM) or
379190420abSSamu Onkalo	   SFH7770 (Osram) combined ambient light and proximity sensor chip.
380190420abSSamu Onkalo
381190420abSSamu Onkalo	   To compile this driver as a module, choose M here: the
382190420abSSamu Onkalo	   module will be called bh1770glc. If unsure, say N here.
383190420abSSamu Onkalo
38492b1f84dSSamu Onkaloconfig SENSORS_APDS990X
38592b1f84dSSamu Onkalo	 tristate "APDS990X combined als and proximity sensors"
38692b1f84dSSamu Onkalo	 depends on I2C
387a7f7f624SMasahiro Yamada	help
38892b1f84dSSamu Onkalo	   Say Y here if you want to build a driver for Avago APDS990x
38992b1f84dSSamu Onkalo	   combined ambient light and proximity sensor chip.
39092b1f84dSSamu Onkalo
39192b1f84dSSamu Onkalo	   To compile this driver as a module, choose M here: the
39292b1f84dSSamu Onkalo	   module will be called apds990x. If unsure, say N here.
39392b1f84dSSamu Onkalo
394cfa3b24cSKalhan Trisalconfig HMC6352
395cfa3b24cSKalhan Trisal	tristate "Honeywell HMC6352 compass"
396cfa3b24cSKalhan Trisal	depends on I2C
397cfa3b24cSKalhan Trisal	help
398cfa3b24cSKalhan Trisal	  This driver provides support for the Honeywell HMC6352 compass,
399cfa3b24cSKalhan Trisal	  providing configuration and heading data via sysfs.
400cfa3b24cSKalhan Trisal
401dddc66ffSWolfram Sangconfig DS1682
402dddc66ffSWolfram Sang	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
40365929215SGreg Kroah-Hartman	depends on I2C
404dddc66ffSWolfram Sang	help
405dddc66ffSWolfram Sang	  If you say yes here you get support for Dallas Semiconductor
406dddc66ffSWolfram Sang	  DS1682 Total Elapsed Time Recorder.
407dddc66ffSWolfram Sang
408dddc66ffSWolfram Sang	  This driver can also be built as a module.  If so, the module
409dddc66ffSWolfram Sang	  will be called ds1682.
410dddc66ffSWolfram Sang
411453dc659SDmitry Torokhovconfig VMWARE_BALLOON
412453dc659SDmitry Torokhov	tristate "VMware Balloon Driver"
41348e3d668SPhilip P. Moltmann	depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST
41483a8afa7SNadav Amit	select MEMORY_BALLOON
415453dc659SDmitry Torokhov	help
416453dc659SDmitry Torokhov	  This is VMware physical memory management driver which acts
417453dc659SDmitry Torokhov	  like a "balloon" that can be inflated to reclaim physical pages
418453dc659SDmitry Torokhov	  by reserving them in the guest and invalidating them in the
419453dc659SDmitry Torokhov	  monitor, freeing up the underlying machine pages so they can
420453dc659SDmitry Torokhov	  be allocated to other guests. The balloon can also be deflated
421453dc659SDmitry Torokhov	  to allow the guest to use more physical memory.
422453dc659SDmitry Torokhov
423453dc659SDmitry Torokhov	  If unsure, say N.
424453dc659SDmitry Torokhov
425453dc659SDmitry Torokhov	  To compile this driver as a module, choose M here: the
426d544b7a4SDmitry Torokhov	  module will be called vmw_balloon.
427453dc659SDmitry Torokhov
428cf4ece53SMasayuki Ohtakconfig PCH_PHUB
429584ad00cSTomoya MORINAGA	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
4304cd5773aSAndy Shevchenko	select GENERIC_NET_UTILS
43146fd8c34SPaul Burton	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
432cf4ece53SMasayuki Ohtak	help
433cf4ece53SMasayuki Ohtak	  This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
434cf4ece53SMasayuki Ohtak	  Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
435cf4ece53SMasayuki Ohtak	  processor. The Topcliff has MAC address and Option ROM data in SROM.
436cf4ece53SMasayuki Ohtak	  This driver can access MAC address and Option ROM data in SROM.
437cf4ece53SMasayuki Ohtak
438584ad00cSTomoya MORINAGA	  This driver also can be used for LAPIS Semiconductor's IOH,
439584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831.
440584ad00cSTomoya MORINAGA	  ML7213 which is for IVI(In-Vehicle Infotainment) use.
441584ad00cSTomoya MORINAGA	  ML7223 IOH is for MP(Media Phone) use.
442584ad00cSTomoya MORINAGA	  ML7831 IOH is for general purpose use.
443584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
444584ad00cSTomoya MORINAGA	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
445c47dda7dSTomoya MORINAGA
446cf4ece53SMasayuki Ohtak	  To compile this driver as a module, choose M here: the module will
447cf4ece53SMasayuki Ohtak	  be called pch_phub.
448cf4ece53SMasayuki Ohtak
449781551dfSStefan Roeseconfig LATTICE_ECP3_CONFIG
450781551dfSStefan Roese	tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
451781551dfSStefan Roese	depends on SPI && SYSFS
452781551dfSStefan Roese	select FW_LOADER
453781551dfSStefan Roese	help
454781551dfSStefan Roese	  This option enables support for bitstream configuration (programming
455781551dfSStefan Roese	  or loading) of the Lattice ECP3 FPGA family via SPI.
456781551dfSStefan Roese
457781551dfSStefan Roese	  If unsure, say N.
458781551dfSStefan Roese
4594984c6f5SPhilipp Zabelconfig SRAM
4604984c6f5SPhilipp Zabel	bool "Generic on-chip SRAM driver"
4614984c6f5SPhilipp Zabel	depends on HAS_IOMEM
4624984c6f5SPhilipp Zabel	select GENERIC_ALLOCATOR
46337afff0dSDave Gerlach	select SRAM_EXEC if ARM
4644984c6f5SPhilipp Zabel	help
4654984c6f5SPhilipp Zabel	  This driver allows you to declare a memory region to be managed by
4664984c6f5SPhilipp Zabel	  the genalloc API. It is supposed to be used for small on-chip SRAM
4674984c6f5SPhilipp Zabel	  areas found on many SoCs.
4684984c6f5SPhilipp Zabel
46937afff0dSDave Gerlachconfig SRAM_EXEC
47037afff0dSDave Gerlach	bool
47137afff0dSDave Gerlach
472e8a30eefSGustavo Pimentelconfig DW_XDATA_PCIE
473e8a30eefSGustavo Pimentel	depends on PCI
474e8a30eefSGustavo Pimentel	tristate "Synopsys DesignWare xData PCIe driver"
475e8a30eefSGustavo Pimentel	help
476e8a30eefSGustavo Pimentel	  This driver allows controlling Synopsys DesignWare PCIe traffic
477e8a30eefSGustavo Pimentel	  generator IP also known as xData, present in Synopsys DesignWare
478e8a30eefSGustavo Pimentel	  PCIe Endpoint prototype.
479e8a30eefSGustavo Pimentel
480e8a30eefSGustavo Pimentel	  If unsure, say N.
481e8a30eefSGustavo Pimentel
4822c156ac7SKishon Vijay Abraham Iconfig PCI_ENDPOINT_TEST
4832c156ac7SKishon Vijay Abraham I	depends on PCI
484a20cfc1cSTobias Regnery	select CRC32
4852c156ac7SKishon Vijay Abraham I	tristate "PCI Endpoint Test driver"
486a7f7f624SMasahiro Yamada	help
4872c156ac7SKishon Vijay Abraham I	   Enable this configuration option to enable the host side test driver
4882c156ac7SKishon Vijay Abraham I	   for PCI Endpoint.
4892c156ac7SKishon Vijay Abraham I
49076d83e1cSDragan Cveticconfig XILINX_SDFEC
49176d83e1cSDragan Cvetic	tristate "Xilinx SDFEC 16"
49201fd150fSRandy Dunlap	depends on HAS_IOMEM
49376d83e1cSDragan Cvetic	help
49476d83e1cSDragan Cvetic	  This option enables support for the Xilinx SDFEC (Soft Decision
49576d83e1cSDragan Cvetic	  Forward Error Correction) driver. This enables a char driver
49676d83e1cSDragan Cvetic	  for the SDFEC.
49776d83e1cSDragan Cvetic
49876d83e1cSDragan Cvetic	  You may select this driver if your design instantiates the
49976d83e1cSDragan Cvetic	  SDFEC(16nm) hardened block. To compile this as a module choose M.
50076d83e1cSDragan Cvetic
50176d83e1cSDragan Cvetic	  If unsure, say N.
50276d83e1cSDragan Cvetic
503e455b69dSRui Fengconfig MISC_RTSX
504e455b69dSRui Feng	tristate
505e455b69dSRui Feng	default MISC_RTSX_PCI || MISC_RTSX_USB
506e455b69dSRui Feng
5077a6ff4c4SYu Chenconfig HISI_HIKEY_USB
508d210a002SMauro Carvalho Chehab	tristate "USB GPIO Hub on HiSilicon Hikey 960/970 Platform"
5097a6ff4c4SYu Chen	depends on (OF && GPIOLIB) || COMPILE_TEST
51051fbad38SMauro Carvalho Chehab	depends on USB_ROLE_SWITCH
5117a6ff4c4SYu Chen	help
5127a6ff4c4SYu Chen	  If you say yes here this adds support for the on-board USB GPIO hub
513d210a002SMauro Carvalho Chehab	  found on HiKey 960/970 boards, which is necessary to support
514d210a002SMauro Carvalho Chehab	  switching between the dual-role USB-C port and the USB-A host ports
515d210a002SMauro Carvalho Chehab	  using only one USB controller.
5167a6ff4c4SYu Chen
517f396ededSDavid Brazdilconfig OPEN_DICE
518f396ededSDavid Brazdil	tristate "Open Profile for DICE driver"
519f396ededSDavid Brazdil	depends on OF_RESERVED_MEM
520aefc8b57SBaoquan He	depends on HAS_IOMEM
521f396ededSDavid Brazdil	help
522f396ededSDavid Brazdil	  This driver exposes a DICE reserved memory region to userspace via
523f396ededSDavid Brazdil	  a character device. The memory region contains Compound Device
524f396ededSDavid Brazdil	  Identifiers (CDIs) generated by firmware as an output of DICE
525f396ededSDavid Brazdil	  measured boot flow. Userspace can use CDIs for remote attestation
526f396ededSDavid Brazdil	  and sealing.
527f396ededSDavid Brazdil
528f396ededSDavid Brazdil	  If unsure, say N.
529f396ededSDavid Brazdil
53025b9cadbSElizabeth Figuraconfig NTSYNC
53125b9cadbSElizabeth Figura	tristate "NT synchronization primitive emulation"
53225b9cadbSElizabeth Figura	help
53325b9cadbSElizabeth Figura	  This module provides kernel support for emulation of Windows NT
53425b9cadbSElizabeth Figura	  synchronization primitives. It is not a hardware driver.
53525b9cadbSElizabeth Figura
53625b9cadbSElizabeth Figura	  To compile this driver as a module, choose M here: the
53725b9cadbSElizabeth Figura	  module will be called ntsync.
53825b9cadbSElizabeth Figura
53925b9cadbSElizabeth Figura	  If unsure, say N.
54025b9cadbSElizabeth Figura
5416c93c6f3SSebastian Eneconfig VCPU_STALL_DETECTOR
5426c93c6f3SSebastian Ene	tristate "Guest vCPU stall detector"
5436c93c6f3SSebastian Ene	depends on OF && HAS_IOMEM
5446c93c6f3SSebastian Ene	help
5456c93c6f3SSebastian Ene	  When this driver is bound inside a KVM guest, it will
5466c93c6f3SSebastian Ene	  periodically "pet" an MMIO stall detector device from each vCPU
5476c93c6f3SSebastian Ene	  and allow the host to detect vCPU stalls.
5486c93c6f3SSebastian Ene
5496c93c6f3SSebastian Ene	  To compile this driver as a module, choose M here: the module
5506c93c6f3SSebastian Ene	  will be called vcpu_stall_detector.
5516c93c6f3SSebastian Ene
5526c93c6f3SSebastian Ene	  If you do not intend to run this kernel as a guest, say N.
5536c93c6f3SSebastian Ene
554f5ec7f54SAppana Durga Kedareswara raoconfig TMR_MANAGER
555f5ec7f54SAppana Durga Kedareswara rao	tristate "Select TMR Manager"
556f5ec7f54SAppana Durga Kedareswara rao	depends on MICROBLAZE && MB_MANAGER
557f5ec7f54SAppana Durga Kedareswara rao	help
558f5ec7f54SAppana Durga Kedareswara rao	  This option enables the driver developed for TMR Manager.
559f5ec7f54SAppana Durga Kedareswara rao	  The Triple Modular Redundancy(TMR) manager provides support for
560f5ec7f54SAppana Durga Kedareswara rao	  fault detection.
561f5ec7f54SAppana Durga Kedareswara rao
562f5ec7f54SAppana Durga Kedareswara rao	  Say N here unless you know what you are doing.
563f5ec7f54SAppana Durga Kedareswara rao
564895ae5beSAppana Durga Kedareswara raoconfig TMR_INJECT
565895ae5beSAppana Durga Kedareswara rao	tristate "Select TMR Inject"
566895ae5beSAppana Durga Kedareswara rao	depends on TMR_MANAGER && FAULT_INJECTION_DEBUG_FS
567895ae5beSAppana Durga Kedareswara rao	help
568895ae5beSAppana Durga Kedareswara rao	  This option enables the driver developed for TMR Inject.
569895ae5beSAppana Durga Kedareswara rao	  The Triple Modular Redundancy(TMR) Inject provides
570895ae5beSAppana Durga Kedareswara rao	  fault injection.
571895ae5beSAppana Durga Kedareswara rao
572895ae5beSAppana Durga Kedareswara rao	  Say N here unless you know what you are doing.
573895ae5beSAppana Durga Kedareswara rao
574875fdd07SJulien Panisconfig TPS6594_ESM
575875fdd07SJulien Panis	tristate "TI TPS6594 Error Signal Monitor support"
576875fdd07SJulien Panis	depends on MFD_TPS6594
577875fdd07SJulien Panis	default MFD_TPS6594
578875fdd07SJulien Panis	help
579875fdd07SJulien Panis	  Support ESM (Error Signal Monitor) on TPS6594 PMIC devices.
580875fdd07SJulien Panis	  ESM is used typically to reboot the board in error condition.
581875fdd07SJulien Panis
582875fdd07SJulien Panis	  This driver can also be built as a module.  If so, the module
583875fdd07SJulien Panis	  will be called tps6594-esm.
584875fdd07SJulien Panis
585a0df3ef0SJulien Panisconfig TPS6594_PFSM
586a0df3ef0SJulien Panis	tristate "TI TPS6594 Pre-configurable Finite State Machine support"
587a0df3ef0SJulien Panis	depends on MFD_TPS6594
588a0df3ef0SJulien Panis	default MFD_TPS6594
589a0df3ef0SJulien Panis	help
590a0df3ef0SJulien Panis	  Support PFSM (Pre-configurable Finite State Machine) on TPS6594 PMIC devices.
591a0df3ef0SJulien Panis	  These devices integrate a finite state machine engine, which manages the state
592a0df3ef0SJulien Panis	  of the device during operating state transition.
593a0df3ef0SJulien Panis
594a0df3ef0SJulien Panis	  This driver can also be built as a module.  If so, the module
595a0df3ef0SJulien Panis	  will be called tps6594-pfsm.
596a0df3ef0SJulien Panis
597b9873755SAlexander Grafconfig NSM
598b9873755SAlexander Graf	tristate "Nitro (Enclaves) Security Module support"
599b9873755SAlexander Graf	depends on VIRTIO
600b9873755SAlexander Graf	select HW_RANDOM
601b9873755SAlexander Graf	help
602b9873755SAlexander Graf	  This driver provides support for the Nitro Security Module
603b9873755SAlexander Graf	  in AWS EC2 Nitro based Enclaves. The driver exposes a /dev/nsm
604b9873755SAlexander Graf	  device user space can use to communicate with the hypervisor.
605b9873755SAlexander Graf
606b9873755SAlexander Graf	  To compile this driver as a module, choose M here.
607b9873755SAlexander Graf	  The module will be called nsm.
608b9873755SAlexander Graf
6095f67eef6SVamsi Attunuruconfig MARVELL_CN10K_DPI
6105f67eef6SVamsi Attunuru	tristate "Octeon CN10K DPI driver"
611f528cd55SArnd Bergmann	depends on PCI && PCI_IOV
6125418e6dfSVamsi Attunuru	depends on ARCH_THUNDER || (COMPILE_TEST && 64BIT)
6135f67eef6SVamsi Attunuru	help
6145f67eef6SVamsi Attunuru	  Enables Octeon CN10K DMA packet interface (DPI) driver which
6155f67eef6SVamsi Attunuru	  intializes DPI hardware's physical function (PF) device's
6165f67eef6SVamsi Attunuru	  global configuration and its virtual function (VFs) resource
6175f67eef6SVamsi Attunuru	  configuration to enable DMA transfers. DPI PF device does not
6185f67eef6SVamsi Attunuru	  have any data movement functionality, it only serves VF's
6195f67eef6SVamsi Attunuru	  resource configuration requests.
6205f67eef6SVamsi Attunuru
6215f67eef6SVamsi Attunuru	  To compile this driver as a module, choose M here: the module
6225f67eef6SVamsi Attunuru	  will be called mrvl_cn10k_dpi.
6235f67eef6SVamsi Attunuru
624185686beSHerve Codinaconfig MCHP_LAN966X_PCI
625185686beSHerve Codina	tristate "Microchip LAN966x PCIe Support"
626185686beSHerve Codina	depends on PCI
6272d390e06SRicardo Ribalda	depends on OF_OVERLAY
628185686beSHerve Codina	select IRQ_DOMAIN
629185686beSHerve Codina	help
630185686beSHerve Codina	  This enables the support for the LAN966x PCIe device.
631185686beSHerve Codina
632185686beSHerve Codina	  This is used to drive the LAN966x PCIe device from the host system
633185686beSHerve Codina	  to which it is connected. The driver uses a device tree overlay to
634185686beSHerve Codina	  load other drivers to support for LAN966x internal components.
635185686beSHerve Codina
636185686beSHerve Codina	  Even if this driver does not depend on those other drivers, in order
637185686beSHerve Codina	  to have a fully functional board, the following drivers are needed:
638185686beSHerve Codina	    - fixed-clock (COMMON_CLK)
639185686beSHerve Codina	    - lan966x-oic (LAN966X_OIC)
640185686beSHerve Codina	    - lan966x-cpu-syscon (MFD_SYSCON)
641185686beSHerve Codina	    - lan966x-switch-reset (RESET_MCHP_SPARX5)
642185686beSHerve Codina	    - lan966x-pinctrl (PINCTRL_OCELOT)
643185686beSHerve Codina	    - lan966x-serdes (PHY_LAN966X_SERDES)
644185686beSHerve Codina	    - lan966x-miim (MDIO_MSCC_MIIM)
645185686beSHerve Codina	    - lan966x-switch (LAN966X_SWITCH)
646185686beSHerve Codina
6474e17e1dbSRodolfo Giomettisource "drivers/misc/c2port/Kconfig"
6485195e509SWolfram Sangsource "drivers/misc/eeprom/Kconfig"
6495f5bac82SMichał Mirosławsource "drivers/misc/cb710/Kconfig"
650ff606677SJean Delvaresource "drivers/misc/lis3lv02d/Kconfig"
651cff4fa84SIgor M. Liplianinsource "drivers/misc/altera-stapl/Kconfig"
652ffc2825cSGreg Kroah-Hartmansource "drivers/misc/mei/Kconfig"
65320259849SGeorge Zhangsource "drivers/misc/vmw_vmci/Kconfig"
65476f5adbcSFrank Haverkampsource "drivers/misc/genwqe/Kconfig"
655b97f0224SFrederic Barratsource "drivers/misc/ocxl/Kconfig"
656522f6926SScott Brandensource "drivers/misc/bcm-vk/Kconfig"
657e455b69dSRui Fengsource "drivers/misc/cardreader/Kconfig"
658015d239aSKenneth Leesource "drivers/misc/uacce/Kconfig"
6596861d27cSMihai Carabassource "drivers/misc/pvpanic/Kconfig"
660393fc2f5SKumaravel Thiagarajansource "drivers/misc/mchp_pci1xxxx/Kconfig"
661a1944676SGerhard Engledersource "drivers/misc/keba/Kconfig"
662*e1565867SAkshay Guptasource "drivers/misc/amd-sbi/Kconfig"
6637c5763b8SFabio Estevamendmenu
664