Re: [PATCH] [2.6.8-rc2-mm2] More Altix system controller changes

From: Jesse Barnes
Date: Wed Aug 04 2004 - 17:56:26 EST


On Tuesday, August 3, 2004 9:02 am, Greg Howard wrote:
> config SGI_SNSC
> bool "SGI Altix system controller communication support"
> - depends on CONFIG_IA64_SGI_SN2
> + depends on IA64_SGI_SN2

This should be

- depends on CONFIG_IA64_SGI_SN2
+ depends on (IA64_SGI_SN2 || IA64_GENERIC)

instead, since we'll want the driver in generic kernels too (IA64_SGI_SN2
won't be set if IA64_GENERIC is set).

Thanks,
Jesse
-
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/