mirror of https://gitee.com/openkylin/linux.git
crypto: padlock - Restore dependency on x86
When we added 64-bit support to padlock the dependency on x86 was lost. This causes build failures on non-x86 architectures. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
d1c8b0a769
commit
2f8174187f
|
@ -12,7 +12,7 @@ if CRYPTO_HW
|
||||||
|
|
||||||
config CRYPTO_DEV_PADLOCK
|
config CRYPTO_DEV_PADLOCK
|
||||||
tristate "Support for VIA PadLock ACE"
|
tristate "Support for VIA PadLock ACE"
|
||||||
depends on !UML
|
depends on X86 && !UML
|
||||||
select CRYPTO_ALGAPI
|
select CRYPTO_ALGAPI
|
||||||
help
|
help
|
||||||
Some VIA processors come with an integrated crypto engine
|
Some VIA processors come with an integrated crypto engine
|
||||||
|
|
Loading…
Reference in New Issue