From: Adrian Bunk <bunk@stusta.de>
To: Chris Friesen <cfriesen@nortel.com>
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 23:29:39 +0100 [thread overview]
Message-ID: <20050225222938.GG3311@stusta.de> (raw)
In-Reply-To: <421FA1C7.2080201@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
next prev parent reply other threads:[~2005-02-25 22:31 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
2005-02-25 22:29 ` Adrian Bunk [this message]
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=20050225222938.GG3311@stusta.de \
--to=bunk@stusta.de \
--cc=cfriesen@nortel.com \
--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.