[patch]2.5.20 i2c Config fix

From: Albert Cranford (ac9410@bellsouth.net)
Date: Mon Jun 03 2002 - 22:08:46 EST


Hello Linus,
The following patch adds a check if CONFIG_SYSCTL is
configured before allowing CONFIG_I2C_PROC configuration.
Albert

-- 
Albert Cranford Deerfield Beach FL USA
ac9410@bellsouth.net

# leave CONFIG names as in kernel --- linux/drivers/i2c/Config.in.orig 2002-05-05 23:38:06.000000000 -0400 +++ linux/drivers/i2c/Config.in 2002-05-16 01:00:36.000000000 -0400 @@ -43,7 +43,7 @@ # This is needed for automatic patch generation: sensors code ends here dep_tristate 'I2C device interface' CONFIG_I2C_CHARDEV $CONFIG_I2C - dep_tristate 'I2C /proc interface (required for hardware sensors)' CONFIG_I2C_PROC $CONFIG_I2C + dep_tristate 'I2C /proc interface (required for hardware sensors)' CONFIG_I2C_PROC $CONFIG_I2C $CONFIG_SYSCTL fi endmenu

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jun 07 2002 - 22:00:18 EST