Kconfig (860dbce3d8dd90cb9e909c58fa79808766243651) | Kconfig (cd238effefa28fac177e51dcf5e9d1a8b59c3c6b) |
---|---|
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" 9 ---help--- 10 This driver loads firmware to Emagic EMI 6|2m low latency USB 11 Audio and Midi interface. 12 13 After firmware load the device is handled with standard linux 14 USB Audio driver. 15 16 This code is also available as a module ( = code which can be 17 inserted in and removed from the running kernel whenever you want). 18 The module will be called audio. If you want to compile it as a | 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" 9 ---help--- 10 This driver loads firmware to Emagic EMI 6|2m low latency USB 11 Audio and Midi interface. 12 13 After firmware load the device is handled with standard linux 14 USB Audio driver. 15 16 This code is also available as a module ( = code which can be 17 inserted in and removed from the running kernel whenever you want). 18 The module will be called audio. If you want to compile it as a |
19 module, say M here and read <file:Documentation/kbuild/modules.txt>. | 19 module, say M here and read <file:Documentation/kbuild/modules.rst>. |
20 21config USB_EMI26 22 tristate "EMI 2|6 USB Audio interface support" 23 ---help--- 24 This driver loads firmware to Emagic EMI 2|6 low latency USB 25 Audio interface. 26 27 After firmware load the device is handled with standard linux --- 34 unchanged lines hidden (view full) --- 62 help 63 Say Y here if you want to connect a USB Lego Infrared Tower to your 64 computer's USB port. 65 66 This code is also available as a module ( = code which can be 67 inserted in and removed from the running kernel whenever you want). 68 The module will be called legousbtower. If you want to compile it as 69 a module, say M here and read | 20 21config USB_EMI26 22 tristate "EMI 2|6 USB Audio interface support" 23 ---help--- 24 This driver loads firmware to Emagic EMI 2|6 low latency USB 25 Audio interface. 26 27 After firmware load the device is handled with standard linux --- 34 unchanged lines hidden (view full) --- 62 help 63 Say Y here if you want to connect a USB Lego Infrared Tower to your 64 computer's USB port. 65 66 This code is also available as a module ( = code which can be 67 inserted in and removed from the running kernel whenever you want). 68 The module will be called legousbtower. If you want to compile it as 69 a module, say M here and read |
70 <file:Documentation/kbuild/modules.txt>. | 70 <file:Documentation/kbuild/modules.rst>. |
71 72config USB_LCD 73 tristate "USB LCD driver support" 74 help 75 Say Y here if you want to connect an USBLCD to your computer's 76 USB port. The USBLCD is a small USB interface board for 77 alphanumeric LCD modules. See <http://www.usblcd.de/> for more 78 information. --- 199 unchanged lines hidden --- | 71 72config USB_LCD 73 tristate "USB LCD driver support" 74 help 75 Say Y here if you want to connect an USBLCD to your computer's 76 USB port. The USBLCD is a small USB interface board for 77 alphanumeric LCD modules. See <http://www.usblcd.de/> for more 78 information. --- 199 unchanged lines hidden --- |