[PATCH] Enable Elektor ISA card on SMP

From: Norbert Tretkowski
Date: Thu Dec 21 2006 - 16:25:32 EST


The Elektor ISA card works fine on SMP, the patch below removes the
BROKEN_ON_SMP dependency.

Norbert


--- a/drivers/i2c/busses/Kconfig 2006-12-21 21:31:27.000000000 +0100
+++ b/drivers/i2c/busses/Kconfig 2006-12-21 21:32:27.000000000 +0100
@@ -86,7 +86,7 @@

config I2C_ELEKTOR
tristate "Elektor ISA card"
- depends on I2C && ISA && BROKEN_ON_SMP
+ depends on I2C && ISA
select I2C_ALGOPCF
help
This supports the PCF8584 ISA bus I2C adapter. Say Y if you own
-
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/