Browse Source

IXP4xx: ixp4xx_crypto driver requires Queue Manager and NPE drivers.

Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Krzysztof Hałasa 15 years ago
parent
commit
9665c52b10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/crypto/Kconfig

+ 1 - 1
drivers/crypto/Kconfig

@@ -224,7 +224,7 @@ config CRYPTO_DEV_TALITOS
 
 config CRYPTO_DEV_IXP4XX
 	tristate "Driver for IXP4xx crypto hardware acceleration"
-	depends on ARCH_IXP4XX
+	depends on ARCH_IXP4XX && IXP4XX_QMGR && IXP4XX_NPE
 	select CRYPTO_DES
 	select CRYPTO_ALGAPI
 	select CRYPTO_AUTHENC