X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ce6fee41947487e73609362f6f8920c1ef749413..ebccf413f5cbefec33d45f688b84127088aa80e8:/package/kernel/modules/block.mk diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index a5a0906e8..d6b035842 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ BLOCK_MENU:=Block Devices @@ -36,6 +35,22 @@ endef $(eval $(call KernelPackage,ata-ahci)) +define KernelPackage/ata-sil24 + SUBMENU:=3D$(BLOCK_MENU) + TITLE:=3DSilicon Image 3124/3132 SATA support + DEPENDS:=3Dkmod-ata-core + KCONFIG:=3DCONFIG_SATA_SIL24 + FILES:=3D$(LINUX_DIR)/drivers/ata/sata_sil24.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=3D$(call AutoLoad,41,sata_sil24) +endef + +define KernelPackage/ata-sil24/description + Support for Silicon Image 3124/3132 Serial ATA controllers. +endef + +$(eval $(call KernelPackage,ata-sil24)) + + define KernelPackage/ata-artop SUBMENU:=$(BLOCK_MENU) TITLE:=ARTOP 6210/6260 PATA support @@ -324,7 +339,7 @@ $(eval $(call KernelPackage,aoe)) define KernelPackage/ps3vram SUBMENU:=$(BLOCK_MENU) TITLE:=PS3 Video RAM Storage Driver - DEPENDS:=@TARGET_ps3 + DEPENDS:=@TARGET_ps3||TARGET_ps3chk KCONFIG:=CONFIG_PS3_VRAM FILES:=$(LINUX_DIR)/drivers/block/ps3vram.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,01,ps3vram)