X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2Fmodules.mk;fp=target%2Flinux%2Fppc40x%2Fmodules.mk;h=4db39fac768e6f3a1ccb6d54392f95ef7adc8c51;hb=adc2b21be85a6bf34698e9f6ee72e72d8e6f7d03;hp=8859a2757839d726bf4ff2027e85d779e3534ab2;hpb=1627b2bb4b94f2388b54aa1578ed814f58cea264;p=lede-git%2F.git diff --git a/target/linux/ppc40x/modules.mk b/target/linux/ppc40x/modules.mk index 8859a27578..4db39fac76 100644 --- a/target/linux/ppc40x/modules.mk +++ b/target/linux/ppc40x/modules.mk @@ -20,3 +20,22 @@ define KernelPackage/ata-magicbox-cf/description endef $(eval $(call KernelPackage,ata-magicbox-cf)) + + +define KernelPackage/usb-isp116x-hcd + TITLE:=Support for the ISP116x USB Host Controller + DEPENDS:=@TARGET_ppc40x + KCONFIG:= \ + CONFIG_USB_ISP116X_HCD \ + CONFIG_USB_ISP116X_HCD_OF=y \ + CONFIG_USB_ISP116X_HCD_PLATFORM=n + FILES:=$(LINUX_DIR)/drivers/usb/host/isp116x-hcd.ko + AUTOLOAD:=$(call AutoLoad,50,isp116x-hcd) + $(call AddDepends/usb) +endef + +define KernelPackage/usb-isp116x-hcd/description + Kernel support for the ISP116X USB Host Controller +endef + +$(eval $(call KernelPackage,usb-isp116x-hcd))