Support for the ARTOP IDE chipset on IOMega NAS100d (pata-artop).

SVN-Revision: 7279
v19.07.3_mercusys_ac12_duma
Rod Whitby 17 years ago
parent 20c9c4e81a
commit ee1c03f7d6

@ -19,3 +19,14 @@ define KernelPackage/ata-piix
DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
endef
$(eval $(call KernelPackage,ata-piix))
define KernelPackage/pata-artop
TITLE:=pata-artop
DESCRIPTION:=Kernel module for ARTOP PATA controller
KCONFIG:=$(CONFIG_PATA_ARTOP)
SUBMENU:=$(BLMENU)
AUTOLOAD:=$(call AutoLoad,30,libata pata_artop)
FILES:=$(LINUX_DIR)/drivers/ata/pata_artop.$(LINUX_KMOD_SUFFIX)
DEPENDS:=+kmod-libata +kmod-ide-core +kmod-scsi-core
endef
$(eval $(call KernelPackage,pata-artop))

Loading…
Cancel
Save