Re: [2.6 patch] better CRYPTO_AES <-> CRYPTO_AES_586 dependencies

From: Adrian Bunk (bunk_at_stusta.de)
Date: 02/25/05

  • Next message: Andrew Morton: "Re: arch/xen is a bad idea"
    Date:	Fri, 25 Feb 2005 23:29:39 +0100
    To: Chris Friesen <cfriesen@nortel.com>
    
    

    On Fri, Feb 25, 2005 at 04:08:07PM -0600, Chris Friesen wrote:
    > Adrian Bunk wrote:
    >
    > >--- linux-2.6.11-rc4-mm1-full/crypto/Kconfig.old 2005-02-25
    > >22:26:20.000000000 +0100
    > >+++ linux-2.6.11-rc4-mm1-full/crypto/Kconfig 2005-02-25
    > >22:28:44.000000000 +0100
    > >@@ -133,7 +133,9 @@
    > >
    > > config CRYPTO_AES
    > > tristate "AES cipher algorithms"
    > >- depends on CRYPTO && !(X86 && !X86_64)
    > >+ depends on CRYPTO
    > >+ select CRYPTO_AES_GENERIC if !(X86 && !X86_64)
    > >+ select CRYPTO_AES_586 if (X86 && !X86_64)
    >
    > Wouldn't the 586 one also work on x86_64?

    I'd assume yes.

    But the CRYPTO_AES_586 were already this way, and since I don't know the
    history of these dependencies this isn't changed by my patch.

    > Chris

    cu
    Adrian

    -- 
           "Is there not promise of rain?" Ling Tan asked suddenly out
            of the darkness. There had been need of rain for many days.
           "Only a promise," Lao Er said.
                                           Pearl S. Buck - Dragon Seed
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Andrew Morton: "Re: arch/xen is a bad idea"

    Relevant Pages

    • Re: [2.6 patch] add required dependencies to X86_NUMAQ
      ... >> If you select another option, you have to ensure that the dependencies ... >> of the selected options are met. ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: RFC: let x86_64 no longer define X86
      ... >>And if you want to support both older and more recent kernels, ... >>following dependencies will be correct both before and after this ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • What is the history of CONFIG_EXT{2,3}_CHECK?
      ... Can anyone tell me the history of CONFIG_EXT_CHECK? ... There is code for a "check" option for mount if these options are ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [patch] 2.6.10-rc2-mm2: MTD_XIP dependencies
      ... The Kconfig file should express all dependencies of a driver. ... #error at compile time. ... There had been need of rain for many days. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [2.6 patch] better CRYPTO_AES <-> CRYPTO_AES_586 dependencies
      ... > history of these dependencies this isn't changed by my patch. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)