usb: remove redundant dependency on USB_SUPPORT
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Jul 2016 08:23:18 +0000 (17:23 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Aug 2016 14:15:44 +0000 (16:15 +0200)
commita26a142275c690d122edfba79120412cd7dbe38e
treeec90658c9db4a22222cdec304d64efc822f47e71
parent1ebe88d38ddec6b05f7b5e64acef30a98a4ad17e
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>
drivers/usb/core/Kconfig
drivers/usb/dwc3/Kconfig