[PATCH v13 09/10] USB ppc4xx: Add Synopsys DWC OTG driver kernel configuration and Makefile
Felipe Balbi
balbi at ti.com
Mon Apr 4 23:59:28 EST 2011
On Sun, Apr 03, 2011 at 04:17:24PM -0700, tmarri at apm.com wrote:
> From: Tirumala Marri <tmarri at apm.com>
>
> 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 at apm.com>
> Signed-off-by: Fushen Chen <fchen at apm.com>
> Signed-off-by: Mark Miesfeld <mmiesfeld at apm.com>
> ---
> 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
More information about the Linuxppc-dev
mailing list