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>
This commit is contained in:
Stefan Tauner 2018-08-17 09:53:47 +02:00 committed by Felix Held
parent 6e89d3bc52
commit b0622de878

View file

@ -82,7 +82,7 @@ config USBDEBUG_DONGLE_STD
Net20DC, BeagleBone Black, Raspberry Pi Zero W Net20DC, BeagleBone Black, Raspberry Pi Zero W
config USBDEBUG_DONGLE_BEAGLEBONE config USBDEBUG_DONGLE_BEAGLEBONE
bool "BeagleBone" bool "BeagleBone (not BeagleBone Black)"
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. Do NOT select this for the BeagleBone Black.