diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2017-09-11 18:36:18 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-28 01:32:49 +0000 |
commit | 6d717ae55ff481aee4b28533439d9814f74f3c67 (patch) | |
tree | 650100d7dce9339f214fa2290a9cac43affdc187 /src/drivers/usb | |
parent | 395b469958ef17059c7f326ba31ec809f9d90267 (diff) |
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>
Diffstat (limited to 'src/drivers/usb')
-rw-r--r-- | src/drivers/usb/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig index 802ecedd13..65cb883638 100644 --- a/src/drivers/usb/Kconfig +++ b/src/drivers/usb/Kconfig @@ -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" |