usbdebug: Add BeagleBone Black
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 <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/4289 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
parent
147f703aa9
commit
d6060b7142
|
@ -84,6 +84,11 @@ config USBDEBUG_DONGLE_BEAGLEBONE
|
||||||
help
|
help
|
||||||
Use this to configure the USB hub on BeagleBone board.
|
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
|
endchoice
|
||||||
|
|
||||||
config USBDEBUG_OPTIONAL_HUB_PORT
|
config USBDEBUG_OPTIONAL_HUB_PORT
|
||||||
|
|
Loading…
Reference in New Issue