From: Adrian Bunk <bunk@fs.tum.de>
To: Andreas Haumer <andreas@xss.co.at>
Cc: Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
linux-kernel@vger.kernel.org, ralf@gnu.org
Subject: [2.4 patch] fix CONFIG_DS1742 Config.in entry
Date: Sat, 10 Jan 2004 02:39:44 +0100 [thread overview]
Message-ID: <20040110013944.GI25089@fs.tum.de> (raw)
In-Reply-To: <3FF2EAB3.1090001@xss.co.at>
On Wed, Dec 31, 2003 at 04:26:43PM +0100, Andreas Haumer wrote:
>
> Hi!
Hi Andreas!
> Marcelo Tosatti wrote:
> > Hi,
> >
> > Here goes -pre3. It contains a PPC32/SPARC update, some i2c cleanups, LVM
> > update, network update, a new WAN driver, amongst others.
> >
> Great!
>
> > It should show up in ftp.kernel.org in a few minutes.
> >
> Here's a first report:
>
> *) (small) problems with "make xconfig"
> - "Dallas DS1742 RTC support" can be selected on x86 platform,
> though it can't be compiled
>...
Thanks for this report.
This was due to a small syntax error introduced by the MIPS char driver
update.
The following patch fixes this issue:
--- linux-2.4.25-pre4-full/drivers/char/Config.in.old 2004-01-10 02:33:41.000000000 +0100
+++ linux-2.4.25-pre4-full/drivers/char/Config.in 2004-01-10 02:35:48.000000000 +0100
@@ -323,7 +323,7 @@
if [ "$CONFIG_SGI_IP27" = "y" ]; then
bool 'SGI M48T35 RTC support' CONFIG_SGI_IP27_RTC
fi
-if [ "$CONFIG_TOSHIBA_RBTX4927" = "y" -o "$CONFIG_TOSHIBA_JMR3927" ]; then
+if [ "$CONFIG_TOSHIBA_RBTX4927" = "y" -o "$CONFIG_TOSHIBA_JMR3927" = "y" ]; then
tristate 'Dallas DS1742 RTC support' CONFIG_DS1742
fi
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2004-01-10 1:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-31 13:13 Linux 2.4.24-pre3 Marcelo Tosatti
2003-12-31 13:53 ` Tim Cambrant
2003-12-31 15:26 ` Andreas Haumer
2004-01-10 1:39 ` Adrian Bunk [this message]
2004-01-11 1:30 ` [2.4 patch] disallow modular CONFIG_COMX Adrian Bunk
2004-01-12 22:24 ` Jeff Garzik
2004-01-13 0:25 ` Adrian Bunk
2004-01-13 9:57 ` Christoph Hellwig
2004-01-13 10:51 ` viro
2004-01-12 2:10 ` [2.4 patch] simplify PARPORT_PC_PCMCIA dependencies Adrian Bunk
2004-01-13 0:58 ` [2.4 patch] simplify COMX_PROTO_LAPB dependencies Adrian Bunk
2003-12-31 18:51 ` Iostats reporting problems was: Linux 2.4.24-pre3 Mike Fedyk
2004-01-13 1:42 ` Rick Lindsley
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=20040110013944.GI25089@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=andreas@xss.co.at \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
--cc=ralf@gnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.