From cc4d30924a150e6c7d25009a9a82199377c69b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Sun, 3 May 2015 06:27:11 +0300 Subject: usbdebug: Add FTDI FT232H support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested with gizmosphere/gizmo1 Explorer add-on board, which exposes the following device: 0x0403 Future Technology Devices International, Ltd 0x6014 FT232H Single HS USB-UART/FIFO IC For now UART is hard-coded to 115200, 8n1, no flow-control. Change-Id: I4081f84f7700751ccbf079e7fcbb1467aa71d872 Signed-off-by: Nico Huber Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/10063 Tested-by: build bot (Jenkins) --- src/drivers/usb/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/drivers/usb/Kconfig') diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig index b0baa42756c1..c5c1ec7187f6 100644 --- a/src/drivers/usb/Kconfig +++ b/src/drivers/usb/Kconfig @@ -89,6 +89,12 @@ config USBDEBUG_DONGLE_BEAGLEBONE_BLACK help Use this with BeagleBone Black. +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. + endchoice config USBDEBUG_OPTIONAL_HUB_PORT -- cgit v1.2.3