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:
parent
395b469958
commit
6d717ae55f
|
@ -77,17 +77,15 @@ choice
|
|||
default 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
|
||||
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.
|
||||
Do NOT select this for the BeagleBone Black.
|
||||
|
||||
config USBDEBUG_DONGLE_FTDI_FT232H
|
||||
bool "FTDI FT232H UART"
|
||||
|
|
Loading…
Reference in New Issue