From: Randy Dunlap Date: Sun, 10 Dec 2006 10:19:00 +0000 (-0800) Subject: [PATCH] geode crypto is PCI device X-Git-Tag: v3.12-rc1~32223^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9080d0ae0fd16628d688ce7d03d02ccf7011c6f0;p=kernel%2Fkernel-generic.git [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 Acked-by: Jordan Crouse Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index e816535..879250d 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -53,7 +53,7 @@ config CRYPTO_DEV_PADLOCK_SHA config CRYPTO_DEV_GEODE tristate "Support for the Geode LX AES engine" - depends on CRYPTO && X86_32 + depends on CRYPTO && X86_32 && PCI select CRYPTO_ALGAPI select CRYPTO_BLKCIPHER default m