summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/block.mk
diff options
context:
space:
mode:
authoragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-12 06:40:18 +0000
committeragb <agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-05-12 06:40:18 +0000
commitb20c1d478dbda92b4045d227ae4db6995013fd87 (patch)
tree18dae1fb248ee75b9664b4b51a8e83f8225a930c /package/kernel/modules/block.mk
parent1e53aa8072eb0e2d6c88279e48e1633cc0c8ff0c (diff)
[kernel] Package VIA sata driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/block.mk')
-rw-r--r--package/kernel/modules/block.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk
index 32aab5bdc..52b9bc659 100644
--- a/package/kernel/modules/block.mk
+++ b/package/kernel/modules/block.mk
@@ -69,6 +69,22 @@ endef
$(eval $(call KernelPackage,ata-piix))
+define KernelPackage/ata-via-sata
+ SUBMENU:=$(BLOCK_MENU)
+ TITLE:=VIA SATA support
+ DEPENDS:=kmod-ata-core
+ KCONFIG:=CONFIG_SATA_VIA
+ FILES:=$(LINUX_DIR)/drivers/ata/sata_via.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,41,sata_via)
+endef
+
+define KernelPackage/ata-via-sata/description
+ This option enables support for VIA Serial ATA.
+endef
+
+$(eval $(call KernelPackage,ata-via-sata))
+
+
define KernelPackage/ide-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=IDE (ATA/ATAPI) device support