usb: musb: fix Kconfig
authorRabin Vincent <rabin@rab.in>
Mon, 18 Jul 2011 13:08:47 +0000 (18:38 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 12 Aug 2011 08:52:36 +0000 (11:52 +0300)
commit26e5c3e227d15a44402e1c9ab817fe48142b4b99
treea0cee56f9d70175b9ab84f3dd62e951b01c60f74
parent74c6f3a42a5af424dd954916a5e69d00271b943a
usb: musb: fix Kconfig

After 622859634 (usb: musb: drop a gigantic amount of ifdeferry):

 - USB_GADGET_MUSB_HDRC is no longer selectable because it
   depends on the removed USB_MUSB_PERIPHERAL and USB_MUSB_OTG
   options

 - The Kconfig comment still says "Enable Host or Gadget support
   to see Inventra options", even though you now need to enable
   both of them to see Inventra options.

Fix the dependency and drop the anyway unnecessary comment.

Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/Kconfig
drivers/usb/musb/Kconfig