mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 08:21:47 +08:00
Update On Wed Mar 13 19:24:51 CET 2024
This commit is contained in:
@@ -331,17 +331,6 @@ define KernelPackage/usb-bcma
|
||||
endef
|
||||
$(eval $(call KernelPackage,usb-bcma))
|
||||
|
||||
define KernelPackage/usb-fotg210
|
||||
TITLE:=Support for FOTG210 USB host controllers
|
||||
DEPENDS:=@USB_SUPPORT @TARGET_gemini
|
||||
KCONFIG:=CONFIG_USB_FOTG210_HCD
|
||||
FILES:= \
|
||||
$(if $(CONFIG_USB_FOTG210_HCD),$(LINUX_DIR)/drivers/usb/host/fotg210-hcd.ko)
|
||||
AUTOLOAD:=$(call AutoLoad,50,fotg210-hcd,1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
$(eval $(call KernelPackage,usb-fotg210))
|
||||
|
||||
define KernelPackage/usb-ssb
|
||||
TITLE:=Support for SSB USB controllers
|
||||
DEPENDS:=@USB_SUPPORT @TARGET_bcm47xx
|
||||
@@ -470,6 +459,44 @@ endef
|
||||
$(eval $(call KernelPackage,usb-dwc2-pci))
|
||||
|
||||
|
||||
define KernelPackage/usb-cdns
|
||||
TITLE:=Cadence USB USB controller driver
|
||||
DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget +kmod-usb-roles
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_CDNS_SUPPORT
|
||||
FILES:= $(LINUX_DIR)/drivers/usb/cdns3/cdns-usb-common.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,cdns-usb-common,1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-cdns/description
|
||||
This driver provides USB Device Controller support for the
|
||||
Cadence USB Core
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-cdns))
|
||||
|
||||
|
||||
define KernelPackage/usb-cdns3
|
||||
TITLE:=Cadence USB3 USB controller driver
|
||||
DEPENDS:=+kmod-usb-cdns
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_CDNS3 \
|
||||
CONFIG_USB_CDNS3_GADGET=y \
|
||||
CONFIG_USB_CDNS3_HOST=y
|
||||
FILES:= $(LINUX_DIR)/drivers/usb/cdns3/cdns3.ko
|
||||
AUTOLOAD:=$(call AutoLoad,54,cdns3,1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-cdns3/description
|
||||
This driver provides support for the Dual Role SuperSpeed
|
||||
USB Controller based on the Cadence USB3 IP Core
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-cdns3))
|
||||
|
||||
|
||||
define KernelPackage/usb-dwc3
|
||||
TITLE:=DWC3 USB controller driver
|
||||
KCONFIG:= \
|
||||
@@ -762,8 +789,11 @@ $(eval $(call KernelPackage,usb-serial-mct))
|
||||
|
||||
define KernelPackage/usb-serial-mos7720
|
||||
TITLE:=Support for Moschip MOS7720 devices
|
||||
KCONFIG:=CONFIG_USB_SERIAL_MOS7720
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_SERIAL_MOS7720 \
|
||||
CONFIG_USB_SERIAL_MOS7715_PARPORT=y
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/mos7720.ko
|
||||
DEPENDS:=+kmod-ppdev
|
||||
AUTOLOAD:=$(call AutoProbe,mos7720)
|
||||
$(call AddDepends/usb-serial)
|
||||
endef
|
||||
@@ -1285,7 +1315,8 @@ $(eval $(call KernelPackage,usb-net-smsc75xx))
|
||||
|
||||
define KernelPackage/usb-net-smsc95xx
|
||||
TITLE:=SMSC LAN95XX based USB 2.0 10/100 ethernet devices
|
||||
DEPENDS:=+kmod-phy-smsc +(LINUX_6_1||LINUX_6_6):kmod-net-selftests
|
||||
DEPENDS:=+!LINUX_5_4:kmod-libphy +kmod-phy-smsc \
|
||||
+(LINUX_6_1||LINUX_6_6):kmod-net-selftests
|
||||
KCONFIG:=CONFIG_USB_NET_SMSC95XX
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/smsc95xx.ko
|
||||
AUTOLOAD:=$(call AutoProbe,smsc95xx)
|
||||
@@ -1750,6 +1781,7 @@ define KernelPackage/usb3
|
||||
+TARGET_ramips_mt7621:kmod-usb-xhci-mtk \
|
||||
+TARGET_mediatek:kmod-usb-xhci-mtk \
|
||||
+TARGET_apm821xx_nand:kmod-usb-xhci-pci-renesas \
|
||||
+TARGET_lantiq_xrx200:kmod-usb-xhci-pci-renesas \
|
||||
+TARGET_mvebu_cortexa9:kmod-usb-xhci-pci-renesas
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_PCI=y \
|
||||
|
||||
Reference in New Issue
Block a user