From: Herbert Xu Date: Fri, 25 Jan 2008 22:48:44 +0000 (+1100) Subject: [CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m X-Git-Tag: v2.6.25-rc1~1231^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=946fef4e14ebc2f14ab05f54789843621fe87f60;p=pandora-kernel.git [CRYPTO] hifn795x: Disallow built-in hifn795x when HW_RANDOM is m Currently it is possible to select HW_RANDOM as a module and have hifn795x built-in. This causes a build problem because hifn795x will then call hwrng_register which isn't built-in. This patch introduces a new config option to control the hifn795x RNG which lets us avoid this problem. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed