Felix Held has uploaded this change for review. ( https://review.coreboot.org/21486
Change subject: drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACK ......................................................................
drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACK
Remove the USBDEBUG_DONGLE_BEAGLEBONE_BLACK option that does the same as USBDEBUG_DONGLE_STD and update the description of USBDEBUG_DONGLE_STD that it also should be selected for the BeagleBone Black.
Change-Id: I3093a6d2c39e7b5e81785028e436109090d9e6dd --- M src/drivers/usb/Kconfig 1 file changed, 1 insertion(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/21486/1
diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig index 802eced..ea1d75e 100644 --- a/src/drivers/usb/Kconfig +++ b/src/drivers/usb/Kconfig @@ -77,17 +77,12 @@ default USBDEBUG_DONGLE_STD
config USBDEBUG_DONGLE_STD - bool "Net20DC or compatible" + bool "Net20DC or compatible, BeagleBone Black"
config USBDEBUG_DONGLE_BEAGLEBONE bool "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.
config USBDEBUG_DONGLE_FTDI_FT232H bool "FTDI FT232H UART"