diff options
Diffstat (limited to 'src/drivers/usb/Kconfig')
-rw-r--r-- | src/drivers/usb/Kconfig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig index c5c1ec7187..935108fd73 100644 --- a/src/drivers/usb/Kconfig +++ b/src/drivers/usb/Kconfig @@ -93,10 +93,20 @@ config USBDEBUG_DONGLE_FTDI_FT232H bool "FTDI FT232H UART" help Use this with FT232H usb-to-uart. Configuration is hard-coded - to use 115200, 8n1, no flow control. + to use 8n1, no flow control. endchoice +config USBDEBUG_DONGLE_FTDI_FT232H_BAUD + int "FTDI FT232H baud rate" + default 115200 + depends on USBDEBUG_DONGLE_FTDI_FT232H + help + Select baud rate for FT232H in the range 733..12,000,000. Make + sure that your receiving side supports the same setting and your + connection works with it. Multiples of 115,200 seem to be a good + choice, and EHCI debug usually can't saturate more than 576,000. + config USBDEBUG_OPTIONAL_HUB_PORT int default 2 if USBDEBUG_DONGLE_BEAGLEBONE |