commit | a26a142275c690d122edfba79120412cd7dbe38e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jul 22 17:23:18 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 09 16:15:44 2016 +0200 |
tree | ec90658c9db4a22222cdec304d64efc822f47e71 | |
parent | 1ebe88d38ddec6b05f7b5e64acef30a98a4ad17e [diff] |
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>