Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2707b937f322ba6b437f3dd1de05b9bb9756d803
Commit:     2707b937f322ba6b437f3dd1de05b9bb9756d803
Parent:     a1e6ef2f1e01f2aa9ed930e1089fc85dc745bf7a
Author:     Jan Glauber <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 12 21:56:38 2007 +0800
Committer:  Herbert Xu <[EMAIL PROTECTED]>
CommitDate: Fri Jan 11 08:16:13 2008 +1100

    [CRYPTO] hifn: Make Kconfig option depend on PCI
    
    The HIFN driver is currently selectable on s390 but wont compile.
    Since it looks like HIFN needs PCI make the Kconfig dependent on PCI,
    which is not available on s390.
    
    Signed-off-by: Jan Glauber <[EMAIL PROTECTED]>
    Acked-by: Evgeniy Polyakov <[EMAIL PROTECTED]>
    Signed-off-by: Herbert Xu <[EMAIL PROTECTED]>
---
 drivers/crypto/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index c2de135..d848e1b 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -88,6 +88,7 @@ config CRYPTO_DEV_HIFN_795X
        select CRYPTO_DES
        select CRYPTO_ALGAPI
        select CRYPTO_ABLKCIPHER
+       depends on PCI
        help
          This option allows you to have support for HIFN 795x crypto adapters.
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to