Skip to content

Commit 621e57c

Browse files
linmag7Wolfram Sang
authored andcommitted
i2c: i2c-elektor: Allow building on SMP kernels
In the past, the i2c-elektor driver was broken on SMP. Since then, there appear to have been some fixes and cleanup work (as pointed out by Wolfram Sang) to get rid of cli/sti usage and rely on spinlocks instead. Therefore, let's allow building the driver on SMP kernels again. I've tested this driver on an SMP kernel on an Alpha UP2000+ for a few days without any problems. Signed-off-by: Magnus Lindholm <linmag7@gmail.com> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
1 parent 2df3bf9 commit 621e57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/i2c/busses/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ config I2C_ACORN
14741474

14751475
config I2C_ELEKTOR
14761476
tristate "Elektor ISA card"
1477-
depends on ISA && HAS_IOPORT_MAP && BROKEN_ON_SMP
1477+
depends on ISA && HAS_IOPORT_MAP
14781478
select I2C_ALGOPCF
14791479
help
14801480
This supports the PCF8584 ISA bus I2C adapter. Say Y if you own

0 commit comments

Comments
 (0)