Skip to content
Snippets Groups Projects
Commit 8de815c4 authored by Imre Kaloz's avatar Imre Kaloz
Browse files

modules: package the mvebu ahci driver


Signed-off-by: default avatarImre Kaloz <kaloz@openwrt.org>

SVN-Revision: 45394
parent 6cfe1539
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ define KernelPackage/ata-ahci-platform ...@@ -63,7 +63,7 @@ define KernelPackage/ata-ahci-platform
$(LINUX_DIR)/drivers/ata/ahci_platform.ko \ $(LINUX_DIR)/drivers/ata/ahci_platform.ko \
$(LINUX_DIR)/drivers/ata/libahci_platform.ko $(LINUX_DIR)/drivers/ata/libahci_platform.ko
AUTOLOAD:=$(call AutoLoad,40,libahci_platform ahci_platform,1) AUTOLOAD:=$(call AutoLoad,40,libahci_platform ahci_platform,1)
$(call AddDepends/ata,@TARGET_ipq806x +kmod-ata-ahci) $(call AddDepends/ata,@TARGET_ipq806x||TARGET_mvebu +kmod-ata-ahci)
endef endef
define KernelPackage/ata-ahci-platform/description define KernelPackage/ata-ahci-platform/description
...@@ -122,6 +122,22 @@ endef ...@@ -122,6 +122,22 @@ endef
$(eval $(call KernelPackage,ata-marvell-sata)) $(eval $(call KernelPackage,ata-marvell-sata))
define KernelPackage/ata-mvebu-ahci
TITLE:=Marvell EBU AHCI support
DEPENDS:=@TARGET_mvebu +kmod-ata-ahci-platform
KCONFIG:=CONFIG_AHCI_MVEBU
FILES:=$(LINUX_DIR)/drivers/ata/ahci_mvebu.ko
AUTOLOAD:=$(call AutoLoad,41,ahci_mvebu,1)
$(call AddDepends/ata)
endef
define KernelPackage/ata-mvebu-ahci/description
AHCI support for Marvell EBU SoCs
endef
$(eval $(call KernelPackage,ata-mvebu-ahci))
define KernelPackage/ata-nvidia-sata define KernelPackage/ata-nvidia-sata
TITLE:=Nvidia Serial ATA support TITLE:=Nvidia Serial ATA support
KCONFIG:=CONFIG_SATA_NV KCONFIG:=CONFIG_SATA_NV
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment