[patch]2.5.20 i2c Config fix

Albert Cranford (ac9410@bellsouth.net)
Mon, 03 Jun 2002 23:08:46 -0400


This is a multi-part message in MIME format.
--------------08D5CEE985C2A56A7DE4158A
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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
--------------08D5CEE985C2A56A7DE4158A
Content-Type: text/plain; charset=us-ascii;
 name="47-i2c-1-patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="47-i2c-1-patch"

# 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

--------------08D5CEE985C2A56A7DE4158A--

- 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/