blob: 736c82c315a727df57fe08737f1fdda25e1f9aaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
define KernelPackage/crypto-mv_cesa
TITLE:=Marvell crypto engine
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
FILES:=$(LINUX_DIR)/drivers/crypto/mv_cesa.ko
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
SUBMENU:=Cryptographic API modules
DEPENDS:=kmod-crypto-core @TARGET_kirkwood
endef
$(eval $(call KernelPackage,crypto-mv_cesa))
|