1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:39:48 +03:00

[ppc40x] move isp116x driver to target specific modules.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32865 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-07-25 15:50:45 +00:00
parent ba7b4e1df0
commit 670865f323
2 changed files with 19 additions and 19 deletions

View File

@ -110,25 +110,6 @@ endef
$(eval $(call KernelPackage,usb-ohci,1))
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))
define KernelPackage/usb2
TITLE:=Support for USB2 controllers
DEPENDS:=+TARGET_brcm47xx:kmod-usb-brcm47xx

View File

@ -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))