]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: picoxcell - add dependency on HAVE_CLK
authorJamie Iles <jamie@jamieiles.com>
Thu, 20 Oct 2011 12:10:26 +0000 (14:10 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Oct 2011 12:10:26 +0000 (14:10 +0200)
commitfad8fa4782fde8afffc16b2b907b7f5bdbf03133
tree96383d23a2acee955dec0551a388631538908cbe
parent4a4cc2b6bf475c183443278808b758c702c01404
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>
drivers/crypto/Kconfig