diff options
author | Martin Fuzzey <mfuzzey@gmail.com> | 2009-11-21 06:14:48 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-02 17:52:55 -0500 |
commit | 23d3e7a6598066ed39771cf2030c6bbb581c7812 (patch) | |
tree | f405062a318d5b1859ecf439b924b26c81518ee7 /drivers/usb/host/Makefile | |
parent | 13dda80e48439b446d0bc9bab34b91484bc8f533 (diff) |
USB: MXC: Add i.MX21 specific USB host controller driver.
This driver is a Full / Low speed only USB host for the i.MX21.
Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index f58b2494c44a..4e0c67f1f51b 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile | |||
@@ -32,3 +32,5 @@ obj-$(CONFIG_USB_U132_HCD) += u132-hcd.o | |||
32 | obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o | 32 | obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o |
33 | obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o | 33 | obj-$(CONFIG_USB_ISP1760_HCD) += isp1760.o |
34 | obj-$(CONFIG_USB_HWA_HCD) += hwa-hc.o | 34 | obj-$(CONFIG_USB_HWA_HCD) += hwa-hc.o |
35 | obj-$(CONFIG_USB_IMX21_HCD) += imx21-hcd.o | ||
36 | |||