On 08/11/2019 06:32 AM, Max Staudt wrote: > --- a/drivers/i2c/busses/Kconfig > +++ b/drivers/i2c/busses/Kconfig > @@ -1300,6 +1300,17 @@ config I2C_ELEKTOR > This support is also available as a module. If so, the module > will be called i2c-elektor. > > +config I2C_ICY > + tristate "ICY Zorro card" > + depends on ZORRO && BROKEN_ON_SMP > + select I2C_ALGOPCF I forgot to remove BROKEN_ON_SMP - I see no reason why this would be the case with the polling-only driver as it is now. Max