From: dann frazier <dannf@dannf.org>
To: linux-kernel@vger.kernel.org
Cc: 344205@bugs.debian.org, Roland Mas <lolando@debian.org>
Subject: [PATCH] CONFIG_AIRO needs CONFIG_CRYPTO
Date: Sat, 07 Jan 2006 17:47:14 -0700 [thread overview]
Message-ID: <1136681234.11955.12.camel@localhost> (raw)
In-Reply-To: <877j9cfc4q.fsf@mirexpress.internal.placard.fr.eu.org>
airo.c currently has MICSUPPORT enabled, which requires CONFIG_CRYPTO.
A user reported a build failure which is due to the lack of a Kconfig
dependency. See http://bugs.debian.org/344205.
This patch makes Kconfig enforce this dependency.
Signed-off-by: dann frazier <dannf@debian.org>
--- linux-source-2.6.15/drivers/net/wireless/Kconfig~ 2006-01-02 20:21:10.000000000 -0700
+++ linux-source-2.6.15/drivers/net/wireless/Kconfig 2006-01-07 17:27:41.000000000 -0700
@@ -243,7 +243,7 @@
config AIRO
tristate "Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards"
- depends on NET_RADIO && ISA_DMA_API && (PCI || BROKEN)
+ depends on NET_RADIO && ISA_DMA_API && CRYPTO && (PCI || BROKEN)
---help---
This is the standard Linux driver to support Cisco/Aironet ISA and
PCI 802.11 wireless cards.
next parent reply other threads:[~2006-01-08 0:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20051220211944.19259.91642.reportbug@mirexpress.internal.placard.fr.eu.org>
[not found] ` <87irt1vz4o.fsf@mirexpress.internal.placard.fr.eu.org>
[not found] ` <1136588604.16769.55.camel@krebs.dannf>
[not found] ` <877j9cfc4q.fsf@mirexpress.internal.placard.fr.eu.org>
2006-01-08 0:47 ` dann frazier [this message]
2006-01-10 20:57 ` [2.6 patch] fix AIRO{,_CS} <-> CRYPTO Adrian Bunk
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=1136681234.11955.12.camel@localhost \
--to=dannf@dannf.org \
--cc=344205@bugs.debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lolando@debian.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.