aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-01 08:01:11 -0500
committerFelipe Balbi <balbi@ti.com>2010-12-10 03:21:11 -0500
commitdc09886bfa781e2b442301116c18199519e36f0f (patch)
treef526992695aa32804dc7de012339cd1674737201 /drivers/usb/musb/Makefile
parent05ac10dd6862a3fcce33d2203fbb2ef285e3ca87 (diff)
usb: musb: split omap2430 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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile
index 52d18dbefcfa..4792001a3d06 100644
--- a/drivers/usb/musb/Makefile
+++ b/drivers/usb/musb/Makefile
@@ -17,10 +17,11 @@ musb_hdrc-$(CONFIG_DEBUG_FS) += musb_debugfs.o
17musb_hdrc-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o 17musb_hdrc-$(CONFIG_USB_MUSB_DAVINCI) += davinci.o
18musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o 18musb_hdrc-$(CONFIG_USB_MUSB_DA8XX) += da8xx.o
19musb_hdrc-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o 19musb_hdrc-$(CONFIG_USB_MUSB_TUSB6010) += tusb6010.o
20musb_hdrc-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
21musb_hdrc-$(CONFIG_USB_MUSB_AM35X) += am35x.o 20musb_hdrc-$(CONFIG_USB_MUSB_AM35X) += am35x.o
22musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o 21musb_hdrc-$(CONFIG_USB_MUSB_BLACKFIN) += blackfin.o
23 22
23obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o
24
24# the kconfig must guarantee that only one of the 25# the kconfig must guarantee that only one of the
25# possible I/O schemes will be enabled at a time ... 26# possible I/O schemes will be enabled at a time ...
26# PIO only, or DMA (several potential schemes). 27# PIO only, or DMA (several potential schemes).