Re: [2.6 patch] let IA64_GENERIC select more stuff

From: Matthew Wilcox
Date: Thu Feb 09 2006 - 08:16:06 EST


On Thu, Feb 09, 2006 at 07:53:11AM -0500, Jes Sorensen wrote:
> There's other reasons why this is a moot exercise anyway, allyesconfig
> doesn't link on ia64 due to the size of the object exceeding the reach
> of the relative link relocs. Not much you can do about that.

That'd be a toolchain problem then ... need to insert stubs.

> - HP100 driver cannot be compiled on systems without ISA support in it's
> current state.

I have it enabled on parisc without ISA or EISA. More details, please.

> config HP100
> tristate "HP 10/100VG PCLAN (ISA, EISA, PCI) support"
> - depends on NET_ETHERNET && (ISA || EISA || PCI)
> + depends on NET_ETHERNET && ISA || EISA
> help

Also I think this is wrong. Doesn't the precedence make this evaluate
as (NET_ETHERNET && ISA) || EISA ?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/