diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-30 12:45:50 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-30 12:45:50 +0000 |
commit | 46e8f2fce587b8b1ee1ebcb430f533b5dce31c04 (patch) | |
tree | 023499f32776d4ce2b21f1e2b2f86619c9320af6 /package | |
parent | bf0e67e5540cc3b6afcb7f974032ee153938cd95 (diff) |
kernel: This adds support for Marvell S-ATA.
Useful for kirkwood and probably other Marvell SoCs.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29364 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/block.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 6d67e72f7..ae05701b8 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -75,6 +75,21 @@ endef $(eval $(call KernelPackage,ata-artop)) +define KernelPackage/ata-marvell-sata + TITLE:=Marvell Serial ATA support + KCONFIG:=CONFIG_SATA_MV + FILES:=$(LINUX_DIR)/drivers/ata/sata_mv.ko + AUTOLOAD:=$(call AutoLoad,41,sata_mv,1) + $(call AddDepends/ata) +endef + +define KernelPackage/ata-marvell-sata/description + SATA support for marvell chipsets +endef + +$(eval $(call KernelPackage,ata-marvell-sata)) + + define KernelPackage/ata-nvidia-sata TITLE:=Nvidia Serial ATA support KCONFIG:=CONFIG_SATA_NV |