block.mk: Added ata-ixp4xx-cf module support for tw5334 board.
SVN-Revision: 10986
This commit is contained in:
parent
8bd08ae607
commit
d05cc5d68d
1 changed files with 16 additions and 0 deletions
|
@ -36,6 +36,22 @@ endef
|
|||
$(eval $(call KernelPackage,ata-artop))
|
||||
|
||||
|
||||
define KernelPackage/ata-ixp4xx-cf
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=IXP4XX Compact Flash support
|
||||
DEPENDS:=kmod-ata-core
|
||||
KCONFIG:=CONFIG_PATA_IXP4XX_CF
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf)
|
||||
endef
|
||||
|
||||
define KernelPackage/ata-ixp4xx-cf/description
|
||||
IXP4XX Compact Flash support.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ata-ixp4xx-cf))
|
||||
|
||||
|
||||
define KernelPackage/ata-piix
|
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Intel PIIX PATA/SATA support
|
||||
|
|
Loading…
Reference in a new issue