From: Nigel Cunningham <ncunningham@linuxmail.org>
To: Joshua Kwan <joshk@triplehelix.org>
Cc: Willy Tarreau <willy@w.ods.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: config language shortcomings in 2.4
Date: Tue, 24 Aug 2004 15:19:02 +1000 [thread overview]
Message-ID: <1093324742.8567.38.camel@laptop.cunninghams> (raw)
In-Reply-To: <412ACC56.1020902@triplehelix.org>
Hi.
On Tue, 2004-08-24 at 15:04, Joshua Kwan wrote:
> Sorry for the belated response, but certainly it should not be necessary
> to do:
>
> if [ "$CONFIG_FW_LOADER" = "m" -o "$CONFIG_FW_LOADER" = "y" ]; then
> HAVE_SOME_FW_LOADER=y
> fi
> if [ "$CONFIG_CRC32" = "m" -o "$CONFIG_CRC32" = "m" ]; then
> HAVE_SOME_CRC32=y
> fi
>
> if [ "$HAVE_SOME_CRC32" = "y" -a "$HAVE_SOME_FW_LOADER" = "y" ]; then
> dep_tristate 'Broadcom Tigon3 support' CONFIG_TIGON3 $CONFIG_PCI
> $HAVE_SOME_FW_LOADER $HAVE_SOME_CRC32
> fi
Just in case someone goes to copy and paste the above, there's a typo:
CONFIG_CRC32 = m or = m.
> Anyway, it's all very disgusting and I'm inclined to just ignore it and
> maybe some benevolent soul will one day port Kconfig back to 2.4.
Hehe. I had to do something similar when I made suspend 2 able to be
compiled as modules. It could certainly be more elegant.
Nigel
--
Nigel Cunningham
Christian Reformed Church of Tuggeranong
PO Box 1004, Tuggeranong, ACT 2901
Many today claim to be tolerant. But true tolerance can cope with others
being intolerant.
next prev parent reply other threads:[~2004-08-24 5:22 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-19 7:12 config language shortcomings in 2.4 Joshua Kwan
2004-08-19 7:28 ` Willy Tarreau
2004-08-24 5:04 ` Joshua Kwan
2004-08-24 5:19 ` Nigel Cunningham [this message]
2004-08-24 18:35 ` Marcelo Tosatti
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=1093324742.8567.38.camel@laptop.cunninghams \
--to=ncunningham@linuxmail.org \
--cc=joshk@triplehelix.org \
--cc=linux-kernel@vger.kernel.org \
--cc=willy@w.ods.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.