From 181cb9f3fa8d79bdc4b1534510206c13cb9e9303 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 28 Jul 2013 20:34:18 +0000 Subject: [PATCH] kernel: add usb-mxs-phy package SVN-Revision: 37580 --- package/kernel/linux/modules/usb.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index ffafce88d4..3ff0c0783c 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -1062,6 +1062,23 @@ endef $(eval $(call KernelPackage,usb-chipidea,1)) +define KernelPackage/usb-mxs-phy + TITLE:=Support for Freescale MXS USB PHY + DEPENDS:=@TARGET_imx6 + KCONFIG:=CONFIG_USB_MXS_PHY + FILES:=\ + $(LINUX_DIR)/drivers/usb/phy/phy-mxs-usb.ko + AUTOLOAD:=$(call AutoLoad,52,phy-mxs-usb,1) + $(call AddDepends/usb) +endef + +define KernelPackage/usb-mxs-phy/description + Kernel support for Freescale MXS USB PHY +endef + +$(eval $(call KernelPackage,usb-mxs-phy,1)) + + define KernelPackage/usbmon TITLE:=USB traffic monitor KCONFIG:=CONFIG_USB_MON -- 2.30.2