kernel: add a package for kmod-ata-sil

SVN-Revision: 19664
lede-17.01
Felix Fietkau 2010-02-16 18:28:50 +00:00
parent 756b82b7ec
commit eca17a4a28
1 changed files with 14 additions and 0 deletions

View File

@ -39,6 +39,20 @@ endef
$(eval $(call KernelPackage,ata-ahci))
define KernelPackage/ata-sil
$(call KernelPackage/ata/Depends,)
TITLE:=Silicon Image SATA support
KCONFIG:=CONFIG_SATA_SIL
FILES:=$(LINUX_DIR)/drivers/ata/sata_sil.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,41,sata_sil)
endef
define KernelPackage/ata-sil/description
Support for Silicon Image Serial ATA controllers.
endef
$(eval $(call KernelPackage,ata-sil))
define KernelPackage/ata-sil24
$(call KernelPackage/ata/Depends,)