aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorGravatar Anatolij Gustschin <agust@denx.de> 2011-04-18 22:01:56 +0200
committerGravatar Greg Kroah-Hartman <gregkh@suse.de> 2011-05-02 16:59:37 -0700
commitb703e47ec0d16ccaf2895e2069b6c83a92c51efc (patch)
tree6850e5fe446c6a8a7972555e9d75700a552e18ff /drivers/usb/Makefile
parentUSB: ehci-fsl: add MPC5121E specific suspend and resume (diff)
downloadlinux-b703e47ec0d16ccaf2895e2069b6c83a92c51efc.tar.gz
linux-b703e47ec0d16ccaf2895e2069b6c83a92c51efc.tar.bz2
linux-b703e47ec0d16ccaf2895e2069b6c83a92c51efc.zip
USB: fix build of FSL MPH DR OF platform driver
When only FSL USB gadget driver is selected in the kernel configuration the MPH DR OF driver for creation of FSL USB platform devices from device tree won't be built. As a result no USB platform devices for MPH DR USB controller will be created at run time and no probing will be done in the fsl_udc_core driver. Add an entry to the Makefile to build the MPH DR OF platform driver if CONFIG_USB_FSL_MPH_DR_OF is defined. Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 9bc8aeb3c96f..30ddf8dc4f72 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -22,6 +22,7 @@ obj-$(CONFIG_USB_R8A66597_HCD) += host/
obj-$(CONFIG_USB_HWA_HCD) += host/
obj-$(CONFIG_USB_ISP1760_HCD) += host/
obj-$(CONFIG_USB_IMX21_HCD) += host/
+obj-$(CONFIG_USB_FSL_MPH_DR_OF) += host/
obj-$(CONFIG_USB_C67X00_HCD) += c67x00/