diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-07-22 11:23:18 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-08-09 17:15:44 +0300 |
commit | a26a142275c690d122edfba79120412cd7dbe38e (patch) | |
tree | ec90658c9db4a22222cdec304d64efc822f47e71 /drivers/usb/core/Kconfig | |
parent | 1ebe88d38ddec6b05f7b5e64acef30a98a4ad17e (diff) | |
download | linux-a26a142275c690d122edfba79120412cd7dbe38e.tar.xz |
usb: remove redundant dependency on USB_SUPPORT
The whole Kconfig entries of the USB subsystem are surrounded with
"if USB_SUPPORT" ... "endif", so CONFIG_USB_SUPPORT=y is surely met
when these two Kconfig options are visible.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/Kconfig')
-rw-r--r-- | drivers/usb/core/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index dd280108758f..253aac74cce1 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig @@ -85,7 +85,6 @@ config USB_OTG_FSM config USB_ULPI_BUS tristate "USB ULPI PHY interface support" - depends on USB_SUPPORT help UTMI+ Low Pin Interface (ULPI) is specification for a commonly used USB 2.0 PHY interface. The ULPI specification defines a standard set |