Kconfig (0ea8a56de21be24cb79abb03dee79aabcd60a316) | Kconfig (517c4c44b32372d2fdf4421822e21083c45e89f9) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Miscellaneous driver configuration 4# 5comment "USB Miscellaneous drivers" 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 261 unchanged lines hidden (view full) --- 270 Araneus Alea I to your computer's USB port. These devices 271 are hardware random number generators which hook into the 272 kernel entropy pool to ensure a large supply of entropy for 273 /dev/random and /dev/urandom and also provides direct access 274 via /dev/chaoskeyX 275 276 To compile this driver as a module, choose M here: the 277 module will be called chaoskey. | 1# SPDX-License-Identifier: GPL-2.0 2# 3# USB Miscellaneous driver configuration 4# 5comment "USB Miscellaneous drivers" 6 7config USB_EMI62 8 tristate "EMI 6|2m USB Audio interface support" --- 261 unchanged lines hidden (view full) --- 270 Araneus Alea I to your computer's USB port. These devices 271 are hardware random number generators which hook into the 272 kernel entropy pool to ensure a large supply of entropy for 273 /dev/random and /dev/urandom and also provides direct access 274 via /dev/chaoskeyX 275 276 To compile this driver as a module, choose M here: the 277 module will be called chaoskey. |
278 279config BRCM_USB_PINMAP 280 tristate "Broadcom pinmap driver support" 281 depends on (ARCH_BRCMSTB && PHY_BRCM_USB) || COMPILE_TEST 282 default ARCH_BRCMSTB && PHY_BRCM_USB 283 help 284 This option enables support for remapping some USB external 285 signals, which are typically on dedicated pins on the chip, 286 to any gpio. |
|