From: "Michael Büsch" <m@bues.ch>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: linux-wireless@vger.kernel.org,
"John W. Linville" <linville@tuxdriver.com>,
Fengguang Wu <fengguang.wu@intel.com>,
b43-dev@lists.infradead.org
Subject: [PATCH] b43: make B43_PCMCIA and B43_SDIO depend on B43_SSB
Date: Sun, 18 May 2014 13:53:24 +0200 [thread overview]
Message-ID: <20140518135324.415cf8d4@wiggum> (raw)
In-Reply-To: <1400413293-25973-1-git-send-email-zajec5@gmail.com>
On Sun, 18 May 2014 13:41:33 +0200
Rafa? Mi?ecki <zajec5@gmail.com> wrote:
> config B43_PCMCIA
> bool "Broadcom 43xx PCMCIA device support"
> - depends on B43 && SSB_PCMCIAHOST_POSSIBLE
> + depends on B43 && B43_SSB && SSB_PCMCIAHOST_POSSIBLE
> select SSB_PCMCIAHOST
> ---help---
> Broadcom 43xx PCMCIA device support.
> @@ -93,7 +93,7 @@ config B43_PCMCIA
>
> config B43_SDIO
> bool "Broadcom 43xx SDIO device support"
> - depends on B43 && SSB_SDIOHOST_POSSIBLE
> + depends on B43 && B43_SSB && SSB_SDIOHOST_POSSIBLE
> select SSB_SDIOHOST
> ---help---
> Broadcom 43xx device support for Soft-MAC SDIO devices.
This makes sense.
Ack by me.
--
Michael.
----
Please use PGP/GPG encryption.
Key-ID: F532BE1D908D8B0E
--------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/b43-dev/attachments/20140518/20367c12/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: "Michael Büsch" <m@bues.ch>
To: "Rafał Miłecki" <zajec5@gmail.com>
Cc: linux-wireless@vger.kernel.org,
"John W. Linville" <linville@tuxdriver.com>,
Fengguang Wu <fengguang.wu@intel.com>,
b43-dev@lists.infradead.org
Subject: Re: [PATCH] b43: make B43_PCMCIA and B43_SDIO depend on B43_SSB
Date: Sun, 18 May 2014 13:53:24 +0200 [thread overview]
Message-ID: <20140518135324.415cf8d4@wiggum> (raw)
In-Reply-To: <1400413293-25973-1-git-send-email-zajec5@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 786 bytes --]
On Sun, 18 May 2014 13:41:33 +0200
Rafał Miłecki <zajec5@gmail.com> wrote:
> config B43_PCMCIA
> bool "Broadcom 43xx PCMCIA device support"
> - depends on B43 && SSB_PCMCIAHOST_POSSIBLE
> + depends on B43 && B43_SSB && SSB_PCMCIAHOST_POSSIBLE
> select SSB_PCMCIAHOST
> ---help---
> Broadcom 43xx PCMCIA device support.
> @@ -93,7 +93,7 @@ config B43_PCMCIA
>
> config B43_SDIO
> bool "Broadcom 43xx SDIO device support"
> - depends on B43 && SSB_SDIOHOST_POSSIBLE
> + depends on B43 && B43_SSB && SSB_SDIOHOST_POSSIBLE
> select SSB_SDIOHOST
> ---help---
> Broadcom 43xx device support for Soft-MAC SDIO devices.
This makes sense.
Ack by me.
--
Michael.
----
Please use PGP/GPG encryption.
Key-ID: F532BE1D908D8B0E
--------
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2014-05-18 11:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-18 11:41 [PATCH] b43: make B43_PCMCIA and B43_SDIO depend on B43_SSB Rafał Miłecki
2014-05-18 11:41 ` Rafał Miłecki
2014-05-18 11:53 ` Michael Büsch [this message]
2014-05-18 11:53 ` Michael Büsch
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=20140518135324.415cf8d4@wiggum \
--to=m@bues.ch \
--cc=b43-dev@lists.infradead.org \
--cc=fengguang.wu@intel.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=zajec5@gmail.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 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.