kernel: Allow talitos crypto hw module selection
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36224
This commit is contained in:
		@@ -119,6 +119,20 @@ define KernelPackage/crypto-iv
 | 
				
			|||||||
endef
 | 
					endef
 | 
				
			||||||
$(eval $(call KernelPackage,crypto-iv))
 | 
					$(eval $(call KernelPackage,crypto-iv))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define KernelPackage/crypto-hw-talitos
 | 
				
			||||||
 | 
					  TITLE:=Freescale integrated security engine (SEC) driver
 | 
				
			||||||
 | 
					  DEPENDS:=+kmod-crypto-aes
 | 
				
			||||||
 | 
					  KCONFIG:= \
 | 
				
			||||||
 | 
						CONFIG_CRYPTO_DEV_TALITOS
 | 
				
			||||||
 | 
					  FILES:= \
 | 
				
			||||||
 | 
						$(LINUX_DIR)/drivers/crypto/talitos.ko
 | 
				
			||||||
 | 
					  AUTOLOAD:=$(call AutoLoad,09,talitos)
 | 
				
			||||||
 | 
					  $(call AddDepends/crypto)
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$(eval $(call KernelPackage,crypto-hw-talitos))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define KernelPackage/crypto-hw-padlock
 | 
					define KernelPackage/crypto-hw-padlock
 | 
				
			||||||
  TITLE:=VIA PadLock ACE with AES/SHA hw crypto module
 | 
					  TITLE:=VIA PadLock ACE with AES/SHA hw crypto module
 | 
				
			||||||
  DEPENDS:=+kmod-crypto-aes
 | 
					  DEPENDS:=+kmod-crypto-aes
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user