You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
333 B
11 lines
333 B
|
|
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))
|
|
|