Re: [PATCH] rm_inter-arch Kconfig dep. (was Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch)

2007-05-21 Thread Heiko Carstens
On Sun, May 20, 2007 at 06:01:53PM -0700, Linda Walsh wrote: > Heiko Carstens wrote: > > Send a patch. > > The following seems to work for me. Hope the form is ok. How does > one include source if one wants to compose using Firefox? Seems to > eat the tabs... :-( Are "text/plain" attachments

Re: [PATCH] rm_inter-arch Kconfig dep. (was Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch)

2007-05-21 Thread Heiko Carstens
On Sun, May 20, 2007 at 06:01:53PM -0700, Linda Walsh wrote: Heiko Carstens wrote: Send a patch. The following seems to work for me. Hope the form is ok. How does one include source if one wants to compose using Firefox? Seems to eat the tabs... :-( Are text/plain attachments ok to send

[PATCH] rm_inter-arch Kconfig dep. (was Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch)

2007-05-20 Thread Linda Walsh
Heiko Carstens wrote: > Send a patch. The following seems to work for me. Hope the form is ok. How does one include source if one wants to compose using Firefox? Seems to eat the tabs... :-( Are "text/plain" attachments ok to send to the list? Haven't seen any, but maybe it is not a necessary

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-20 Thread Heiko Carstens
On Fri, May 18, 2007 at 11:47:05PM -0700, Linda Walsh wrote: > Randy Dunlap wrote: > >if S390 > >source "arch/s390/crypto/Kconfig" > >endif > > > Why bother? Why not just move the contents of s390's crypto "Kconfig" > in place of the "source" statement. All the options in s390's Kconfig > are

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-20 Thread Heiko Carstens
On Fri, May 18, 2007 at 11:47:05PM -0700, Linda Walsh wrote: Randy Dunlap wrote: if S390 source arch/s390/crypto/Kconfig endif Why bother? Why not just move the contents of s390's crypto Kconfig in place of the source statement. All the options in s390's Kconfig are already

[PATCH] rm_inter-arch Kconfig dep. (was Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch)

2007-05-20 Thread Linda Walsh
Heiko Carstens wrote: Send a patch. The following seems to work for me. Hope the form is ok. How does one include source if one wants to compose using Firefox? Seems to eat the tabs... :-( Are text/plain attachments ok to send to the list? Haven't seen any, but maybe it is not a necessary

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-19 Thread Linda Walsh
Randy Dunlap wrote: if S390 source "arch/s390/crypto/Kconfig" endif Why bother? Why not just move the contents of s390's crypto "Kconfig" in place of the "source" statement. All the options in s390's Kconfig are already conditional depending on S390. The contents simply need to be [moved]

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-19 Thread Linda Walsh
Randy Dunlap wrote: if S390 source arch/s390/crypto/Kconfig endif Why bother? Why not just move the contents of s390's crypto Kconfig in place of the source statement. All the options in s390's Kconfig are already conditional depending on S390. The contents simply need to be [moved]

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Sam Ravnborg
On Fri, May 18, 2007 at 04:19:20PM -0700, Randy Dunlap wrote: > On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: > > > Randy Dunlap wrote: > > > On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: > > > > > > > > >> Seems there is an include of s390 based config in file > > >>

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Randy Dunlap
Robert P. J. Day wrote: On Fri, 18 May 2007, Randy Dunlap wrote: On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: If the standard that other architectures are using is to put their devices in the crypto directory, then one might expect all crypto devices to be there. Why should s390

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Robert P. J. Day
On Fri, 18 May 2007, Randy Dunlap wrote: > On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: > > If the standard that other architectures are using is to put their > > devices in the crypto directory, then one might expect all crypto > > devices to be there. Why should s390 stick out and

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Randy Dunlap
On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: > Randy Dunlap wrote: > > On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: > > > > > >> Seems there is an include of s390 based config in file > >> drivers/crypto/Kconfig: source "arch/s390/crypto/Kconfig" > >> > >> The line doesn't

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Linda Walsh
Randy Dunlap wrote: On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source "arch/s390/crypto/Kconfig" The line doesn't seem to be need for an i386 build (haven't tried x86_64 though). I take it that this

Re: building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Randy Dunlap
On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: > Seems there is an include of s390 based config in file > drivers/crypto/Kconfig: source "arch/s390/crypto/Kconfig" > > The line doesn't seem to be need for an i386 build (haven't > tried x86_64 though). > > I take it that this was a

building i386 requires s390: "driver/crypto/Kconfig" sourcing s390 arch

2007-05-18 Thread Linda Walsh
Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source "arch/s390/crypto/Kconfig" The line doesn't seem to be need for an i386 build (haven't tried x86_64 though). I take it that this was a braino? - To unsubscribe from this list: send the line "unsubscribe

building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Linda Walsh
Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source arch/s390/crypto/Kconfig The line doesn't seem to be need for an i386 build (haven't tried x86_64 though). I take it that this was a braino? - To unsubscribe from this list: send the line unsubscribe

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Randy Dunlap
On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source arch/s390/crypto/Kconfig The line doesn't seem to be need for an i386 build (haven't tried x86_64 though). I take it that this was a braino? Does

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Linda Walsh
Randy Dunlap wrote: On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source arch/s390/crypto/Kconfig The line doesn't seem to be need for an i386 build (haven't tried x86_64 though). I take it that this

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Randy Dunlap
On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: Randy Dunlap wrote: On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source arch/s390/crypto/Kconfig The line doesn't seem to be need for an

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Robert P. J. Day
On Fri, 18 May 2007, Randy Dunlap wrote: On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: If the standard that other architectures are using is to put their devices in the crypto directory, then one might expect all crypto devices to be there. Why should s390 stick out and put its

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Randy Dunlap
Robert P. J. Day wrote: On Fri, 18 May 2007, Randy Dunlap wrote: On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: If the standard that other architectures are using is to put their devices in the crypto directory, then one might expect all crypto devices to be there. Why should s390

Re: building i386 requires s390: driver/crypto/Kconfig sourcing s390 arch

2007-05-18 Thread Sam Ravnborg
On Fri, May 18, 2007 at 04:19:20PM -0700, Randy Dunlap wrote: On Fri, 18 May 2007 14:46:02 -0700 Linda Walsh wrote: Randy Dunlap wrote: On Fri, 18 May 2007 12:32:47 -0700 Linda Walsh wrote: Seems there is an include of s390 based config in file drivers/crypto/Kconfig: source