X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c213e23ca66ac1383211827a21792373e48d2f85..0d9703a2b4cb3d9e29e59f77cb64604efc825cd9:/package/kernel/modules/block.mk diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index d9ba4e466..a3a44b200 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -25,7 +25,7 @@ $(eval $(call KernelPackage,aoe)) define KernelPackage/ata-core SUBMENU:=$(BLOCK_MENU) TITLE:=Serial and Parallel ATA support - DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @(!TARGET_ubicom32||!TARGET_etrax||!TARGET_x86) + DEPENDS:=@PCI_SUPPORT +kmod-scsi-core @(!TARGET_ubicom32||!TARGET_etrax) KCONFIG:=CONFIG_ATA FILES:=$(LINUX_DIR)/drivers/ata/libata.ko AUTOLOAD:=$(call AutoLoad,21,libata,1) @@ -36,7 +36,7 @@ $(eval $(call KernelPackage,ata-core)) define AddDepends/ata SUBMENU:=$(BLOCK_MENU) - DEPENDS+=!TARGET_x86:kmod-ata-core $(1) + DEPENDS+=kmod-ata-core $(1) endef @@ -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 @@ -235,7 +250,7 @@ endef define KernelPackage/md-linear $(call KernelPackage/md/Depends,) TITLE:=RAID Linear Module - KCONFIG:=CONFIG_MD_LINEAR=m + KCONFIG:=CONFIG_MD_LINEAR FILES:=$(LINUX_DIR)/drivers/md/linear.ko AUTOLOAD:=$(call AutoLoad,28,linear) endef @@ -250,7 +265,7 @@ $(eval $(call KernelPackage,md-linear)) define KernelPackage/md-raid0 $(call KernelPackage/md/Depends,) TITLE:=RAID0 Module - KCONFIG:=CONFIG_MD_RAID0=m + KCONFIG:=CONFIG_MD_RAID0 FILES:=$(LINUX_DIR)/drivers/md/raid0.ko AUTOLOAD:=$(call AutoLoad,28,raid0) endef @@ -265,7 +280,7 @@ $(eval $(call KernelPackage,md-raid0)) define KernelPackage/md-raid1 $(call KernelPackage/md/Depends,) TITLE:=RAID1 Module - KCONFIG:=CONFIG_MD_RAID1=m + KCONFIG:=CONFIG_MD_RAID1 FILES:=$(LINUX_DIR)/drivers/md/raid1.ko AUTOLOAD:=$(call AutoLoad,28,raid1) endef @@ -280,7 +295,7 @@ $(eval $(call KernelPackage,md-raid1)) define KernelPackage/md-raid10 $(call KernelPackage/md/Depends,) TITLE:=RAID10 Module - KCONFIG:=CONFIG_MD_RAID10=m + KCONFIG:=CONFIG_MD_RAID10 FILES:=$(LINUX_DIR)/drivers/md/raid10.ko AUTOLOAD:=$(call AutoLoad,28,raid10) endef @@ -296,15 +311,15 @@ define KernelPackage/md-raid456 $(call KernelPackage/md/Depends,) TITLE:=RAID Level 456 Driver KCONFIG:= \ - CONFIG_XOR_BLOCKS=m \ - CONFIG_ASYNC_CORE=m \ - CONFIG_ASYNC_MEMCPY=m \ - CONFIG_ASYNC_XOR=m \ - CONFIG_ASYNC_PQ=m \ - CONFIG_ASYNC_RAID6_RECOV=m \ + CONFIG_XOR_BLOCKS \ + CONFIG_ASYNC_CORE \ + CONFIG_ASYNC_MEMCPY \ + CONFIG_ASYNC_XOR \ + CONFIG_ASYNC_PQ \ + CONFIG_ASYNC_RAID6_RECOV \ CONFIG_ASYNC_RAID6_TEST=n \ - CONFIG_MD_RAID6_PQ=m \ - CONFIG_MD_RAID456=m \ + CONFIG_MD_RAID6_PQ \ + CONFIG_MD_RAID456 \ CONFIG_MULTICORE_RAID456=n FILES:= \ $(LINUX_DIR)/crypto/xor.ko \ @@ -347,7 +362,7 @@ $(eval $(call KernelPackage,md-raid456)) define KernelPackage/md-multipath $(call KernelPackage/md/Depends,) TITLE:=MD Multipath Module - KCONFIG:=CONFIG_MD_MULTIPATH=m + KCONFIG:=CONFIG_MD_MULTIPATH FILES:=$(LINUX_DIR)/drivers/md/multipath.ko AUTOLOAD:=$(call AutoLoad,29,multipath) endef @@ -507,12 +522,12 @@ define KernelPackage/pata-cs5535 TITLE:=CS5535 PATA support DEPENDS:=@TARGET_x86 @PCI_SUPPORT KCONFIG:=CONFIG_PATA_CS5535 - FILES=$(LINUX_DIR)/drivers/ata/pata-cs5535.ko - AUTOLOAD:=$(call AutoLoad,30,pata-cs5535,1) + FILES=$(LINUX_DIR)/drivers/ata/pata_cs5535.ko + AUTOLOAD:=$(call AutoLoad,30,pata_cs5535,1) $(call AddDepends/ata) endef -define KernelPackage/cs5535/description +define KernelPackage/pata-cs5535/description Kernel module for the NSC/AMD CS5535 companion chip endef @@ -523,12 +538,12 @@ define KernelPackage/pata-cs5536 TITLE:=CS5536 PATA support DEPENDS:=@TARGET_x86 @PCI_SUPPORT KCONFIG:=CONFIG_PATA_CS5536 - FILES=$(LINUX_DIR)/drivers/ata/pata-cs5536.ko - AUTOLOAD:=$(call AutoLoad,30,pata-cs5536,1) + FILES=$(LINUX_DIR)/drivers/ata/pata_cs5536.ko + AUTOLOAD:=$(call AutoLoad,30,pata_cs5536,1) $(call AddDepends/ata) endef -define KernelPackage/cs5536/description +define KernelPackage/pata-cs5536/description Kernel module for the AMD CS5536 Geode LX companion chip endef @@ -612,7 +627,6 @@ $(eval $(call KernelPackage,nbd)) define KernelPackage/scsi-core SUBMENU:=$(BLOCK_MENU) TITLE:=SCSI device support - DEPENDS:=@!TARGET_x86 KCONFIG:= \ CONFIG_SCSI \ CONFIG_BLK_DEV_SD @@ -628,7 +642,7 @@ $(eval $(call KernelPackage,scsi-core)) define KernelPackage/scsi-generic SUBMENU:=$(BLOCK_MENU) TITLE:=Kernel support for SCSI generic - DEPENDS:=+!TARGET_x86:kmod-scsi-core + DEPENDS:=+kmod-scsi-core KCONFIG:= \ CONFIG_CHR_DEV_SG FILES:= \ @@ -642,7 +656,7 @@ $(eval $(call KernelPackage,scsi-generic)) define KernelPackage/scsi-cdrom SUBMENU:=$(BLOCK_MENU) TITLE:=Kernel support for CD / DVD drives - DEPENDS:=+!TARGET_x86:kmod-scsi-core + DEPENDS:=+kmod-scsi-core KCONFIG:= \ CONFIG_BLK_DEV_SR \ CONFIG_BLK_DEV_SR_VENDOR=n