Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-22 Thread Takashi Iwai
At Fri, 22 Nov 2013 10:19:07 +0100, Geert Uytterhoeven wrote: > > On Fri, Nov 22, 2013 at 8:29 AM, Takashi Iwai wrote: > >> config HISAX_TELESPCI > >> bool "Teles PCI" > >> - depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || > >> (MIPS && !CPU_LITTLE_ENDIAN) || FRV ||

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-22 Thread Geert Uytterhoeven
On Fri, Nov 22, 2013 at 8:29 AM, Takashi Iwai wrote: >> config HISAX_TELESPCI >> bool "Teles PCI" >> - depends on PCI && (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS >> && !CPU_LITTLE_ENDIAN) || FRV || (XTENSA && !CPU_LITTLE_ENDIAN))) >> + depends on PCI && (BROKEN ||

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-22 Thread Geert Uytterhoeven
On Fri, Nov 22, 2013 at 8:29 AM, Takashi Iwai ti...@suse.de wrote: config HISAX_TELESPCI bool Teles PCI - depends on PCI (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS !CPU_LITTLE_ENDIAN) || FRV || (XTENSA !CPU_LITTLE_ENDIAN))) + depends on PCI (BROKEN || !(SPARC ||

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-22 Thread Takashi Iwai
At Fri, 22 Nov 2013 10:19:07 +0100, Geert Uytterhoeven wrote: On Fri, Nov 22, 2013 at 8:29 AM, Takashi Iwai ti...@suse.de wrote: config HISAX_TELESPCI bool Teles PCI - depends on PCI (BROKEN || !(SPARC || PPC || PARISC || M68K || (MIPS !CPU_LITTLE_ENDIAN) || FRV || (XTENSA

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-21 Thread Karsten Keil
Am 22.11.2013 08:29, schrieb Takashi Iwai: > At Fri, 22 Nov 2013 00:49:54 +0100, > Vincent Stehlé wrote: >> >> Teles PCI and HFC PCI-bus refuse to build on big-endian ARM; disable them in >> Kconfig. >> >> Signed-off-by: Vincent Stehlé >> Cc: Karsten Keil >> --- >> >> Hi, >> >> This can be seen

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-21 Thread Takashi Iwai
At Fri, 22 Nov 2013 00:49:54 +0100, Vincent Stehlé wrote: > > Teles PCI and HFC PCI-bus refuse to build on big-endian ARM; disable them in > Kconfig. > > Signed-off-by: Vincent Stehlé > Cc: Karsten Keil > --- > > Hi, > > This can be seen on e.g. linux next-20131121 with arm allyesconfig. >

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-21 Thread Takashi Iwai
At Fri, 22 Nov 2013 00:49:54 +0100, Vincent Stehlé wrote: Teles PCI and HFC PCI-bus refuse to build on big-endian ARM; disable them in Kconfig. Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Karsten Keil i...@linux-pingi.de --- Hi, This can be seen on e.g. linux

Re: [PATCH linux-next] hisax: disable build for big-endian arm

2013-11-21 Thread Karsten Keil
Am 22.11.2013 08:29, schrieb Takashi Iwai: At Fri, 22 Nov 2013 00:49:54 +0100, Vincent Stehlé wrote: Teles PCI and HFC PCI-bus refuse to build on big-endian ARM; disable them in Kconfig. Signed-off-by: Vincent Stehlé vincent.ste...@laposte.net Cc: Karsten Keil i...@linux-pingi.de ---