Skip to content

Commit

Permalink
digsig: make crypto builtin if digsig selected as builtin
Browse files Browse the repository at this point in the history
When SIGNATURE=y but depends on CRYPTO=m, it selects MPILIB as module
producing build break. This patch makes digsig to select crypto for
correcting dependency.

Signed-off-by: Dmitry Kasatkin <d.kasatkin@samsung.com>
Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
Dmitry Kasatkin authored and dhowells committed Jul 17, 2014
1 parent 26c1821 commit 0d1f64f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,8 @@ config MPILIB

config SIGNATURE
tristate
depends on KEYS && CRYPTO
depends on KEYS
select CRYPTO
select CRYPTO_SHA1
select MPILIB
help
Expand Down

0 comments on commit 0d1f64f

Please sign in to comment.