[RFC 1/5] USB: core: Add input prompt and help text for USB_OTG config

2010-12-15 Thread Pavankumar Kondeti
bd6882 commit removes the duplicate USB_OTG config from gadget/Kconfig. But does not copy the input prompt and help text to the original config defined in core/Kconfig. Add them now. Signed-off-by: Pavankumar Kondeti pkond...@codeaurora.org --- drivers/usb/core/Kconfig | 12 ++-- 1

Re: [RFC 1/5] USB: core: Add input prompt and help text for USB_OTG config

2010-12-15 Thread Greg KH
On Wed, Dec 15, 2010 at 04:44:10PM +0530, Pavankumar Kondeti wrote: bd6882 commit removes the duplicate USB_OTG config from gadget/Kconfig. But does not copy the input prompt and help text to the original config defined in core/Kconfig. Add them now. Signed-off-by: Pavankumar Kondeti