mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-15 05:11:32 +00:00
crypto: fips - Select CPRNG
The ANSI CPRNG has no dependence on FIPS support. FIPS support however, requires the use of the CPRNG. Adjust that depedency relationship in Kconfig. Signed-off-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
ea40065769
commit
215ccd6f55
@ -23,6 +23,7 @@ comment "Crypto core or helper"
|
|||||||
|
|
||||||
config CRYPTO_FIPS
|
config CRYPTO_FIPS
|
||||||
bool "FIPS 200 compliance"
|
bool "FIPS 200 compliance"
|
||||||
|
select CRYPTO_ANSI_CPRNG
|
||||||
help
|
help
|
||||||
This options enables the fips boot option which is
|
This options enables the fips boot option which is
|
||||||
required if you want to system to operate in a FIPS 200
|
required if you want to system to operate in a FIPS 200
|
||||||
|
Loading…
Reference in New Issue
Block a user