aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2006-12-10 05:19:00 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-10 12:55:40 -0500
commit9080d0ae0fd16628d688ce7d03d02ccf7011c6f0 (patch)
tree4dea886b35539a1bb6139cb311fbf9b1c4b04a94 /drivers/crypto
parent5c543eff6cc658f46241f1ccb77436d65abbf445 (diff)
[PATCH] geode crypto is PCI device
This driver seems to be for a PCI device. drivers/crypto/geode-aes.c:384: warning: implicit declaration of function 'pci_release_regions' drivers/crypto/geode-aes.c:397: warning: implicit declaration of function 'pci_request_regions' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Jordan Crouse <jordan.crouse@amd.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index e816535ab305..879250d3d069 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -53,7 +53,7 @@ config CRYPTO_DEV_PADLOCK_SHA
53 53
54config CRYPTO_DEV_GEODE 54config CRYPTO_DEV_GEODE
55 tristate "Support for the Geode LX AES engine" 55 tristate "Support for the Geode LX AES engine"
56 depends on CRYPTO && X86_32 56 depends on CRYPTO && X86_32 && PCI
57 select CRYPTO_ALGAPI 57 select CRYPTO_ALGAPI
58 select CRYPTO_BLKCIPHER 58 select CRYPTO_BLKCIPHER
59 default m 59 default m