From 4000de357e4b41f4978fe2344b3ff2073cc6c812 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 25 Jul 2012 15:50:16 +0000 Subject: move crypto module to target specific modules.mk SVN-Revision: 32856 --- target/linux/ixp4xx/modules.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'target/linux/ixp4xx/modules.mk') diff --git a/target/linux/ixp4xx/modules.mk b/target/linux/ixp4xx/modules.mk index e088497..8bf6e69 100644 --- a/target/linux/ixp4xx/modules.mk +++ b/target/linux/ixp4xx/modules.mk @@ -39,3 +39,20 @@ define KernelPackage/ixp4xx-beeper/description endef $(eval $(call KernelPackage,ixp4xx-beeper)) + + +define KernelPackage/crypto-hw-ixp4xx + TITLE:=Intel IXP4xx hardware crypto module + DEPENDS:=@TARGET_ixp4xx + KCONFIG:= \ + CONFIG_CRYPTO_DEV_IXP4XX + FILES:=$(LINUX_DIR)/drivers/crypto/ixp4xx_crypto.ko + AUTOLOAD:=$(call AutoLoad,90,ixp4xx_crypto) + $(call AddDepends/crypto,+kmod-crypto-authenc +kmod-crypto-des) +endef + +define KernelPackage/crypto-hw-ixp4xx/description + Kernel support for the Intel IXP4xx HW crypto engine. +endef + +$(eval $(call KernelPackage,crypto-hw-ixp4xx)) -- cgit v1.1