diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-10-20 08:10:26 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-10-20 08:10:26 -0400 |
commit | fad8fa4782fde8afffc16b2b907b7f5bdbf03133 (patch) | |
tree | 96383d23a2acee955dec0551a388631538908cbe /drivers/crypto/Kconfig | |
parent | 4a4cc2b6bf475c183443278808b758c702c01404 (diff) |
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>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index e0b25de1e339..4ac6d4d2bd14 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -266,7 +266,7 @@ config CRYPTO_DEV_OMAP_AES | |||
266 | 266 | ||
267 | config CRYPTO_DEV_PICOXCELL | 267 | config CRYPTO_DEV_PICOXCELL |
268 | tristate "Support for picoXcell IPSEC and Layer2 crypto engines" | 268 | tristate "Support for picoXcell IPSEC and Layer2 crypto engines" |
269 | depends on ARCH_PICOXCELL | 269 | depends on ARCH_PICOXCELL && HAVE_CLK |
270 | select CRYPTO_AES | 270 | select CRYPTO_AES |
271 | select CRYPTO_AUTHENC | 271 | select CRYPTO_AUTHENC |
272 | select CRYPTO_ALGAPI | 272 | select CRYPTO_ALGAPI |