diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-08-04 17:04:04 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-05 17:20:34 +0200 |
commit | 9ad437447d6153a5085984426797c8f931e684ac (patch) | |
tree | 2e281b798609849d7bac8cca9ff0f3149dc6277f /drivers/usb | |
parent | 93b9957894f062b24f7985374d5546d700f0d382 (diff) |
usb: USB_ARCH_HAS_HCD Kconfig option removal
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 716dad478d..fed510b298 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -1,10 +1,7 @@ menu USB -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 |