Setting up repository
[linux-libre-firmware.git] / carl9170fw / carlfw / usb / Kconfig
1 menu "USB Firmware Configuration Settings"
2
3 config CARL9170FW_USB_STANDARD_CMDS
4         def_bool y
5         prompt "Basic USB Interface"
6         ---help---
7          Allows the device to be queried about Standard USB 2.0 Device
8          Description Descriptors.
9
10          Say Y, unless you don't care if lsusb -v fails.
11
12 config CARL9170FW_USB_UP_STREAM
13         def_bool y
14         prompt "USB Upload Stream"
15         ---help---
16          This features allows the USB silicon to combine small, single
17          frames into bigger transfers. This can help to reduce
18          some per-transfer overhead in the application.
19
20          Say Y, unless you have experienced strange rx corruptions.
21
22 config CARL9170FW_USB_DN_STREAM
23         def_bool n
24         prompt "USB Download Stream"
25
26 config CARL9170FW_DEBUG_USB
27         def_bool y
28         prompt "Pass debug messages through USB transport"
29         ---help---
30          Report all firmware messages through the USB transport.
31          But there is a catch: In case of a BUG, the USB transport
32          needs to be functional, otherwise the application won't
33          receive anything.
34
35          Say Y.
36
37 endmenu