aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/usb
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@gmx.at>2018-08-17 09:53:47 +0200
committerFelix Held <felix-coreboot@felixheld.de>2018-08-20 06:55:50 +0000
commitb0622de8788c5152ec3e4dc8b48c3c51a6ad483e (patch)
treedae686c352c366063ced98de1fb1feed9acfd154 /src/drivers/usb
parent6e89d3bc52738c59deb37c8abd81b3323990afff (diff)
src/drivers/usb/Kconfig: increase warning signs for BBB owners
The help text is already very clear but some users (first and foremost the author of this patch ;) are still selecting USBDEBUG_DONGLE_BEAGLEBONE when using a BeagleBone Black and waste hours on analyzing the debug output of EHCI debug driver. Change-Id: Ibf002db7d81ed44878f3ce0324170e4b99e780a5 Signed-off-by: Stefan Tauner <stefan.tauner@gmx.at> Reviewed-on: https://review.coreboot.org/28184 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/drivers/usb')
-rw-r--r--src/drivers/usb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/usb/Kconfig b/src/drivers/usb/Kconfig
index 65cb883638..6965896d7e 100644
--- a/src/drivers/usb/Kconfig
+++ b/src/drivers/usb/Kconfig
@@ -82,7 +82,7 @@ config USBDEBUG_DONGLE_STD
Net20DC, BeagleBone Black, Raspberry Pi Zero W
config USBDEBUG_DONGLE_BEAGLEBONE
- bool "BeagleBone"
+ bool "BeagleBone (not BeagleBone Black)"
help
Use this to configure the USB hub on BeagleBone board.
Do NOT select this for the BeagleBone Black.