You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
920 B
33 lines
920 B
define KernelPackage/ata-oxnas-sata
|
|
SUBMENU:=$(BLOCK_MENU)
|
|
TITLE:=oxnas Serial ATA support
|
|
KCONFIG:=CONFIG_SATA_OXNAS
|
|
DEPENDS:=@TARGET_oxnas
|
|
FILES:=$(LINUX_DIR)/drivers/ata/sata_oxnas.ko
|
|
AUTOLOAD:=$(call AutoLoad,41,sata_oxnas,1)
|
|
$(call AddDepends/ata)
|
|
endef
|
|
|
|
define KernelPackage/ata-oxnas-sata/description
|
|
SATA support for OX934 core found in the OX8xx/PLX782x SoCs
|
|
endef
|
|
|
|
$(eval $(call KernelPackage,ata-oxnas-sata))
|
|
|
|
|
|
define KernelPackage/usb2-oxnas
|
|
SUBMENU:=$(BLOCK_MENU)
|
|
TITLE:=OX820 EHCI driver
|
|
DEPENDS:=@TARGET_oxnas_ox820 +kmod-usb2
|
|
KCONFIG:=CONFIG_USB_EHCI_OXNAS
|
|
FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-oxnas.ko
|
|
AUTOLOAD:=$(call AutoLoad,55,ehci-oxnas,1)
|
|
$(call AddDepends/usb)
|
|
endef
|
|
|
|
define KernelPackage/usb2-oxnas/description
|
|
This driver provides USB Device Controller support for the
|
|
EHCI USB host built-in to the OX820 SoC.
|
|
endef
|
|
|
|
$(eval $(call KernelPackage,usb2-oxnas))
|
|
|