From: Albert Cranford <ac9410@bellsouth.net>
To: Linux Kernel List <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@transmeta.com>
Subject: [patch]2.5.20 i2c Config fix
Date: Mon, 03 Jun 2002 23:08:46 -0400 [thread overview]
Message-ID: <3CFC2F3E.C710E348@bellsouth.net> (raw)
[-- 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
reply other threads:[~2002-06-04 3:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CFC2F3E.C710E348@bellsouth.net \
--to=ac9410@bellsouth.net \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox