Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: Put USB Kconfig items back under USB.
commit 53c6bc2 (usb: Don't make USB_ARCH_HAS_{XHCI,OHCI,EHCI} depend on USB_SUPPORT.) Removed the dependency of the USB_ARCH_HAS_* symbols on USB_SUPPORT. However the resulting Kconfig somehow caused many of the USB configuration items to appear under the top level devices menu. To fix this we reunite the 'menuconfig USB_SUPPORT' with the 'if USB_SUPPORT', and the config items magically go back to their desired location. Reported-by: Julian Wollrath <[email protected]> Reported-by: Nobuhiro Iwamatsu <[email protected]> Reported-by: Borislav Petkov <[email protected]> Reported-by: Rupesh Gujare <[email protected]> Reported-by: Feng King <[email protected]> Reported-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]> Signed-off-by: David Daney <[email protected]> Tested-by: Peter Chen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information