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
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/21486
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Felix Held 2017-09-11 18:36:18 +02:00 committed by Martin Roth
parent 395b469958
commit 6d717ae55f
1 changed files with 4 additions and 6 deletions

View File

@ -77,17 +77,15 @@ choice
default USBDEBUG_DONGLE_STD default USBDEBUG_DONGLE_STD
config USBDEBUG_DONGLE_STD config USBDEBUG_DONGLE_STD
bool "Net20DC or compatible" bool "USB gadget driver or Net20DC"
help
Net20DC, BeagleBone Black, Raspberry Pi Zero W
config USBDEBUG_DONGLE_BEAGLEBONE config USBDEBUG_DONGLE_BEAGLEBONE
bool "BeagleBone" bool "BeagleBone"
help help
Use this to configure the USB hub on BeagleBone board. Use this to configure the USB hub on BeagleBone board.
Do NOT select this for the BeagleBone Black.
config USBDEBUG_DONGLE_BEAGLEBONE_BLACK
bool "BeagleBone Black"
help
Use this with BeagleBone Black.
config USBDEBUG_DONGLE_FTDI_FT232H config USBDEBUG_DONGLE_FTDI_FT232H
bool "FTDI FT232H UART" bool "FTDI FT232H UART"