Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fad8fa47 authored by Jamie Iles's avatar Jamie Iles Committed by Herbert Xu
Browse files

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: default avatarJamie Iles <jamie@jamieiles.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 4a4cc2b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -266,7 +266,7 @@ config CRYPTO_DEV_OMAP_AES


config CRYPTO_DEV_PICOXCELL
config CRYPTO_DEV_PICOXCELL
	tristate "Support for picoXcell IPSEC and Layer2 crypto engines"
	tristate "Support for picoXcell IPSEC and Layer2 crypto engines"
	depends on ARCH_PICOXCELL
	depends on ARCH_PICOXCELL && HAVE_CLK
	select CRYPTO_AES
	select CRYPTO_AES
	select CRYPTO_AUTHENC
	select CRYPTO_AUTHENC
	select CRYPTO_ALGAPI
	select CRYPTO_ALGAPI