Re: 2.6.16-rc1-mm2

From: Dave Jones
Date: Fri Jan 20 2006 - 09:04:11 EST


On Fri, Jan 20, 2006 at 03:15:55AM -0800, Andrew Morton wrote:

> - drivers/i2c/busses/scx200_acb.c doesn't compile on architectures which
> don't have asm/msr.h.

It shouldn't be offered on other arches, it's an arch specific driver.
Make it behave like the other SCx200 bits in that dir, and hide away
from non-x86.

Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

--- linux-2.6/drivers/i2c/busses/Kconfig~ 2006-01-20 09:03:47.000000000 -0500
+++ linux-2.6/drivers/i2c/busses/Kconfig 2006-01-20 09:04:39.000000000 -0500
@@ -389,7 +389,7 @@ config SCx200_I2C_SDA

config SCx200_ACB
tristate "NatSemi SCx200 ACCESS.bus"
- depends on I2C && PCI
+ depends on SCx200 && I2C && PCI
help
Enable the use of the ACCESS.bus controllers of a SCx200 processor.

-
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/