summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/kernel/modules/block.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index db5f35286..df9506f20 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -68,6 +68,17 @@ endef
$(eval $(call KernelPackage,ata-ixp4xx-cf))
+define KernelPackage/ata-nvidia-sata
+ SUBMENU:=$(BLOCK_MENU)
+ TITLE:=Nvidia Serial ATA support
+ DEPENDS:=kmod-ata-core
+ KCONFIG:=CONFIG_SATA_NV
+ FILES:=$(LINUX_DIR)/drivers/ata/sata_nv.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,41,sata_nv)
+endef
+
+$(eval $(call KernelPackage,ata-nvidia-sata))
+
define KernelPackage/ata-piix
SUBMENU:=$(BLOCK_MENU)