carl9170 firmware: remove usb transport watchdog
[carl9170fw.git] / 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_INIT_FIRMWARE
13         def_bool y
14         prompt "USB Interface Setup"
15         ---help---
16          Firmware should initialize the USB chip.
17
18          Just say Y.
19
20 config CARL9170FW_USB_UP_STREAM
21         def_bool y
22         prompt "USB Upload Stream"
23         ---help---
24          This features allows the USB silicon to combine small, single
25          frames into bigger transfers. This can help to reduce
26          some per-transfer overhead in the application.
27
28          Say Y, unless you have experienced strange rx corruptions.
29
30 config CARL9170FW_USB_DN_STREAM
31         def_bool n
32         prompt "USB Download Stream"
33
34 config CARL9170FW_DEBUG_USB
35         def_bool y
36         prompt "Pass debug messages through USB transport"
37         ---help---
38          Report all firmware messages through the USB transport.
39          But there is a catch: In case of a BUG, the USB transport
40          needs to be functional, otherwise the application won't
41          receive anything.
42
43          Say Y.
44
45 endmenu