From d6060b7142310a7a5d3a4912bbd08d230cad90b1 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 17 Oct 2013 18:50:13 +0300 Subject: usbdebug: Add BeagleBone Black MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid some confusion as the selection of "BeagleBone" is not compatible with the product "BeagleBone Black". Change-Id: If73f80565cd26d2b41db972b4474ab85b609c1ad Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4289 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/drivers/usb/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig index 28b95c6263..f225ac12fb 100644 --- a/src/drivers/usb/Kconfig +++ b/src/drivers/usb/Kconfig @@ -84,6 +84,11 @@ config USBDEBUG_DONGLE_BEAGLEBONE help Use this to configure the USB hub on BeagleBone board. +config USBDEBUG_DONGLE_BEAGLEBONE_BLACK + bool "BeagleBone Black" + help + Use this with BeagleBone Black. + endchoice config USBDEBUG_OPTIONAL_HUB_PORT -- cgit v1.2.3