From: Adrian Bunk <bunk@fs.tum.de>
To: isdn4linux@listserv.isdn4linux.de
Cc: linux-kernel@vger.kernel.org, trivial@rustcorp.com.au
Subject: [2.6 patch] HISAX_SEDLBAUER_CS needs HISAX_SEDLBAUER
Date: Mon, 28 Jul 2003 22:00:26 +0200 [thread overview]
Message-ID: <20030728200026.GL25402@fs.tum.de> (raw)
If you compile 2.6.0-test2 with HISAX_SEDLBAUER_CS and !HISAX_SEDLBAUER
the final linking fails with the followingg error:
<-- snip -->
...
LD .tmp_vmlinux1
...
drivers/built-in.o(.text+0x8f0b3f): In function `sedlbauer_config':
: undefined reference to `sedl_init_pcmcia'
...
make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
There might be better solutions, but the following patch at least
revents this problem:
--- linux-2.6.0-test2-not-full/drivers/isdn/hisax/Kconfig~ 2003-07-27 19:07:12.000000000 +0200
+++ linux-2.6.0-test2-not-full/drivers/isdn/hisax/Kconfig 2003-07-28 21:55:00.000000000 +0200
@@ -367,7 +367,7 @@
config HISAX_SEDLBAUER_CS
tristate "Sedlbauer PCMCIA cards"
- depends on PCMCIA
+ depends on PCMCIA && HISAX_SEDLBAUER
help
This enables the PCMCIA client driver for the Sedlbauer Speed Star
and Speed Star II cards.
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
reply other threads:[~2003-07-28 20:00 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=20030728200026.GL25402@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=isdn4linux@listserv.isdn4linux.de \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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