X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=carlfw%2Fusb%2FKconfig;h=0cea6c264359ab06a2e4ef84f7a22c3542cfb909;hb=0474f0e5eaad817e2cb84d405c49d2ba20d8a16b;hp=c1dad332edff46ab3669acd235d7477103df284b;hpb=95e0b3d5f76e191546422c4dbb7afd2ad679ff8d;p=carl9170fw.git diff --git a/carlfw/usb/Kconfig b/carlfw/usb/Kconfig index c1dad33..0cea6c2 100644 --- a/carlfw/usb/Kconfig +++ b/carlfw/usb/Kconfig @@ -3,24 +3,16 @@ menu "USB Firmware Configuration Settings" config CARL9170FW_USB_STANDARD_CMDS def_bool y prompt "Basic USB Interface" - ---help--- + help Allows the device to be queried about Standard USB 2.0 Device Description Descriptors. Say Y, unless you don't care if lsusb -v fails. -config CARL9170FW_USB_INIT_FIRMWARE - def_bool y - prompt "USB Interface Setup" - ---help--- - Firmware should initialize the USB chip. - - Just say Y. - config CARL9170FW_USB_UP_STREAM def_bool y prompt "USB Upload Stream" - ---help--- + help This features allows the USB silicon to combine small, single frames into bigger transfers. This can help to reduce some per-transfer overhead in the application. @@ -34,7 +26,7 @@ config CARL9170FW_USB_DN_STREAM config CARL9170FW_DEBUG_USB def_bool y prompt "Pass debug messages through USB transport" - ---help--- + help Report all firmware messages through the USB transport. But there is a catch: In case of a BUG, the USB transport needs to be functional, otherwise the application won't