diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 02:06:51 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:13 -0500 |
commit | ce40c5767a0ea1e77ca5d0b73269cb86301a35cf (patch) | |
tree | a57a74a1a12596f50df2e3ecbe70f5d5253a03cf /drivers/usb/musb/Makefile | |
parent | dc09886bfa781e2b442301116c18199519e36f0f (diff) |
usb: musb: split am35x to its own platform_driver
Just adding its own platform_driver, not really
using it yet.
When all HW glue layers are converted, more patches
will come to split power management code from musb_core
and move it completely to HW glue layer.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/Makefile')
-rw-r--r-- | drivers/usb/musb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 4792001a3d06..a48c86d9b4d0 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile | |||
@@ -17,10 +17,10 @@ musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o | |||
17 | musb_hdrc-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o | 17 | musb_hdrc-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o |
18 | musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o | 18 | musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o |
19 | musb_hdrc-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o | 19 | musb_hdrc-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o |
20 | musb_hdrc-$(CONFIG_USB_MUSB_AM35X) += am35x.o | ||
21 | musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o | 20 | musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o |
22 | 21 | ||
23 | obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o | 22 | obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o |
23 | obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o | ||
24 | 24 | ||
25 | # the kconfig must guarantee that only one of the | 25 | # the kconfig must guarantee that only one of the |
26 | # possible I/O schemes will be enabled at a time ... | 26 | # possible I/O schemes will be enabled at a time ... |