From: Felix Fietkau Date: Sun, 14 Mar 2010 13:16:26 +0000 (+0000) Subject: add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=a14dab332d1507c8f31359402f724f11f407666c add missing kconfig symbol for the hifn 795x crypto accelerator module (patch by dogge10) SVN-Revision: 20196 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 879fa969f9..a068964c3f 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -97,6 +97,7 @@ $(call KernelPackage/crypto/Depends,+kmod-crypto-des @!TARGET_ubicom32) TITLE:=HIFN 795x crypto accelerator KCONFIG:= \ CONFIG_CRYPTO_HW=y \ + CONFIG_HW_RANDOM=y \ CONFIG_CRYPTO_DEV_HIFN_795X \ CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y FILES:=$(LINUX_DIR)/drivers/crypto/hifn_795x.$(LINUX_KMOD_SUFFIX)