aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2011-07-18 18:38:47 +0530
committerFelipe Balbi <balbi@ti.com>2011-08-12 11:52:36 +0300
commit26e5c3e227d15a44402e1c9ab817fe48142b4b99 (patch)
treea0cee56f9d70175b9ab84f3dd62e951b01c60f74 /drivers/usb/musb
parentusb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclared (diff)
downloadlinux-dev-26e5c3e227d15a44402e1c9ab817fe48142b4b99.tar.xz
linux-dev-26e5c3e227d15a44402e1c9ab817fe48142b4b99.zip
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>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index 6192b45959f4..fc34b8b11910 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -3,9 +3,6 @@
# for silicon based on Mentor Graphics INVENTRA designs
#
-comment "Enable Host or Gadget support to see Inventra options"
- depends on !USB && USB_GADGET=n
-
# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller
config USB_MUSB_HDRC
depends on USB && USB_GADGET