digsig: make crypto builtin if digsig selected as builtin
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>
This commit is contained in:
parent
26c1821733
commit
0d1f64f60b
1 changed files with 2 additions and 1 deletions
|
@ -451,7 +451,8 @@ config MPILIB
|
||||||
|
|
||||||
config SIGNATURE
|
config SIGNATURE
|
||||||
tristate
|
tristate
|
||||||
depends on KEYS && CRYPTO
|
depends on KEYS
|
||||||
|
select CRYPTO
|
||||||
select CRYPTO_SHA1
|
select CRYPTO_SHA1
|
||||||
select MPILIB
|
select MPILIB
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue