From a708326eca15e5eb68a472fee8a60498de437586 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 28 Jul 2013 20:34:18 +0000 Subject: kernel: add usb-mxs-phy package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37580 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 -- cgit v1.2.3