Add kernel package for the mv_cesa crypto module
SVN-Revision: 22877
This commit is contained in:
parent
3fe1d8503c
commit
a70e0d0665
1 changed files with 11 additions and 0 deletions
11
target/linux/kirkwood/modules.mk
Normal file
11
target/linux/kirkwood/modules.mk
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
define KernelPackage/crypto-mv_cesa
|
||||
TITLE:=Marvell crypto engine
|
||||
KCONFIG:=CONFIG_CRYPTO_DEV_MV_CESA
|
||||
FILES:=$(LINUX_DIR)/crypto/mv_cesa.ko
|
||||
AUTOLOAD:=$(call AutoLoad,09,mv_cesa)
|
||||
SUBMENU:=Cryptographic API modules
|
||||
DEPENDS:=kmod-crypto-core
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,crypto-mv_cesa))
|
Loading…
Reference in a new issue