2010-09-03 01:03:22 +00:00
|
|
|
|
|
|
|
define KernelPackage/crypto-mv_cesa
|
|
|
|
TITLE:=Marvell crypto engine
|
|
|
|
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
2010-09-28 16:32:08 +00:00
|
|
|
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
|
2010-09-03 01:03:22 +00:00
|
|
|
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
|
|
|
SUBMENU:=Cryptographic API modules
|
2010-09-28 16:32:08 +00:00
|
|
|
DEPENDS:=kmod-crypto-core @TARGET_kirkwood
|
2010-09-03 01:03:22 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call KernelPackage,crypto-mv_cesa))
|