On Sun, Apr 03, 2011 at 04:17:24PM -0700, tmarri@xxxxxxx wrote: > From: Tirumala Marri <tmarri@xxxxxxx> > > Add Synopsys DesignWare HS USB OTG driver kernel configuration. > Synopsys OTG driver may operate in host only, device only, or OTG mode. > The driver also allows user configure the core to use its internal DMA > or Slave (PIO) mode. > > Signed-off-by: Tirumala R Marri <tmarri@xxxxxxx> > Signed-off-by: Fushen Chen <fchen@xxxxxxx> > Signed-off-by: Mark Miesfeld <mmiesfeld@xxxxxxx> > --- > drivers/Makefile | 1 + > drivers/usb/Kconfig | 2 + > drivers/usb/dwc/Kconfig | 84 ++++++++++++++++++++++++++++++++++++++++++++++ > drivers/usb/dwc/Makefile | 19 ++++++++++ > 4 files changed, 106 insertions(+), 0 deletions(-) > create mode 100644 drivers/usb/dwc/Kconfig > create mode 100644 drivers/usb/dwc/Makefile > > diff --git a/drivers/Makefile b/drivers/Makefile > index a125e0b..d4133a6 100644 > --- a/drivers/Makefile > +++ b/drivers/Makefile > @@ -65,6 +65,7 @@ obj-$(CONFIG_PARIDE) += block/paride/ > obj-$(CONFIG_TC) += tc/ > obj-$(CONFIG_UWB) += uwb/ > obj-$(CONFIG_USB_OTG_UTILS) += usb/otg/ > +obj-$(CONFIG_USB_DWC_OTG) += usb/dwc/ another one ? Greg, I know MUSB is also wrong, but can we avoid adding more guys to drivers/Makefile and use drivers/usb/Makefile instead ? Promise I'll send a patch to MUSB for next merge window :-) -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html