crypto: api - Fix Kconfig dependencies for FIPS
authorAlec Ari <alec@onelabs.com>
Tue, 4 Oct 2016 22:34:30 +0000 (19:34 -0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Oct 2016 03:03:40 +0000 (11:03 +0800)
commit1f696097ad000b02e25a33442046eae339b8b3c3
tree9f9248d16577a1bfadb539d59188bfa8575d872b
parentd52db5188a87dcdf8e5bf024f45543b362a1a85f
crypto: api - Fix Kconfig dependencies for FIPS

Currently FIPS depends on MODULE_SIG, even if MODULES is disabled.
This change allows the enabling of FIPS without support for modules.

If module loading support is enabled, only then does
FIPS require MODULE_SIG.

Signed-off-by: Alec Ari <neotheuser@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig