From: Neil Horman Date: Thu, 20 Aug 2009 07:54:16 +0000 (+1000) Subject: crypto: fips - Depend on ansi_cprng X-Git-Tag: v2.6.32-rc1~731^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e4ed83be6a64c8c9fe69c77f37a26bb62ed21f7;p=pandora-kernel.git crypto: fips - Depend on ansi_cprng What about something like this? It defaults the CPRNG to m and makes FIPS dependent on the CPRNG. That way you get a module build by default, but you can change it to y manually during config and still satisfy the dependency, and if you select N it disables FIPS as well. I rather like that better than making FIPS a tristate. I just tested it out here and it seems to work well. Let me know what you think Signed-off-by: Neil Horman Signed-off-by: Herbert Xu --- Reading git-diff-tree failed