[U-Boot] [PATCH v2 01/11] usb: USB_ARCH_HAS_HCD Kconfig option removal

Paul Kocialkowski contact at paulk.fr
Wed Jul 29 15:32:02 CEST 2015


The USB_ARCH_HAS_HCD currently serves no purpose and adds some confusion to the
required Kconfig options that are required to have USB support.

Dropping it makes things easier and doesn't break anything, since it was unused
anyways.

Signed-off-by: Paul Kocialkowski <contact at paulk.fr>
---
 drivers/usb/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 19b1b3d..89f2137 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -4,12 +4,8 @@
 
 menu "USB support"
 
-config USB_ARCH_HAS_HCD
-	def_bool y
-
 config USB
 	bool "Support for Host-side USB"
-	depends on USB_ARCH_HAS_HCD
 	---help---
 	  Universal Serial Bus (USB) is a specification for a serial bus
 	  subsystem which offers higher speeds and more features than the
-- 
1.9.1



More information about the U-Boot mailing list