All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Friesen <cfriesen@nortel.com>
To: Adrian Bunk <bunk@stusta.de>
Cc: jmorris@redhat.com, davem@davemloft.net, linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] better CRYPTO_AES <-> CRYPTO_AES_586 dependencies
Date: Fri, 25 Feb 2005 16:08:07 -0600	[thread overview]
Message-ID: <421FA1C7.2080201@nortel.com> (raw)
In-Reply-To: <20050225214613.GF3311@stusta.de>

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?

Chris

  parent reply	other threads:[~2005-02-25 22:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-25 21:46 [2.6 patch] better CRYPTO_AES <-> CRYPTO_AES_586 dependencies Adrian Bunk
2005-02-25 22:00 ` James Morris
2005-02-25 22:08 ` Chris Friesen [this message]
2005-02-25 22:29   ` Adrian Bunk
2005-03-08 19:50     ` H. Peter Anvin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=421FA1C7.2080201@nortel.com \
    --to=cfriesen@nortel.com \
    --cc=bunk@stusta.de \
    --cc=davem@davemloft.net \
    --cc=jmorris@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.