Kconfig (b10778a00d40b3d9fdaaf5891e802794781ff71c) | Kconfig (66e3e591891da9899a8990792da080432531ffd4) |
---|---|
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--- --- 241 unchanged lines hidden (view full) --- 250 This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. 251 252config USB_LINK_LAYER_TEST 253 tristate "USB Link Layer Test driver" 254 help 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. | 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--- --- 241 unchanged lines hidden (view full) --- 250 This option enables support for SMSC USB3503 HSIC to USB 2.0 Driver. 251 252config USB_LINK_LAYER_TEST 253 tristate "USB Link Layer Test driver" 254 help 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 help 262 Say Y here if you want to connect an AltusMetrum ChaosKey to 263 your computer's USB port. The ChaosKey is a hardware random 264 number generator which hooks into the kernel entropy pool to 265 ensure a large supply of entropy for /dev/random and 266 /dev/urandom and also provides direct access via /dev/chaoskeyX 267 268 To compile this driver as a module, choose M here: the 269 module will be called chaoskey. |
|