dect
/
linux-2.6
Archived
13
0
Fork 0

crypto: picoxcell - add dependency on HAVE_CLK

The picoxcell crypto driver requires the clk API, but the platform in
mainline does not currently support it.  Add an explicit dependency on
HAVE_CLK to avoid build breakage.

Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Jamie Iles 2011-10-20 14:10:26 +02:00 committed by Herbert Xu
parent 4a4cc2b6bf
commit fad8fa4782
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ config CRYPTO_DEV_OMAP_AES
config CRYPTO_DEV_PICOXCELL
tristate "Support for picoXcell IPSEC and Layer2 crypto engines"
depends on ARCH_PICOXCELL
depends on ARCH_PICOXCELL && HAVE_CLK
select CRYPTO_AES
select CRYPTO_AUTHENC
select CRYPTO_ALGAPI