diff options
| author | Sergey Kostanbaev <[email protected]> | 2014-06-25 23:44:29 +0400 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2014-07-04 23:45:48 +0200 |
| commit | 7237d22baac9ebeffc946dfd30b9f61aaf0bfdbc (patch) | |
| tree | 4a508b14394dc3f710f1105804e503e8665a3f98 /drivers/usb/host/Makefile | |
| parent | c0c374024dbd38b1045784cb2880ba21db552c54 (diff) | |
arm: ep9315: Return back Cirrus Logic EDB9315A board support
This patch returns back support for old ep93xx processors family
Signed-off-by: Sergey Kostanbaev <[email protected]>
Cc: [email protected]
Diffstat (limited to 'drivers/usb/host/Makefile')
| -rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 7211c6ad964..04c1a642a3f 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o obj-$(CONFIG_USB_SL811HS) += sl811-hcd.o obj-$(CONFIG_USB_OHCI_S3C24XX) += ohci-s3c24xx.o +obj-$(CONFIG_USB_OHCI_EP93XX) += ohci-ep93xx.o # echi obj-$(CONFIG_USB_EHCI) += ehci-hcd.o |
