public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch]2.5.20 i2c Config fix
@ 2002-06-04  3:08 Albert Cranford
  0 siblings, 0 replies; only message in thread
From: Albert Cranford @ 2002-06-04  3:08 UTC (permalink / raw)
  To: Linux Kernel List, Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

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

[-- Attachment #2: 47-i2c-1-patch --]
[-- Type: text/plain, Size: 567 bytes --]

# 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-06-04  3:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-04  3:08 [patch]2.5.20 i2c Config fix Albert Cranford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox