Hi Greg, Quoting myself: > (...) I also think I see an indentation issue on the "tristate" line, > seemingly copied from the SENSORS_DS1621 section which would need to > be fixed as well. Here is the trivial patch fixing that, if you want to apply it. Thanks, Signed-off-by: Jean Delvare <khali at linux-fr.org> --- linux-2.6.11/drivers/i2c/chips/Kconfig.orig Wed Mar 2 15:12:34 2005 +++ linux-2.6.11/drivers/i2c/chips/Kconfig Wed Mar 2 15:15:12 2005 @@ -63,7 +63,7 @@ will be called asb100. config SENSORS_DS1621 - tristate "Dallas Semiconductor DS1621 and DS1625" + tristate "Dallas Semiconductor DS1621 and DS1625" depends on I2C && EXPERIMENTAL select I2C_SENSOR help -- Jean Delvare