From 6d717ae55ff481aee4b28533439d9814f74f3c67 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 11 Sep 2017 18:36:18 +0200 Subject: drivers/usb/Kconfig: remove USBDEBUG_DONGLE_BEAGLEBONE_BLACK MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/21486 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/drivers/usb/Kconfig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/drivers/usb') 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" -- cgit v1.2.3