diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2010-10-19 06:03:26 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:22:18 -0400 |
commit | bd68826897d328f332d8f98979d9ee95b96fb6f8 (patch) | |
tree | 461045344a227109dbaeb6aba3cd289b138e9d16 | |
parent | e576a7a96aae99b74dd758fff54c345f8f4ff097 (diff) |
usb: gadget: fix Kconfig warning
warning: (USB_MUSB_HDRC_HCD && USB_SUPPORT && USB_MUSB_HDRC &&
(USB_MUSB_HOST || USB_MUSB_OTG) && USB_GADGET_MUSB_HDRC || USB_MUSB_OTG
&& <choice> && USB && USB_GADGET && PM && EXPERIMENTAL) selects USB_OTG
which has unmet direct dependencies (USB_GADGET_OMAP && ARCH_OMAP_OTG &&
USB_OHCI_HCD)
This doesn't seem to happen on 2.6.36-rc8, but still doesn't make sense
to keep this duplicated config that is already defined in usb/core.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/usb/gadget/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 0fe5bc876fa5..b739ca814651 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -210,17 +210,6 @@ config USB_OMAP | |||
210 | default USB_GADGET | 210 | default USB_GADGET |
211 | select USB_GADGET_SELECTED | 211 | select USB_GADGET_SELECTED |
212 | 212 | ||
213 | config USB_OTG | ||
214 | boolean "OTG Support" | ||
215 | depends on USB_GADGET_OMAP && ARCH_OMAP_OTG && USB_OHCI_HCD | ||
216 | help | ||
217 | The most notable feature of USB OTG is support for a | ||
218 | "Dual-Role" device, which can act as either a device | ||
219 | or a host. The initial role choice can be changed | ||
220 | later, when two dual-role devices talk to each other. | ||
221 | |||
222 | Select this only if your OMAP board has a Mini-AB connector. | ||
223 | |||
224 | config USB_GADGET_PXA25X | 213 | config USB_GADGET_PXA25X |
225 | boolean "PXA 25x or IXP 4xx" | 214 | boolean "PXA 25x or IXP 4xx" |
226 | depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX | 215 | depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX |