diff mbox

[U-Boot,01/12] usb: USB_ARCH_HAS_HCD Kconfig option removal

Message ID 1437554735-11728-1-git-send-email-contact@paulk.fr
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Paul Kocialkowski July 22, 2015, 8:45 a.m. UTC
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@paulk.fr>
---
 drivers/usb/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

Comments

Marek Vasut July 22, 2015, 2:03 p.m. UTC | #1
On Wednesday, July 22, 2015 at 10:45:24 AM, Paul Kocialkowski wrote:
> 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@paulk.fr>
> ---
>  drivers/usb/Kconfig | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
> index 637ef3d..fe1ef11 100644
> --- a/drivers/usb/Kconfig
> +++ b/drivers/usb/Kconfig
> @@ -1,9 +1,5 @@
> -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

Acked-by: Marek Vasut <marex@denx.de>

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 637ef3d..fe1ef11 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -1,9 +1,5 @@ 
-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