[packages] uboot-kirkwood: Update to uboot to 2010.09
[openwrt/svn-archive/archive.git] / target / linux / kirkwood / modules.mk
1
2 define KernelPackage/crypto-mv_cesa
3 TITLE:=Marvell crypto engine
4 KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
5 FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
6 AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
7 SUBMENU:=Cryptographic API modules
8 DEPENDS:=kmod-crypto-core @TARGET_kirkwood
9 endef
10
11 $(eval $(call KernelPackage,crypto-mv_cesa))