diff options
author | Andrew Victor <andrew@sanpeople.com> | 2006-01-22 13:32:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:55 -0500 |
commit | 39a269c09f854d3d98cbb755b3568175f04efa10 (patch) | |
tree | dcba12509961393e9f2920b23a337af8d6c4aec3 /drivers/usb/Makefile | |
parent | d0852299381326c5d8eb67771aa98108050e6901 (diff) |
[PATCH] USB: add support for OCHI on AT91rm9200
This adds support for OHCI on AT91rm9200 based boards.
Possibly of interest here is the way this uses <linux/clk.h> to
gate clocks on/off during system pm state transitions. That's
typical for non-PCI systems. Some can go further; Mini-A host
side connectors enable ID-pin sensing.
From: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 7796ecfc0765..bb36a1c1dbb3 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile | |||
@@ -15,6 +15,7 @@ obj-$(CONFIG_USB_OHCI_HCD) += host/ | |||
15 | obj-$(CONFIG_USB_UHCI_HCD) += host/ | 15 | obj-$(CONFIG_USB_UHCI_HCD) += host/ |
16 | obj-$(CONFIG_USB_SL811_HCD) += host/ | 16 | obj-$(CONFIG_USB_SL811_HCD) += host/ |
17 | obj-$(CONFIG_ETRAX_USB_HOST) += host/ | 17 | obj-$(CONFIG_ETRAX_USB_HOST) += host/ |
18 | obj-$(CONFIG_USB_OHCI_AT91) += host/ | ||
18 | 19 | ||
19 | obj-$(CONFIG_USB_ACM) += class/ | 20 | obj-$(CONFIG_USB_ACM) += class/ |
20 | obj-$(CONFIG_USB_PRINTER) += class/ | 21 | obj-$(CONFIG_USB_PRINTER) += class/ |