[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061221205750.GC2945@kyllikki.home.inittab.de>
Date: Thu, 21 Dec 2006 21:57:50 +0100
From: Norbert Tretkowski <norbert@...tkowski.de>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Enable Elektor ISA card on SMP
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists