Blame view

drivers/misc/Kconfig 17.3 KB
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
2
3
4
  #
  # Misc strange devices
  #
7c5763b84   Fabio Estevam   drivers: misc: Re...
5
  menu "Misc devices"
ff606677f   Jean Delvare   Move lis3lv02d dr...
6
7
8
  config SENSORS_LIS3LV02D
  	tristate
  	depends on INPUT
ff606677f   Jean Delvare   Move lis3lv02d dr...
9

4eb174bee   Michael Hennerich   ad525x_dpot: new ...
10
  config AD525X_DPOT
6c536e4ce   Michael Hennerich   ad525x_dpot: add ...
11
12
  	tristate "Analog Devices Digital Potentiometers"
  	depends on (I2C || SPI) && SYSFS
4eb174bee   Michael Hennerich   ad525x_dpot: new ...
13
14
  	help
  	  If you say yes here, you get support for the Analog Devices
6c536e4ce   Michael Hennerich   ad525x_dpot: add ...
15
16
17
18
  	  AD5258, AD5259, AD5251, AD5252, AD5253, AD5254, AD5255
  	  AD5160, AD5161, AD5162, AD5165, AD5200, AD5201, AD5203,
  	  AD5204, AD5206, AD5207, AD5231, AD5232, AD5233, AD5235,
  	  AD5260, AD5262, AD5263, AD5290, AD5291, AD5292, AD5293,
e3ae68476   Michael Hennerich   ad525x_dpot: add ...
19
  	  AD7376, AD8400, AD8402, AD8403, ADN2850, AD5241, AD5242,
c74cba610   Michael Hennerich   ad525x_dpot: add ...
20
  	  AD5243, AD5245, AD5246, AD5247, AD5248, AD5280, AD5282,
a4bd39495   Michael Hennerich   drivers/misc/ad52...
21
22
  	  ADN2860, AD5273, AD5171, AD5170, AD5172, AD5173, AD5270,
  	  AD5271, AD5272, AD5274
4eb174bee   Michael Hennerich   ad525x_dpot: new ...
23
  	  digital potentiometer chips.
8a05eb89c   Mauro Carvalho Chehab   docs: misc-device...
24
  	  See Documentation/misc-devices/ad525x_dpot.rst for the
4eb174bee   Michael Hennerich   ad525x_dpot: new ...
25
26
27
28
  	  userspace interface.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called ad525x_dpot.
6c536e4ce   Michael Hennerich   ad525x_dpot: add ...
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
  config AD525X_DPOT_I2C
  	tristate "support I2C bus connection"
  	depends on AD525X_DPOT && I2C
  	help
  	  Say Y here if you have a digital potentiometers hooked to an I2C bus.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called ad525x_dpot-i2c.
  
  config AD525X_DPOT_SPI
  	tristate "support SPI bus connection"
  	depends on AD525X_DPOT && SPI_MASTER
  	help
  	  Say Y here if you have a digital potentiometers hooked to an SPI bus.
  
  	  If unsure, say N (but it's safe to say "Y").
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called ad525x_dpot-spi.
2a341f5cf   David Brownell   atmel_tc library
48
49
  config ATMEL_TCLIB
  	bool "Atmel AT32/AT91 Timer/Counter Library"
3a92a661a   Corentin Labbe   misc: remove AVR3...
50
  	depends on ARCH_AT91
2a341f5cf   David Brownell   atmel_tc library
51
52
53
54
  	help
  	  Select this if you want a library to allocate the Timer/Counter
  	  blocks found on many Atmel processors.  This facilitates using
  	  these blocks by different drivers despite processor differences.
54f69b92f   Jiri Kosina   dummy-irq: introd...
55
56
  config DUMMY_IRQ
  	tristate "Dummy IRQ handler"
a7f7f6248   Masahiro Yamada   treewide: replace...
57
  	help
54f69b92f   Jiri Kosina   dummy-irq: introd...
58
59
60
  	  This module accepts a single 'irq' parameter, which it should register for.
  	  The sole purpose of this module is to help with debugging of systems on
  	  which spurious IRQs would happen on disabled IRQ vector.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
61
62
  config IBM_ASM
  	tristate "Device driver for IBM RSA service processor"
65929215d   Greg Kroah-Hartman   char/misc: remove...
63
  	depends on X86 && PCI && INPUT
75339d825   Randy Dunlap   misc: ibmasm: fix...
64
  	depends on SERIAL_8250 || SERIAL_8250=n
a7f7f6248   Masahiro Yamada   treewide: replace...
65
  	help
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
66
67
68
69
70
71
72
73
74
75
  	  This option enables device driver support for in-band access to the
  	  IBM RSA (Condor) service processor in eServer xSeries systems.
  	  The ibmasm device driver allows user space application to access
  	  ASM (Advanced Systems Management) functions on the service
  	  processor. The driver is meant to be used in conjunction with
  	  a user space API.
  	  The ibmasm driver also enables the OS to use the UART on the
  	  service processor board as a regular serial port. To make use of
  	  this feature serial driver support (CONFIG_SERIAL_8250) must be
  	  enabled.
f95651299   Alex Dubov   [PATCH] mmc: driv...
76

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
77
78
  	  WARNING: This software may not be supported or function
  	  correctly on your IBM server. Please consult the IBM ServerProven
a52c80976   Alexander A. Klimov   misc: Replace HTT...
79
  	  website <https://www-03.ibm.com/systems/info/x86servers/serverproven/compat/us/>
631dd1a88   Justin P. Mattock   Update broken web...
80
  	  for information on the specific driver level and support statement
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
81
  	  for your IBM server.
0eca353e7   Bryant G. Ly   misc: IBM Virtual...
82
83
84
85
86
87
88
89
90
91
92
93
94
  config IBMVMC
  	tristate "IBM Virtual Management Channel support"
  	depends on PPC_PSERIES
  	help
  	  This is the IBM POWER Virtual Management Channel
  
  	  This driver is to be used for the POWER Virtual
  	  Management Channel virtual adapter on the PowerVM
  	  platform. It provides both request/response and
  	  async message support through the /dev/ibmvmc node.
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called ibmvmc.
cef2cf072   Jiri Slaby   Misc: add sensabl...
95
  config PHANTOM
ec905a186   Jiri Slaby   drivers/misc/phan...
96
  	tristate "Sensable PHANToM (PCI)"
cef2cf072   Jiri Slaby   Misc: add sensabl...
97
98
99
  	depends on PCI
  	help
  	  Say Y here if you want to build a driver for Sensable PHANToM device.
ec905a186   Jiri Slaby   drivers/misc/phan...
100
  	  This driver is only for PCI PHANToMs.
cef2cf072   Jiri Slaby   Misc: add sensabl...
101
102
  	  If you choose to build module, its name will be phantom. If unsure,
  	  say N here.
0b61d2acb   J Freyensee   Intel PTI impleme...
103
104
  config INTEL_MID_PTI
  	tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard"
4bb166725   Jiri Slaby   build some driver...
105
  	depends on PCI && TTY && (X86_INTEL_MID || COMPILE_TEST)
0b61d2acb   J Freyensee   Intel PTI impleme...
106
107
108
109
110
111
112
113
114
  	help
  	  The PTI (Parallel Trace Interface) driver directs
  	  trace data routed from various parts in the system out
  	  through an Intel Penwell PTI port and out of the mobile
  	  device for analysis with a debugging tool (Lauterbach or Fido).
  
  	  You should select this driver if the target kernel is meant for
  	  an Intel Atom (non-netbook) mobile device containing a MIPI
  	  P1149.7 standard implementation.
f95651299   Alex Dubov   [PATCH] mmc: driv...
115
  config TIFM_CORE
65929215d   Greg Kroah-Hartman   char/misc: remove...
116
117
  	tristate "TI Flash Media interface support"
  	depends on PCI
f95651299   Alex Dubov   [PATCH] mmc: driv...
118
119
120
121
122
123
124
125
126
  	help
  	  If you want support for Texas Instruments(R) Flash Media adapters
  	  you should select this option and then also choose an appropriate
  	  host adapter, such as 'TI Flash Media PCI74xx/PCI76xx host adapter
  	  support', if you have a TI PCI74xx compatible card reader, for
  	  example.
  	  You will also have to select some flash card format drivers. MMC/SD
  	  cards are supported via 'MMC/SD Card support: TI Flash Media MMC/SD
  	  Interface support (MMC_TIFM_SD)'.
8c36790a2   Len Brown   drivers/misc/Make...
127
  	  To compile this driver as a module, choose M here: the module will
f95651299   Alex Dubov   [PATCH] mmc: driv...
128
  	  be called tifm_core.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
129

f95651299   Alex Dubov   [PATCH] mmc: driv...
130
  config TIFM_7XX1
65929215d   Greg Kroah-Hartman   char/misc: remove...
131
132
  	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support"
  	depends on PCI && TIFM_CORE
f95651299   Alex Dubov   [PATCH] mmc: driv...
133
134
135
136
137
138
  	default TIFM_CORE
  	help
  	  This option enables support for Texas Instruments(R) PCI74xx and
  	  PCI76xx families of Flash Media adapters, found in many laptops.
  	  To make actual use of the device, you will have to select some
  	  flash card format drivers, as outlined in the TIFM_CORE Help.
8c36790a2   Len Brown   drivers/misc/Make...
139
  	  To compile this driver as a module, choose M here: the module will
f95651299   Alex Dubov   [PATCH] mmc: driv...
140
  	  be called tifm_7xx1.
a412ae3fb   Darrick J. Wong   ics932s401: new c...
141
142
  config ICS932S401
  	tristate "Integrated Circuits ICS932S401"
65929215d   Greg Kroah-Hartman   char/misc: remove...
143
  	depends on I2C
a412ae3fb   Darrick J. Wong   ics932s401: new c...
144
145
146
147
148
149
  	help
  	  If you say yes here you get support for the Integrated Circuits
  	  ICS932S401 clock control chips.
  
  	  This driver can also be built as a module. If so, the module
  	  will be called ics932s401.
eb1f29306   Hans-Christian Egtvedt   Driver for the At...
150
151
  config ATMEL_SSC
  	tristate "Device driver for Atmel SSC peripheral"
3a92a661a   Corentin Labbe   misc: remove AVR3...
152
  	depends on HAS_IOMEM && (ARCH_AT91 || COMPILE_TEST)
a7f7f6248   Masahiro Yamada   treewide: replace...
153
  	help
692105b8a   Matt LaPlante   trivial: fix typo...
154
  	  This option enables device driver support for Atmel Synchronized
eb1f29306   Hans-Christian Egtvedt   Driver for the At...
155
156
157
158
159
160
  	  Serial Communication peripheral (SSC).
  
  	  The SSC peripheral supports a wide variety of serial frame based
  	  communications, i.e. I2S, SPI, etc.
  
  	  If unsure, say N.
d569d5bb3   James Bottomley   [SCSI] enclosure:...
161
162
  config ENCLOSURE_SERVICES
  	tristate "Enclosure Services"
d569d5bb3   James Bottomley   [SCSI] enclosure:...
163
164
165
166
167
  	help
  	  Provides support for intelligent enclosures (bays which
  	  contain storage devices).  You also need either a host
  	  driver (SCSI/ATA) which supports enclosures
  	  or a SCSI enclosure device (SES) to use these services.
45d9ca492   Dean Nelson   [IA64] move XP an...
168
169
  config SGI_XP
  	tristate "Support communication between SGI SSIs"
3b0de7b36   Dean Nelson   add dependency of...
170
  	depends on NET
df41017ea   Christoph Hellwig   ia64: remove supp...
171
  	depends on (IA64_SGI_UV || X86_UV) && SMP
9726bfcdb   Christoph Hellwig   misc/sgi-xp: remo...
172
  	depends on X86_64 || BROKEN
1bc4faa59   Robin Holt   sgi-gru: remove S...
173
  	select SGI_GRU if X86_64 && SMP
a7f7f6248   Masahiro Yamada   treewide: replace...
174
  	help
45d9ca492   Dean Nelson   [IA64] move XP an...
175
176
177
178
179
  	  An SGI machine can be divided into multiple Single System
  	  Images which act independently of each other and have
  	  hardware based memory protection from the others.  Enabling
  	  this feature will allow for direct communication between SSIs
  	  based on a network adapter and DMA messaging.
82dca611b   Andres Salomon   cs5535: add a gen...
180
181
  config CS5535_MFGPT
  	tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
0f78a11e2   Jean Delvare   cs5535-mfgpt: Sim...
182
  	depends on MFD_CS5535
82dca611b   Andres Salomon   cs5535: add a gen...
183
184
185
186
187
188
189
190
191
192
193
  	help
  	  This driver provides access to MFGPT functionality for other
  	  drivers that need timers.  MFGPTs are available in the CS5535 and
  	  CS5536 companion chips that are found in AMD Geode and several
  	  other platforms.  They have a better resolution and max interval
  	  than the generic PIT, and are suitable for use as high-res timers.
  	  You probably don't want to enable this manually; other drivers that
  	  make use of it should enable it.
  
  config CS5535_MFGPT_DEFAULT_IRQ
  	int
2bf212b9e   Geert Uytterhoeven   cs5535: CS5535_MF...
194
  	depends on CS5535_MFGPT
82dca611b   Andres Salomon   cs5535: add a gen...
195
196
197
198
199
200
201
  	default 7
  	help
  	  MFGPTs on the CS5535 require an interrupt.  The selected IRQ
  	  can be overridden as a module option as well as by driver that
  	  use the cs5535_mfgpt_ API; however, different architectures might
  	  want to use a different IRQ by default.  This is here for
  	  architectures to set as necessary.
9c8f05c28   Randy Dunlap   MFGPT: move clock...
202
203
  config CS5535_CLOCK_EVENT_SRC
  	tristate "CS5535/CS5536 high-res timer (MFGPT) events"
592913ecb   John Stultz   time: Kill off CO...
204
  	depends on GENERIC_CLOCKEVENTS && CS5535_MFGPT
9c8f05c28   Randy Dunlap   MFGPT: move clock...
205
206
207
208
209
  	help
  	  This driver provides a clock event source based on the MFGPT
  	  timer(s) in the CS5535 and CS5536 companion chips.
  	  MFGPTs have a better resolution and max interval than the
  	  generic PIT, and are suitable for use as high-res timers.
89bcb05d9   David Altobelli   HP iLO driver
210
  config HP_ILO
1ce873abe   dann frazier   hpilo: Despecific...
211
  	tristate "Channel interface driver for the HP iLO processor"
f38954c93   Andrew Morton   drivers/misc/hpil...
212
  	depends on PCI
89bcb05d9   David Altobelli   HP iLO driver
213
214
  	help
  	  The channel interface driver allows applications to communicate
1ce873abe   dann frazier   hpilo: Despecific...
215
216
217
218
  	  with iLO management processors present on HP ProLiant servers.
  	  Upon loading, the driver creates /dev/hpilo/dXccbN files, which
  	  can be used to gather data from the management processor, via
  	  read and write system calls.
89bcb05d9   David Altobelli   HP iLO driver
219
220
221
  
  	  To compile this driver as a module, choose M here: the
  	  module will be called hpilo.
1f26d1c10   Tim Bird   ARM: qcom: Add co...
222
223
224
225
226
227
228
229
230
  config QCOM_COINCELL
  	tristate "Qualcomm coincell charger support"
  	depends on MFD_SPMI_PMIC || COMPILE_TEST
  	help
  	  This driver supports the coincell block found inside of
  	  Qualcomm PMICs.  The coincell charger provides a means to
  	  charge a coincell battery or backup capacitor which is used
  	  to maintain PMIC register and RTC state in the absence of
  	  external power.
f6f9279f2   Srinivas Kandagatla   misc: fastrpc: Ad...
231
232
233
234
  config QCOM_FASTRPC
  	tristate "Qualcomm FastRPC"
  	depends on ARCH_QCOM || COMPILE_TEST
  	depends on RPMSG
c0fae22f4   Srinivas Kandagatla   misc: fastrpc: se...
235
  	select DMA_SHARED_BUFFER
f6f9279f2   Srinivas Kandagatla   misc: fastrpc: Ad...
236
237
238
239
240
  	help
  	  Provides a communication mechanism that allows for clients to
  	  make remote method invocations across processor boundary to
  	  applications DSP processor. Say M if you want to enable this
  	  module.
3d919e5f6   Jack Steiner   GRU Driver: drive...
241
242
  config SGI_GRU
  	tristate "SGI GRU driver"
1bc4faa59   Robin Holt   sgi-gru: remove S...
243
  	depends on X86_UV && SMP
3d919e5f6   Jack Steiner   GRU Driver: drive...
244
  	select MMU_NOTIFIER
a7f7f6248   Masahiro Yamada   treewide: replace...
245
  	help
3d919e5f6   Jack Steiner   GRU Driver: drive...
246
247
248
249
250
251
252
253
254
255
256
257
  	The GRU is a hardware resource located in the system chipset. The GRU
  	contains memory that can be mmapped into the user address space. This memory is
  	used to communicate with the GRU to perform functions such as load/store,
  	scatter/gather, bcopy, AMOs, etc.  The GRU is directly accessed by user
  	instructions using user virtual addresses. GRU instructions (ex., bcopy) use
  	user virtual addresses for operands.
  
  	If you are not running on a SGI UV system, say N.
  
  config SGI_GRU_DEBUG
  	bool  "SGI GRU driver debug"
  	depends on SGI_GRU
a7f7f6248   Masahiro Yamada   treewide: replace...
258
  	help
a82cb8b91   Geert Uytterhoeven   misc: Grammar s/a...
259
260
  	This option enables additional debugging code for the SGI GRU driver.
  	If you are unsure, say N.
3d919e5f6   Jack Steiner   GRU Driver: drive...
261

22d96aa59   anantha   drivers/misc/apds...
262
263
264
265
266
267
268
269
270
  config APDS9802ALS
  	tristate "Medfield Avago APDS9802 ALS Sensor module"
  	depends on I2C
  	help
  	  If you say yes here you get support for the ALS APDS9802 ambient
  	  light sensor.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called apds9802als.
3cdbbeebb   Daniel Mack   drivers/misc/isl2...
271
272
273
274
275
276
277
278
279
  config ISL29003
  	tristate "Intersil ISL29003 ambient light sensor"
  	depends on I2C && SYSFS
  	help
  	  If you say yes here you get support for the Intersil ISL29003
  	  ambient light sensor.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called isl29003.
2e85c4ddd   Kalhan Trisal   drivers/misc/isl2...
280
281
282
283
284
285
286
287
288
  config ISL29020
  	tristate "Intersil ISL29020 ambient light sensor"
  	depends on I2C
  	help
  	  If you say yes here you get support for the Intersil ISL29020
  	  ambient light sensor.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called isl29020.
6d692eaae   Fugang Duan   MLK-10835-2 misc:...
289
290
291
292
293
294
295
296
297
  config SENSORS_FXOS8700
  	tristate "Freescale FXOS8700 M+G combo sensor"
  	depends on I2C && SYSFS
  	help
  	  If you say yes here you get support for the Freescale FXOS8700
  	  m+g combo  sensor.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called fxos8700.
3c6e99d82   Fugang Duan   MLK-10835-1 misc:...
298
299
300
301
302
303
304
305
306
  config SENSORS_FXAS2100X
  	tristate "Freescale FXAS2100X gyroscope sensor"
  	depends on I2C && SYSFS
  	help
  	  If you say yes here you get support for the Freescale FXAS2100X
  	  gyroscope sensor.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called fxas2100x.
6a9bcced5   Jean Delvare   tsl2550: Move fro...
307
308
309
310
311
312
313
314
315
  config SENSORS_TSL2550
  	tristate "Taos TSL2550 ambient light sensor"
  	depends on I2C && SYSFS
  	help
  	  If you say yes here you get support for the Taos TSL2550
  	  ambient light sensor.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called tsl2550.
190420ab3   Samu Onkalo   drivers/misc: dri...
316
  config SENSORS_BH1770
ab64ec1db   Krzysztof Kozlowski   misc: Fix Kconfig...
317
318
  	 tristate "BH1770GLC / SFH7770 combined ALS - Proximity sensor"
  	 depends on I2C
a7f7f6248   Masahiro Yamada   treewide: replace...
319
  	help
ab64ec1db   Krzysztof Kozlowski   misc: Fix Kconfig...
320
  	   Say Y here if you want to build a driver for BH1770GLC (ROHM) or
190420ab3   Samu Onkalo   drivers/misc: dri...
321
  	   SFH7770 (Osram) combined ambient light and proximity sensor chip.
ab64ec1db   Krzysztof Kozlowski   misc: Fix Kconfig...
322
323
  	   To compile this driver as a module, choose M here: the
  	   module will be called bh1770glc. If unsure, say N here.
190420ab3   Samu Onkalo   drivers/misc: dri...
324

92b1f84d4   Samu Onkalo   drivers/misc: dri...
325
326
327
  config SENSORS_APDS990X
  	 tristate "APDS990X combined als and proximity sensors"
  	 depends on I2C
a7f7f6248   Masahiro Yamada   treewide: replace...
328
  	help
92b1f84d4   Samu Onkalo   drivers/misc: dri...
329
330
331
332
333
  	   Say Y here if you want to build a driver for Avago APDS990x
  	   combined ambient light and proximity sensor chip.
  
  	   To compile this driver as a module, choose M here: the
  	   module will be called apds990x. If unsure, say N here.
cfa3b24c3   Kalhan Trisal   hmc6352: add driv...
334
335
336
337
338
339
  config HMC6352
  	tristate "Honeywell HMC6352 compass"
  	depends on I2C
  	help
  	  This driver provides support for the Honeywell HMC6352 compass,
  	  providing configuration and heading data via sysfs.
dddc66ffa   Wolfram Sang   i2c/chips: Move d...
340
341
  config DS1682
  	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
65929215d   Greg Kroah-Hartman   char/misc: remove...
342
  	depends on I2C
dddc66ffa   Wolfram Sang   i2c/chips: Move d...
343
344
345
346
347
348
  	help
  	  If you say yes here you get support for Dallas Semiconductor
  	  DS1682 Total Elapsed Time Recorder.
  
  	  This driver can also be built as a module.  If so, the module
  	  will be called ds1682.
453dc6593   Dmitry Torokhov   VMware Balloon dr...
349
350
  config VMWARE_BALLOON
  	tristate "VMware Balloon Driver"
48e3d668b   Philip P. Moltmann   VMware balloon: E...
351
  	depends on VMWARE_VMCI && X86 && HYPERVISOR_GUEST
83a8afa72   Nadav Amit   vmw_balloon: Comp...
352
  	select MEMORY_BALLOON
453dc6593   Dmitry Torokhov   VMware Balloon dr...
353
354
355
356
357
358
359
360
361
362
363
  	help
  	  This is VMware physical memory management driver which acts
  	  like a "balloon" that can be inflated to reclaim physical pages
  	  by reserving them in the guest and invalidating them in the
  	  monitor, freeing up the underlying machine pages so they can
  	  be allocated to other guests. The balloon can also be deflated
  	  to allow the guest to use more physical memory.
  
  	  If unsure, say N.
  
  	  To compile this driver as a module, choose M here: the
d544b7a40   Dmitry Torokhov   vmware balloon: r...
364
  	  module will be called vmw_balloon.
453dc6593   Dmitry Torokhov   VMware Balloon dr...
365

cf4ece534   Masayuki Ohtak   add Packet hub dr...
366
  config PCH_PHUB
584ad00ce   Tomoya MORINAGA   pch_phub: Support...
367
  	tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB"
4cd5773a2   Andy Shevchenko   net: core: move m...
368
  	select GENERIC_NET_UTILS
46fd8c342   Paul Burton   misc: pch_phub: a...
369
  	depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
cf4ece534   Masayuki Ohtak   add Packet hub dr...
370
371
372
373
374
  	help
  	  This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
  	  Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
  	  processor. The Topcliff has MAC address and Option ROM data in SROM.
  	  This driver can access MAC address and Option ROM data in SROM.
584ad00ce   Tomoya MORINAGA   pch_phub: Support...
375
376
377
378
379
380
381
  	  This driver also can be used for LAPIS Semiconductor's IOH,
  	  ML7213/ML7223/ML7831.
  	  ML7213 which is for IVI(In-Vehicle Infotainment) use.
  	  ML7223 IOH is for MP(Media Phone) use.
  	  ML7831 IOH is for general purpose use.
  	  ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  	  ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
c47dda7d1   Tomoya MORINAGA   pch_phub: add new...
382

cf4ece534   Masayuki Ohtak   add Packet hub dr...
383
384
  	  To compile this driver as a module, choose M here: the module will
  	  be called pch_phub.
781551df5   Stefan Roese   misc: Add Lattice...
385
386
387
388
389
390
391
392
393
394
  config LATTICE_ECP3_CONFIG
  	tristate "Lattice ECP3 FPGA bitstream configuration via SPI"
  	depends on SPI && SYSFS
  	select FW_LOADER
  	default	n
  	help
  	  This option enables support for bitstream configuration (programming
  	  or loading) of the Lattice ECP3 FPGA family via SPI.
  
  	  If unsure, say N.
4984c6f5e   Philipp Zabel   misc: generic on-...
395
396
397
398
  config SRAM
  	bool "Generic on-chip SRAM driver"
  	depends on HAS_IOMEM
  	select GENERIC_ALLOCATOR
37afff0d8   Dave Gerlach   misc: sram: Integ...
399
  	select SRAM_EXEC if ARM
4984c6f5e   Philipp Zabel   misc: generic on-...
400
401
402
403
  	help
  	  This driver allows you to declare a memory region to be managed by
  	  the genalloc API. It is supposed to be used for small on-chip SRAM
  	  areas found on many SoCs.
37afff0d8   Dave Gerlach   misc: sram: Integ...
404
405
  config SRAM_EXEC
  	bool
2c156ac71   Kishon Vijay Abraham I   misc: Add host si...
406
407
  config PCI_ENDPOINT_TEST
  	depends on PCI
a20cfc1cd   Tobias Regnery   misc: pci_endpoin...
408
  	select CRC32
2c156ac71   Kishon Vijay Abraham I   misc: Add host si...
409
  	tristate "PCI Endpoint Test driver"
a7f7f6248   Masahiro Yamada   treewide: replace...
410
  	help
ab64ec1db   Krzysztof Kozlowski   misc: Fix Kconfig...
411
412
  	   Enable this configuration option to enable the host side test driver
  	   for PCI Endpoint.
2c156ac71   Kishon Vijay Abraham I   misc: Add host si...
413

76d83e1c3   Dragan Cvetic   misc: xilinx-sdfe...
414
415
  config XILINX_SDFEC
  	tristate "Xilinx SDFEC 16"
01fd150f4   Randy Dunlap   misc: xilinx-sdfe...
416
  	depends on HAS_IOMEM
76d83e1c3   Dragan Cvetic   misc: xilinx-sdfe...
417
418
419
420
421
422
423
424
425
  	help
  	  This option enables support for the Xilinx SDFEC (Soft Decision
  	  Forward Error Correction) driver. This enables a char driver
  	  for the SDFEC.
  
  	  You may select this driver if your design instantiates the
  	  SDFEC(16nm) hardened block. To compile this as a module choose M.
  
  	  If unsure, say N.
e455b69dd   Rui Feng   misc: rtsx: Move ...
426
427
428
  config MISC_RTSX
  	tristate
  	default MISC_RTSX_PCI || MISC_RTSX_USB
12788836b   Jin Qian   ANDROID: uid_cput...
429
430
  config UID_SYS_STATS
  	bool "Per-UID statistics"
ad4b32c45   Jin Qian   ANDROID: taskstat...
431
  	depends on PROFILING && TASK_XACCT && TASK_IO_ACCOUNTING
12788836b   Jin Qian   ANDROID: uid_cput...
432
433
  	help
  	  Per UID based cpu time statistics exported to /proc/uid_cputime
ecc74079f   Jin Qian   ANDROID: uid_cput...
434
435
436
437
438
439
440
441
442
  	  Per UID based io statistics exported to /proc/uid_io
  	  Per UID based procstat control in /proc/uid_procstat
  
  config UID_SYS_STATS_DEBUG
  	bool "Per-TASK statistics"
  	depends on UID_SYS_STATS
  	default n
  	help
  	  Per TASK based io statistics exported to /proc/uid_io
12788836b   Jin Qian   ANDROID: uid_cput...
443

fcb418cd5   Peng Hao   pvpanic: move pvp...
444
445
  config PVPANIC
  	tristate "pvpanic device support"
eb30abeed   Peng Hao   misc/pvpanic: res...
446
  	depends on HAS_IOMEM && (ACPI || OF)
fcb418cd5   Peng Hao   pvpanic: move pvp...
447
448
449
450
  	help
  	  This driver provides support for the pvpanic device.  pvpanic is
  	  a paravirtualized device provided by QEMU; it lets a virtual machine
  	  (guest) communicate panic events to the host.
7a6ff4c4c   Yu Chen   misc: hisi_hikey_...
451
  config HISI_HIKEY_USB
d210a0023   Mauro Carvalho Chehab   misc: hisi_hikey_...
452
  	tristate "USB GPIO Hub on HiSilicon Hikey 960/970 Platform"
7a6ff4c4c   Yu Chen   misc: hisi_hikey_...
453
  	depends on (OF && GPIOLIB) || COMPILE_TEST
51fbad388   Mauro Carvalho Chehab   misc: Kconfig: fi...
454
  	depends on USB_ROLE_SWITCH
7a6ff4c4c   Yu Chen   misc: hisi_hikey_...
455
456
  	help
  	  If you say yes here this adds support for the on-board USB GPIO hub
d210a0023   Mauro Carvalho Chehab   misc: hisi_hikey_...
457
458
459
  	  found on HiKey 960/970 boards, which is necessary to support
  	  switching between the dual-role USB-C port and the USB-A host ports
  	  using only one USB controller.
7a6ff4c4c   Yu Chen   misc: hisi_hikey_...
460

4e17e1db9   Rodolfo Giometti   Add c2 port support
461
  source "drivers/misc/c2port/Kconfig"
5195e5093   Wolfram Sang   i2c: Move at24 to...
462
  source "drivers/misc/eeprom/Kconfig"
5f5bac827   Michał Mirosław   mmc: Driver for C...
463
  source "drivers/misc/cb710/Kconfig"
2bb32e84a   Pavan Savoy   misc: ti-st: Kcon...
464
  source "drivers/misc/ti-st/Kconfig"
ff606677f   Jean Delvare   Move lis3lv02d dr...
465
  source "drivers/misc/lis3lv02d/Kconfig"
cff4fa841   Igor M. Liplianin   [media] altera-st...
466
  source "drivers/misc/altera-stapl/Kconfig"
ffc2825c2   Greg Kroah-Hartman   Staging: mei: mov...
467
  source "drivers/misc/mei/Kconfig"
20259849b   George Zhang   VMCI: Some header...
468
  source "drivers/misc/vmw_vmci/Kconfig"
76f5adbcb   Frank Haverkamp   GenWQE Enable driver
469
  source "drivers/misc/genwqe/Kconfig"
6e2055a9e   Greg Kroah-Hartman   staging: echo: mo...
470
  source "drivers/misc/echo/Kconfig"
10542ca01   Ian Munsie   cxl: Add base bui...
471
  source "drivers/misc/cxl/Kconfig"
b97f02246   Frederic Barrat   ocxl: Add Makefil...
472
  source "drivers/misc/ocxl/Kconfig"
e455b69dd   Rui Feng   misc: rtsx: Move ...
473
  source "drivers/misc/cardreader/Kconfig"
c4d66343a   Oded Gabbay   habanalabs: add s...
474
  source "drivers/misc/habanalabs/Kconfig"
015d239ac   Kenneth Lee   uacce: add uacce ...
475
  source "drivers/misc/uacce/Kconfig"
7c5763b84   Fabio Estevam   drivers: misc: Re...
476
  endmenu