Kconfig (60c07f80b04698f6c054b675cb67ec5e7ee8db27) Kconfig (d3ede2dba3d800912523838a6db35d562e042101)
1#
2# USB Miscellaneous driver configuration
3#
4comment "USB Miscellaneous drivers"
5
6config USB_EMI62
7 tristate "EMI 6|2m USB Audio interface support"
8 ---help---

--- 246 unchanged lines hidden (view full) ---

255 This driver is for generating specific traffic for Super Speed Link
256 Layer Test Device. Say Y only when you want to conduct USB Super Speed
257 Link Layer Test for host controllers.
258
259config USB_CHAOSKEY
260 tristate "ChaosKey random number generator driver support"
261 depends on HW_RANDOM
262 help
1#
2# USB Miscellaneous driver configuration
3#
4comment "USB Miscellaneous drivers"
5
6config USB_EMI62
7 tristate "EMI 6|2m USB Audio interface support"
8 ---help---

--- 246 unchanged lines hidden (view full) ---

255 This driver is for generating specific traffic for Super Speed Link
256 Layer Test Device. Say Y only when you want to conduct USB Super Speed
257 Link Layer Test for host controllers.
258
259config USB_CHAOSKEY
260 tristate "ChaosKey random number generator driver support"
261 depends on HW_RANDOM
262 help
263 Say Y here if you want to connect an AltusMetrum ChaosKey to
264 your computer's USB port. The ChaosKey is a hardware random
265 number generator which hooks into the kernel entropy pool to
266 ensure a large supply of entropy for /dev/random and
267 /dev/urandom and also provides direct access via /dev/chaoskeyX
263 Say Y here if you want to connect an AltusMetrum ChaosKey or
264 Araneus Alea I to your computer's USB port. These devices
265 are hardware random number generators which hook into the
266 kernel entropy pool to ensure a large supply of entropy for
267 /dev/random and /dev/urandom and also provides direct access
268 via /dev/chaoskeyX
268
269 To compile this driver as a module, choose M here: the
270 module will be called chaoskey.
271
272config UCSI
273 tristate "USB Type-C Connector System Software Interface driver"
274 depends on ACPI
275 help

--- 21 unchanged lines hidden ---
269
270 To compile this driver as a module, choose M here: the
271 module will be called chaoskey.
272
273config UCSI
274 tristate "USB Type-C Connector System Software Interface driver"
275 depends on ACPI
276 help

--- 21 unchanged lines hidden ---